mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Add fixes needed to compile vxworks960 target.
This commit is contained in:
@ -289,6 +289,7 @@ struct reloc_std_bytes {
|
|||||||
|
|
||||||
#define RELOC_STD_SIZE 8 /* Bytes per relocation entry */
|
#define RELOC_STD_SIZE 8 /* Bytes per relocation entry */
|
||||||
|
|
||||||
|
#ifndef CUSTOM_RELOC_FORMAT
|
||||||
struct relocation_info
|
struct relocation_info
|
||||||
{
|
{
|
||||||
/* Address (within segment) to be relocated. */
|
/* Address (within segment) to be relocated. */
|
||||||
@ -323,5 +324,6 @@ struct relocation_info
|
|||||||
/* unused */
|
/* unused */
|
||||||
unsigned int r_pad:1; /* Padding -- set to zero */
|
unsigned int r_pad:1; /* Padding -- set to zero */
|
||||||
};
|
};
|
||||||
|
#endif /* CUSTOM_RELOC_FORMAT */
|
||||||
|
|
||||||
#endif /* __A_OUT_GNU_H__ */
|
#endif /* __A_OUT_GNU_H__ */
|
||||||
|
Reference in New Issue
Block a user