aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
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/bfd-in2.h
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/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index f900da6..7292492 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -5720,6 +5720,9 @@ important as several tables in the AArch64 bfd backend are indexed
by these enumerators; make sure they are all synced. */
BFD_RELOC_AARCH64_RELOC_START,
+/* Deprecated AArch64 null relocation code. */
+ BFD_RELOC_AARCH64_NULL,
+
/* AArch64 null relocation code. */
BFD_RELOC_AARCH64_NONE,