OSDN Git Service

Fix typo in previous change.
authormmitchel <mmitchel>
Sun, 11 Jul 1999 09:46:10 +0000 (09:46 +0000)
committermmitchel <mmitchel>
Sun, 11 Jul 1999 09:46:10 +0000 (09:46 +0000)
bfd/elf32-mips.c

index ec53e92..99833b7 100644 (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.  */