diff options
author | Nick Clifton <nickc@redhat.com> | 2021-07-07 16:50:33 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-07-07 16:50:33 +0100 |
commit | ca52626babd59d58f3962dcaab94cf840e6aff82 (patch) | |
tree | 5ef76635983fe2c0e6f26e1ddca2a4c4f69640d8 /bfd/ChangeLog | |
parent | 7a30ac441a4e776e68399cb916c4731b5192e931 (diff) | |
download | fsf-binutils-gdb-ca52626babd59d58f3962dcaab94cf840e6aff82.zip fsf-binutils-gdb-ca52626babd59d58f3962dcaab94cf840e6aff82.tar.gz fsf-binutils-gdb-ca52626babd59d58f3962dcaab94cf840e6aff82.tar.bz2 |
Remove an accidental change to elfcode.h included as part of commit 6e0dfbf420.
PR 27659
* elfcode.h (elf_swap_symbol_out): Revert accidental change that
removed an abort if the shndx pointer is NULL.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e0cb2bf..25bb163 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2021-07-07 Nick Clifton <nickc@redhat.com> + + * elfcode.h (elf_swap_symbol_out): Revert accidental change that + removed an abort if the shndx pointer is NULL. + 2021-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * sysdep.h [!ENABLE_NLS]: Prevent inclusion of <libintl.h> on |