From b7f28d873c8bb26500e46828d34445cebfab7fd4 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 23 May 2016 16:38:21 -0700 Subject: 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. --- bfd/reloc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/reloc.c') 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. -- cgit v1.1