From 5d6a6736a1e8b747a7a2d80c087b8ccc9024d861 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Fri, 14 Oct 2011 20:28:57 +0000 Subject: 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 --- lib/MC/MCAsmInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/MC/MCAsmInfo.cpp') diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index f34b313ebd..95861bc61c 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -62,7 +62,7 @@ MCAsmInfo::MCAsmInfo() { JT8Begin = "$d."; JT16Begin = "$d."; JT32Begin = "$d."; - SupportsDataRegions = true; + SupportsDataRegions = false; SunStyleELFSectionSwitchSyntax = false; UsesELFSectionDirectiveForBSS = false; AlignDirective = "\t.align\t"; -- cgit v1.2.3