[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp

Chris Lattner sabre at nondot.org
Fri Oct 6 15:52:48 PDT 2006



Changes in directory llvm/lib/Target/Alpha:

AlphaTargetAsmInfo.cpp updated: 1.3 -> 1.4
---
Log message:

Set the jt section


---
Diffs of the changes:  (+1 -0)

 AlphaTargetAsmInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
diff -u llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.3 llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.4
--- llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.3	Wed Oct  4 22:13:59 2006
+++ llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp	Fri Oct  6 17:52:33 2006
@@ -19,4 +19,5 @@
   AlignmentIsInBytes = false;
   PrivateGlobalPrefix = "$";
   JumpTableDirective = ".gprel32";
+  JumpTableDataSection = "\t.section .rodata\n";
 }






More information about the llvm-commits mailing list