mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
rebuild correctly
This commit is contained in:
@ -743,6 +743,12 @@ bfd_close_all_done PARAMS ((bfd *));
|
|||||||
bfd *
|
bfd *
|
||||||
bfd_create PARAMS ((CONST char *filename, bfd *templ));
|
bfd_create PARAMS ((CONST char *filename, bfd *templ));
|
||||||
|
|
||||||
|
boolean
|
||||||
|
bfd_make_writable PARAMS ((bfd *abfd));
|
||||||
|
|
||||||
|
boolean
|
||||||
|
bfd_make_readable PARAMS ((bfd *abfd));
|
||||||
|
|
||||||
|
|
||||||
/* Byte swapping macros for user section data. */
|
/* Byte swapping macros for user section data. */
|
||||||
|
|
||||||
@ -2153,6 +2159,9 @@ significant 8 bits of a 24 bit word are placed into the least
|
|||||||
significant 8 bits of the opcode. */
|
significant 8 bits of the opcode. */
|
||||||
BFD_RELOC_TIC30_LDP,
|
BFD_RELOC_TIC30_LDP,
|
||||||
|
|
||||||
|
/* This is a 48 bit reloc for the FR30 that stores 32 bits. */
|
||||||
|
BFD_RELOC_FR30_48,
|
||||||
|
|
||||||
/* This is a 32 bit reloc for the FR30 that stores 20 bits split up into
|
/* This is a 32 bit reloc for the FR30 that stores 20 bits split up into
|
||||||
two sections. */
|
two sections. */
|
||||||
BFD_RELOC_FR30_20,
|
BFD_RELOC_FR30_20,
|
||||||
|
Reference in New Issue
Block a user