From dc3064e2238af1b90bb0832c0b4424cbffb1964e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 6 Oct 2006 22:52:33 +0000 Subject: [PATCH] Set the jt section llvm-svn: 30781 --- llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index f9e4c4e67f29..80ccd3122c97 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp @@ -19,4 +19,5 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) { AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; + JumpTableDataSection = "\t.section .rodata\n"; }