mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Changed in line with bfd-in.h
This commit is contained in:
@ -1371,7 +1371,17 @@ typedef enum bfd_reloc_code_real {
|
|||||||
8 bits wide, pc relative
|
8 bits wide, pc relative
|
||||||
*/
|
*/
|
||||||
|
|
||||||
BFD_RELOC_8_PCREL
|
BFD_RELOC_8_PCREL,
|
||||||
|
|
||||||
|
/*
|
||||||
|
The type of reloc used to build a contructor table - at the moment probably a 32 bit
|
||||||
|
wide abs address, but the cpu can choose.
|
||||||
|
*/
|
||||||
|
|
||||||
|
BFD_RELOC_CTOR
|
||||||
|
|
||||||
|
/*
|
||||||
|
*/
|
||||||
} bfd_reloc_code_real_type;
|
} bfd_reloc_code_real_type;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1380,8 +1390,6 @@ typedef enum bfd_reloc_code_real {
|
|||||||
This routine returns a pointer to a howto struct which when invoked,
|
This routine returns a pointer to a howto struct which when invoked,
|
||||||
will perform the supplied relocation on data from the architecture
|
will perform the supplied relocation on data from the architecture
|
||||||
noted.
|
noted.
|
||||||
|
|
||||||
[Note] This function will go away.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PROTO(CONST struct reloc_howto_struct *,
|
PROTO(CONST struct reloc_howto_struct *,
|
||||||
|
Reference in New Issue
Block a user