aarch64_pei_vec
authorAlan Modra <amodra@gmail.com>
Mon, 15 Aug 2022 00:48:37 +0000 (10:18 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 15 Aug 2022 00:49:57 +0000 (10:19 +0930)
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.

bfd/coff-aarch64.c

index e22ef3c479581833a31fa6beda69aa72d2048150..e6f2fc2a0a0bf5fd689caa9c2302bbfd38ef98f3 100644 (file)
@@ -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.  */