mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Fix typo in previous change.
This commit is contained in:
@ -277,8 +277,8 @@ typedef enum {
|
|||||||
#else
|
#else
|
||||||
#define MIPS_ELF_ADD_DYNAMIC_ENTRY(info, tag, val) \
|
#define MIPS_ELF_ADD_DYNAMIC_ENTRY(info, tag, val) \
|
||||||
(ABI_64_P (elf_hash_table (info)->dynobj) \
|
(ABI_64_P (elf_hash_table (info)->dynobj) \
|
||||||
? bfd_elf64_add_dynamic_entry (info, tag, val) \
|
: (abort (), false) \
|
||||||
: (abort (), false))
|
? bfd_elf32_add_dynamic_entry (info, tag, val))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The number of local .got entries we reserve. */
|
/* The number of local .got entries we reserve. */
|
||||||
|
Reference in New Issue
Block a user