aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-08-23 13:34:14 +0100
committerNick Clifton <nickc@redhat.com>2018-08-23 13:34:14 +0100
commit38cf70ca4d7adaad7ef085ce34e24e1e0bbee945 (patch)
tree6ea78407807b2fa455cbf2300af7eb616e6087df /bfd/ChangeLog
parent334d4ced42d3d54a70a19f1323ff41c5a5f4ff5e (diff)
downloadgdb-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/ChangeLog5
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.