summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELF.cpp
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2012-12-07 16:50:23 +0000
committerTim Northover <Tim.Northover@arm.com>2012-12-07 16:50:23 +0000
commit5cc3dc86bbbb320bd8fd7d67e27c69e8c0e13a01 (patch)
tree75aa892a590d959400c1cf385b855508b6f075c5 /llvm/lib/MC/MCELF.cpp
parent7a93668614641a1b14aaa9973505a4db01f7b96a (diff)
downloadbcm5719-llvm-5cc3dc86bbbb320bd8fd7d67e27c69e8c0e13a01.tar.gz
bcm5719-llvm-5cc3dc86bbbb320bd8fd7d67e27c69e8c0e13a01.zip
Added Mapping Symbols for ARM ELF
Before this patch, when you objdump an LLVM-compiled file, objdump tried to decode data-in-code sections as if they were code. This patch adds the missing Mapping Symbols, as defined by "ELF for the ARM Architecture" (ARM IHI 0044D). Patch based on work by Greg Fitzgerald. llvm-svn: 169609
Diffstat (limited to 'llvm/lib/MC/MCELF.cpp')
-rw-r--r--llvm/lib/MC/MCELF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCELF.cpp b/llvm/lib/MC/MCELF.cpp
index f9f98e0f730..4db2846bc3d 100644
--- a/llvm/lib/MC/MCELF.cpp
+++ b/llvm/lib/MC/MCELF.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "MCELF.h"
+#include "llvm/MC/MCELF.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCELFSymbolFlags.h"
#include "llvm/MC/MCFixupKindInfo.h"
OpenPOWER on IntegriCloud