]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Replace calls to abort (in readelf) with informative error messages.
authorNick Clifton <nickc@redhat.com>
Wed, 3 Dec 2014 16:33:33 +0000 (16:33 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 3 Dec 2014 16:33:33 +0000 (16:33 +0000)
commitbee0ee850e846a8717b9aadb8d5da3adee3254ee
tree785504a49ae5a62a179db9176bbd7c0155f5d9d7
parent9d157cb9fe73ff3d911ccdf581ab09eae02e78aa
Replace calls to abort (in readelf) with informative error messages.

PR binutils/17531
* readelf.c (get_machine_flags): Replace call to abort with a
warning message and a return value.
(get_elf_section_flags): Likewise.
(get_symbol_visibility): Likewise.
(get_ia64_symbol_other): Likewise.
(get_ia64_symbol_other): Likewise.
(is_32bit_abs_reloc): Likewise.
(apply_relocations): Likewise.
(display_arm_attribute): Likewise.
binutils/ChangeLog
binutils/readelf.c