mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
* coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
(SWAP_OUT_RELOC_OFFSET): Define.
This commit is contained in:
parent
5f8075fa81
commit
dc12c51f36
@ -1,3 +1,8 @@
|
||||
2002-11-21 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
|
||||
(SWAP_OUT_RELOC_OFFSET): Define.
|
||||
|
||||
2002-11-20 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elf.c (_bfd_elf_link_hash_table_init): Make sure
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user