Fix internal error in the linker by replacing a call to abort with an error message.
authorNick Clifton <nickc@redhat.com>
Wed, 7 Dec 2016 10:19:42 +0000 (10:19 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 7 Dec 2016 10:19:42 +0000 (10:19 +0000)
commitc2596ca5d7f6ab6d38882bf0f0fc44fe352afcb1
tree57536414c2b8060a9dfb47fd8bc355252f283669
parent1c3a5fbe155614a0f87079b953df0d7618e0ab50
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.
bfd/ChangeLog
bfd/elflink.c