summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-04-21 21:16:49 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-04-21 21:16:49 +0000
commit953e7c8527db02534cde0d9adafeb4e8b26c82d7 (patch)
treee15e12d07fd816f97752beb1255f77ead9063cb2 /bfd/elf32-i386.c
parent5da26fbe490ce4008e8eaadb6204bc6071b0a291 (diff)
downloadbinutils-redhat-953e7c8527db02534cde0d9adafeb4e8b26c82d7.tar.gz
Return false on dynamic symbol error.
2011-04-21 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_finish_dynamic_symbol): Return false on dynamic symbol error. * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 8934d27786..1bdc05e9ae 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -4189,7 +4189,7 @@ elf_i386_finish_dynamic_symbol (bfd *output_bfd,
|| plt == NULL
|| gotplt == NULL
|| relplt == NULL)
- abort ();
+ return FALSE;
/* Get the index in the procedure linkage table which
corresponds to this symbol. This is the index of this symbol