diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-01 23:07:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-01 23:07:29 +0000 |
commit | 528c0d26a59b2f3d66eabdd90e64b211ab26cc86 (patch) | |
tree | 307c8756f1acf2c54246e0e81c867c80da04feeb | |
parent | 566d1c426b9f888f780459068ceafbc4a8a5db89 (diff) |
.rdata == .rodata on mips.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77827 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Mips/MipsTargetAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsTargetAsmInfo.cpp b/lib/Target/Mips/MipsTargetAsmInfo.cpp index bef01c84fd..d9a53698f6 100644 --- a/lib/Target/Mips/MipsTargetAsmInfo.cpp +++ b/lib/Target/Mips/MipsTargetAsmInfo.cpp @@ -24,7 +24,6 @@ MipsTargetAsmInfo::MipsTargetAsmInfo(const MipsTargetMachine &TM) Data32bitsDirective = "\t.word\t"; Data64bitsDirective = NULL; PrivateGlobalPrefix = "$"; - JumpTableDataSection = "\t.rdata"; CommentString = "#"; ZeroDirective = "\t.space\t"; |