aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-04-21 21:16:51 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-04-21 21:16:51 +0000
commitf6df62c820e674bda7550f998e83f8b95f22d0fb (patch)
tree8cecb6ce37ad92c79f0285fcfa9b1de5e35965d5 /bfd/elf64-x86-64.c
parentbcb28afc532c6defc36fd52db211f3a785a8a6ef (diff)
downloadgdb-f6df62c820e674bda7550f998e83f8b95f22d0fb.zip
gdb-f6df62c820e674bda7550f998e83f8b95f22d0fb.tar.gz
gdb-f6df62c820e674bda7550f998e83f8b95f22d0fb.tar.bz2
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/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 84ee101..6190a98 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -3961,7 +3961,7 @@ elf_x86_64_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