aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-02-24 10:54:47 +0000
committerNick Clifton <nickc@redhat.com>2012-02-24 10:54:47 +0000
commit4115917d4bc2522b56e1b4975a566409d7cc0717 (patch)
tree1dcfce9dba25d2f265666d9dffbca94975766082 /bfd/ChangeLog
parent07c1b62689e6aeb6e86d11db17ab2a887474aec3 (diff)
downloadgdb-4115917d4bc2522b56e1b4975a566409d7cc0717.zip
gdb-4115917d4bc2522b56e1b4975a566409d7cc0717.tar.gz
gdb-4115917d4bc2522b56e1b4975a566409d7cc0717.tar.bz2
PR ld/13730
* reloc.c (bfd_generic_get_relocated_section_contents): Issue an error message instead of aborting, when an outofrange reloc is encountered.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6503f5c..cf9bf17 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-24 Nick Clifton <nickc@redhat.com>
+
+ PR ld/13730
+ * reloc.c (bfd_generic_get_relocated_section_contents): Issue an
+ error message instead of aborting, when an outofrange reloc is
+ encountered.
+
2012-02-23 Iain Sandoe <idsandoe@googlemail.com>
* mach-o.c (bfd_mach_o_swap_in_non_scattered_reloc): New.