diff options
author | Nick Clifton <nickc@redhat.com> | 2019-06-26 17:03:32 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-06-26 17:03:32 +0100 |
commit | a68aa5d3020948564ef99d704d27e458ba22ad9d (patch) | |
tree | e413d62d4438b6a7605e7771c0028d89eba01e97 /bfd/ChangeLog | |
parent | 762c164d754fc456aa4764d2ed19cc4a3ec625fb (diff) | |
download | gdb-a68aa5d3020948564ef99d704d27e458ba22ad9d.zip gdb-a68aa5d3020948564ef99d704d27e458ba22ad9d.tar.gz gdb-a68aa5d3020948564ef99d704d27e458ba22ad9d.tar.bz2 |
Ensure that when attempting to process an ARM Mach-O file with unknown relocs, that a suitable error message is displayed.
PR 24703
binutils* bucomm.c (bfd_nonfatal): If no bfd error code has been set then
indicate this in the output.
(bfd_nonfatal_message): Likewise.
bfd * mach-o-arm.c (bfd_mach_o_arm_canonicalize_one_reloc): Add error
messages for failures.
* mach-o.c (bfd_mach_o_canonicalize_relocs): Set an bfd error code
if returning an error value.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0783242..0e1847e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2019-06-26 Nick Clifton <nickc@redhat.com> + + PR 24703 + * mach-o-arm.c (bfd_mach_o_arm_canonicalize_one_reloc): Add error + messages for failures. + * mach-o.c (bfd_mach_o_canonicalize_relocs): Set an bfd error code + if returning an error value. + 2019-06-25 Jan Beulich <jbeulich@suse.com> * elf-properties.c (elf_find_and_remove_property): Rename last |