diff options
author | Nick Clifton <nickc@redhat.com> | 2018-08-23 13:34:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-08-23 13:34:14 +0100 |
commit | 38cf70ca4d7adaad7ef085ce34e24e1e0bbee945 (patch) | |
tree | 6ea78407807b2fa455cbf2300af7eb616e6087df /bfd/ChangeLog | |
parent | 334d4ced42d3d54a70a19f1323ff41c5a5f4ff5e (diff) | |
download | gdb-38cf70ca4d7adaad7ef085ce34e24e1e0bbee945.zip gdb-38cf70ca4d7adaad7ef085ce34e24e1e0bbee945.tar.gz gdb-38cf70ca4d7adaad7ef085ce34e24e1e0bbee945.tar.bz2 |
Replace unworkable code in HPPA relocs handelr with an assertion.
* elf64-hppa.c (elf_hppa_final_link_relocate): Replace unworkable
code with an assertion.
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 ae37424..66eb071 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2018-08-23 Nick Clifton <nickc@redhat.com> + * elf64-hppa.c (elf_hppa_final_link_relocate): Replace unworkable + code with an assertion. + +2018-08-23 Nick Clifton <nickc@redhat.com> + PR 23061 * coffgen.c (coff_pointerize_aux): Add table_end parameter. Use it to prevent walking off the end of the table. |