diff options
author | Nick Clifton <nickc@redhat.com> | 2014-12-03 16:33:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-12-03 16:33:33 +0000 |
commit | bee0ee850e846a8717b9aadb8d5da3adee3254ee (patch) | |
tree | 785504a49ae5a62a179db9176bbd7c0155f5d9d7 /binutils/ChangeLog | |
parent | 9d157cb9fe73ff3d911ccdf581ab09eae02e78aa (diff) | |
download | gdb-bee0ee850e846a8717b9aadb8d5da3adee3254ee.zip gdb-bee0ee850e846a8717b9aadb8d5da3adee3254ee.tar.gz gdb-bee0ee850e846a8717b9aadb8d5da3adee3254ee.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2788dc4..2d28e1c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +2014-12-03 Nick Clifton <nickc@redhat.com> + + 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. + 2014-12-02 Denis Chertykov <chertykov@gmail.com> * MAINTAINERS: Fix my email address. |