diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-07 10:19:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-07 10:19:42 +0000 |
commit | c2596ca5d7f6ab6d38882bf0f0fc44fe352afcb1 (patch) | |
tree | 57536414c2b8060a9dfb47fd8bc355252f283669 /bfd/ChangeLog | |
parent | 1c3a5fbe155614a0f87079b953df0d7618e0ab50 (diff) | |
download | fsf-binutils-gdb-c2596ca5d7f6ab6d38882bf0f0fc44fe352afcb1.zip fsf-binutils-gdb-c2596ca5d7f6ab6d38882bf0f0fc44fe352afcb1.tar.gz fsf-binutils-gdb-c2596ca5d7f6ab6d38882bf0f0fc44fe352afcb1.tar.bz2 |
Fix internal error in the linker by replacing a call to abort with an error message.
PR ld/20932
* elflink.c (bfd_elf_record_link_assignment): Replace call to
abort with an error message and error return value.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 26fb42b..7c21bb8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-12-07 Nick Clifton <nickc@redhat.com> + + PR ld/20932 + * elflink.c (bfd_elf_record_link_assignment): Replace call to + abort with an error message and error return value. + 2016-12-06 Nick Clifton <nickc@redhat.com> PR binutils/20931 |