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 | 80ec2792b2b271eca55743a3cc4c8bca214fa705 (patch) | |
tree | 6315c4827b431ed704a0a998ebe2ebb076a45d94 /lib/Target/TargetAsmInfo.cpp | |
parent | f9f1adbcbbf2420c7acf13946c1877473d650294 (diff) | |
download | external_llvm-80ec2792b2b271eca55743a3cc4c8bca214fa705.tar.gz external_llvm-80ec2792b2b271eca55743a3cc4c8bca214fa705.tar.bz2 external_llvm-80ec2792b2b271eca55743a3cc4c8bca214fa705.zip |
convert ctors/dtors section to be in TLOF instead of
TAI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index add1dbf5c3..80bb90e065 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/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; |