.rdata == .rodata on mips.
authorChris Lattner <sabre@nondot.org>
Sat, 1 Aug 2009 23:07:29 +0000 (23:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Aug 2009 23:07:29 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77827 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsTargetAsmInfo.cpp

index bef01c84fd0f6e795b0e12bec096a665ebaa6e2c..d9a53698f6ec5d367bcda32432284dabf5860ef8 100644 (file)
@@ -24,7 +24,6 @@ MipsTargetAsmInfo::MipsTargetAsmInfo(const MipsTargetMachine &TM)
   Data32bitsDirective         = "\t.word\t";
   Data64bitsDirective         = NULL;
   PrivateGlobalPrefix         = "$";
-  JumpTableDataSection        = "\t.rdata";
   CommentString               = "#";
   ZeroDirective               = "\t.space\t";