Disable code/data region symbols on ELF targets, where different mapping symbols...
authorOwen Anderson <resistor@mac.com>
Fri, 14 Oct 2011 20:28:57 +0000 (20:28 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 14 Oct 2011 20:28:57 +0000 (20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141984 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAsmInfo.cpp

index f34b313ebd0b4ce8e3e419c796ed1ddae9ff6f15..95861bc61c270982d67c4f830db45fd9f8ba83fb 100644 (file)
@@ -62,7 +62,7 @@ MCAsmInfo::MCAsmInfo() {
   JT8Begin = "$d.";
   JT16Begin = "$d.";
   JT32Begin = "$d.";
-  SupportsDataRegions = true;
+  SupportsDataRegions = false;
   SunStyleELFSectionSwitchSyntax = false;
   UsesELFSectionDirectiveForBSS = false;
   AlignDirective = "\t.align\t";