Fix typo in previous change.
authorMark Mitchell <mark@codesourcery.com>
Sun, 11 Jul 1999 09:46:10 +0000 (09:46 +0000)
committerMark Mitchell <mark@codesourcery.com>
Sun, 11 Jul 1999 09:46:10 +0000 (09:46 +0000)
bfd/elf32-mips.c

index ec53e92a0b1a878d3f1afab0f3a627e6817b8b7f..99833b79e4739beca9a9f9a16495310308cc1241 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.  */