aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorJim Wilson <jim.wilson@linaro.org>2016-05-23 16:38:21 -0700
committerJim Wilson <jim.wilson@linaro.org>2016-05-23 16:38:21 -0700
commitb7f28d873c8bb26500e46828d34445cebfab7fd4 (patch)
tree6521580aae9d5c7fdde715200af439b456c4e68c /bfd/reloc.c
parent7eb895307f53af3435440d3fe67c0e4e679d99b2 (diff)
downloadgdb-b7f28d873c8bb26500e46828d34445cebfab7fd4.zip
gdb-b7f28d873c8bb26500e46828d34445cebfab7fd4.tar.gz
gdb-b7f28d873c8bb26500e46828d34445cebfab7fd4.tar.bz2
Enable R_AARCH64_NONE for 64-bit code.
* elfnn-aarch64.c: Unconditionally enable R_AARCH64_NULL and R_AARCH64_NONE. Use HOWTO64 for R_AARCH64_NULL. * relocs.c: Add BFD_RELOC_AARCH64_NULL. * bfd-in2.h: Regenerate. * libbfd.h: Likewise.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index c3b713b..1f21037 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -6776,6 +6776,10 @@ ENUMDOC
important as several tables in the AArch64 bfd backend are indexed
by these enumerators; make sure they are all synced.
ENUM
+ BFD_RELOC_AARCH64_NULL
+ENUMDOC
+ Deprecated AArch64 null relocation code.
+ENUM
BFD_RELOC_AARCH64_NONE
ENUMDOC
AArch64 null relocation code.