projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebbd33
)
Fix typo in previous change.
author
Mark Mitchell
<mark@codesourcery.com>
Sun, 11 Jul 1999 09:46:10 +0000
(09:46 +0000)
committer
Mark Mitchell
<mark@codesourcery.com>
Sun, 11 Jul 1999 09:46:10 +0000
(09:46 +0000)
bfd/elf32-mips.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-mips.c
b/bfd/elf32-mips.c
index ec53e92a0b1a878d3f1afab0f3a627e6817b8b7f..99833b79e4739beca9a9f9a16495310308cc1241 100644
(file)
--- 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. */