[binutils-gdb] aarch64_pei_vec
Alan Modra
amodra@sourceware.org
Mon Aug 15 00:51:15 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a9c09a3667cce34a9b5f7f0983254cc66a90e145
commit a9c09a3667cce34a9b5f7f0983254cc66a90e145
Author: Alan Modra <amodra@gmail.com>
Date: Mon Aug 15 10:18:37 2022 +0930
aarch64_pei_vec
I know this target is just a skeleton, but let's not write out relocs
with uninitialised garbage.
* coff-aarch64.c (SWAP_IN_RELOC_OFFSET): Define.
(SWAP_OUT_RELOC_OFFSET): Define.
Diff:
---
bfd/coff-aarch64.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bfd/coff-aarch64.c b/bfd/coff-aarch64.c
index e22ef3c4795..e6f2fc2a0a0 100644
--- a/bfd/coff-aarch64.c
+++ b/bfd/coff-aarch64.c
@@ -72,6 +72,10 @@ static reloc_howto_type pe_aarch64_std_reloc_howto[] =
#define bfd_pe_print_pdata NULL
#endif
+/* Handle include/coff/aarch64.h external_reloc. */
+#define SWAP_IN_RELOC_OFFSET H_GET_32
+#define SWAP_OUT_RELOC_OFFSET H_PUT_32
+
/* Return TRUE if this relocation should
appear in the output .reloc section. */
More information about the Binutils-cvs
mailing list