summaryrefslogtreecommitdiff
path: root/bfd/coff-mcore.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-11-21 13:11:33 +0000
committerAlan Modra <amodra@gmail.com>2002-11-21 13:11:33 +0000
commitdc12c51f36d7fc8ccdc98a9b266b5ef58668da39 (patch)
tree1141350d80b9acf4b6c2573d7e65cdf9bd6d676a /bfd/coff-mcore.c
parent5f8075fa818246f857f4edc70df880e0cb9203d9 (diff)
* coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
(SWAP_OUT_RELOC_OFFSET): Define.
Diffstat (limited to 'bfd/coff-mcore.c')
-rw-r--r--bfd/coff-mcore.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c
index f15102dff1..783ee57aa3 100644
--- a/bfd/coff-mcore.c
+++ b/bfd/coff-mcore.c
@@ -577,6 +577,11 @@ coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section,
#define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;}
+/* Make sure that the 'r_offset' field is copied properly
+ so that identical binaries will compare the same. */
+#define SWAP_IN_RELOC_OFFSET H_GET_32
+#define SWAP_OUT_RELOC_OFFSET H_PUT_32
+
#define COFF_PAGE_SIZE 0x1000
#include "coffcode.h"