AArch64: print relocation addends if present on AArch64
authorTim Northover <tnorthover@apple.com>
Mon, 17 Jun 2013 03:03:06 +0000 (03:03 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 17 Jun 2013 03:03:06 +0000 (03:03 +0000)
commit7338de37a802970857079b5a532c5dd50d0a6d5d
tree91184bc6eb913ee3e61f8841152a2c95fc5b2a15
parent0187e7a9ba5c50b4559e0c2e0afceb6d5cd32190
AArch64: print relocation addends if present on AArch64

llvm-objdump should provide some way of printing out the addends present in the
.rela sections for debugging purposes if nothing else.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184072 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h
test/MC/AArch64/elf-reloc-addend.s [new file with mode: 0644]