[llvm-commits] CVS: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
    Evan Cheng 
    evan.cheng at apple.com
       
    Tue Jan 23 11:06:19 PST 2007
    
    
  
Changes in directory llvm/lib/Target/ARM:
ARMTargetAsmInfo.cpp updated: 1.6 -> 1.7
---
Log message:
Darwin HiddenDirective is .private_extern.
---
Diffs of the changes:  (+1 -0)
 ARMTargetAsmInfo.cpp |    1 +
 1 files changed, 1 insertion(+)
Index: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp
diff -u llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.6 llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.7
--- llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp:1.6	Fri Jan 19 13:23:47 2007
+++ llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp	Tue Jan 23 13:06:03 2007
@@ -25,6 +25,7 @@
     ZeroFillDirective = "\t.zerofill\t";  // Uses .zerofill
     SetDirective = "\t.set";
     WeakRefDirective = "\t.weak_reference\t";
+    HiddenDirective = "\t.private_extern\t";
     JumpTableDataSection = ".const";
     CStringSection = "\t.cstring";
     LCOMMDirective = "\t.lcomm\t";
    
    
More information about the llvm-commits
mailing list