Disable code/data region symbols on ELF targets, where different mapping symbols are used for ARM/Thumb mode code. This should only be re-enabled once we have a solution to properly distinguish these.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-10-14 20:28:57 +00:00
parent d712f935f7
commit 5d6a6736a1

View 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";