mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Regeneration accidentally omitted from previous delta
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
* reloc.c: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
|
* reloc.c: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
|
||||||
BFD_RELOC_CRX_SWITCH32.
|
BFD_RELOC_CRX_SWITCH32.
|
||||||
* bfd-in2.h: Regenerate.
|
* bfd-in2.h: Regenerate.
|
||||||
|
* libbfd.h: Regenerate.
|
||||||
* elf32-crx.c: Support relocation/relaxation of
|
* elf32-crx.c: Support relocation/relaxation of
|
||||||
BFD_RELOC_CRX_SWITCH* types.
|
BFD_RELOC_CRX_SWITCH* types.
|
||||||
|
|
||||||
|
@ -1551,6 +1551,9 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
|
|||||||
"BFD_RELOC_CRX_NUM32",
|
"BFD_RELOC_CRX_NUM32",
|
||||||
"BFD_RELOC_CRX_IMM16",
|
"BFD_RELOC_CRX_IMM16",
|
||||||
"BFD_RELOC_CRX_IMM32",
|
"BFD_RELOC_CRX_IMM32",
|
||||||
|
"BFD_RELOC_CRX_SWITCH8",
|
||||||
|
"BFD_RELOC_CRX_SWITCH16",
|
||||||
|
"BFD_RELOC_CRX_SWITCH32",
|
||||||
"BFD_RELOC_CRIS_BDISP8",
|
"BFD_RELOC_CRIS_BDISP8",
|
||||||
"BFD_RELOC_CRIS_UNSIGNED_5",
|
"BFD_RELOC_CRIS_UNSIGNED_5",
|
||||||
"BFD_RELOC_CRIS_SIGNED_6",
|
"BFD_RELOC_CRIS_SIGNED_6",
|
||||||
|
Reference in New Issue
Block a user