summaryrefslogtreecommitdiff
path: root/bfd/elf32-mips.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-11 09:46:10 +0000
committerMark Mitchell <mark@codesourcery.com>1999-07-11 09:46:10 +0000
commite0f8bd059eda6af204f7a88f18bfa461c0b298c1 (patch)
treec7b7cdbec261faa17015e504af2b327bf645817f /bfd/elf32-mips.c
parent417e818adbbc39a5aad2510069a234def8088e67 (diff)
downloadgdb-e0f8bd059eda6af204f7a88f18bfa461c0b298c1.tar.gz
Fix typo in previous change.
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r--bfd/elf32-mips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c
index ec53e92a0b1..99833b79e47 100644
--- a/bfd/elf32-mips.c
+++ b/bfd/elf32-mips.c
@@ -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. */