mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
* reloc.c (bfd_reloc_code_real_type): Add BFD_RELOC_PCREL_HI16_S
and BFD_RELOC_PCREL_LO16. * bfd-in2.h: Rebuilt.
This commit is contained in:
parent
63c5bb1e4b
commit
7efb18503d
@ -1349,6 +1349,10 @@ typedef enum bfd_reloc_code_real
|
||||
BFD_RELOC_HI16_S,
|
||||
/* Low 16 bits. */
|
||||
BFD_RELOC_LO16,
|
||||
/* Like BFD_RELOC_HI16_S, but PC relative. */
|
||||
BFD_RELOC_PCREL_HI16_S,
|
||||
/* Like BFD_RELOC_LO16, but PC relative. */
|
||||
BFD_RELOC_PCREL_LO16,
|
||||
|
||||
/* relocation relative to the global pointer. */
|
||||
#define BFD_RELOC_MIPS_GPREL BFD_RELOC_GPREL16
|
||||
|
Loading…
Reference in New Issue
Block a user