Fix typo in previous change.

This commit is contained in:
Mark Mitchell 1999-07-11 09:46:10 +00:00
parent 9ebbd33e6f
commit 2848824236
1 changed files with 2 additions and 2 deletions

View File

@ -277,8 +277,8 @@ typedef enum {
#else
#define MIPS_ELF_ADD_DYNAMIC_ENTRY(info, tag, val) \
(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
/* The number of local .got entries we reserve. */