diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 00:34:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 00:34:36 +0000 |
commit | 4e7dfafc03188ad9e14e9c3c2b8039224792c5b7 (patch) | |
tree | ce59a660f6a02724d12ef8bd0397ada94a5325c5 /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | c4d6f83f20b6ab19a13f5e4181ed95256fa106e6 (diff) | |
download | bcm5719-llvm-4e7dfafc03188ad9e14e9c3c2b8039224792c5b7.tar.gz bcm5719-llvm-4e7dfafc03188ad9e14e9c3c2b8039224792c5b7.zip |
convert ctors/dtors section to be in TLOF instead of
TAI.
llvm-svn: 77842
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index add1dbf5c37..80bb90e0651 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp @@ -70,9 +70,6 @@ TargetAsmInfo::TargetAsmInfo(const TargetMachine &tm) : TM(tm) { DataSectionStartSuffix = ""; SectionEndDirectiveSuffix = 0; JumpTableDirective = 0; - // FIXME: Flags are ELFish - replace with normal section stuff. - StaticCtorsSection = "\t.section .ctors,\"aw\",@progbits"; - StaticDtorsSection = "\t.section .dtors,\"aw\",@progbits"; GlobalDirective = "\t.globl\t"; SetDirective = 0; LCOMMDirective = 0; |