summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-17 18:31:14 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-09-17 18:31:14 +0000
commit1daa8083cb8c369cb80ba585afc3ca499de47870 (patch)
tree9b1a773914dd4e796f68f49b3e9dd0182c613050 /bfd/elf64-x86-64.c
parente427656c90a675cb7b23bdf329936596d62c3bd4 (diff)
downloadbinutils-redhat-1daa8083cb8c369cb80ba585afc3ca499de47870.tar.gz
Replace return FALSE with abort in x86 finish_dynamic_symbol
* elf32-i386.c (elf_i386_finish_dynamic_symbol): Replace return FALSE with abort. * 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 7daecb4ddf..cccc5cad25 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -4466,7 +4466,7 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
|| plt == NULL
|| gotplt == NULL
|| relplt == NULL)
- return FALSE;
+ abort ();
/* Get the index in the procedure linkage table which
corresponds to this symbol. This is the index of this symbol