aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-10-28 00:29:44 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-10-28 00:29:44 +0000
commitb2efcd36528464df78f6ffdde4be819cf70ac393 (patch)
tree315d9a21c353e0870a594faa599976d3c6920c46 /bfd/ChangeLog
parent8559470fe507829e1dab7a990e669946b71e03af (diff)
downloadfsf-binutils-gdb-b2efcd36528464df78f6ffdde4be819cf70ac393.zip
fsf-binutils-gdb-b2efcd36528464df78f6ffdde4be819cf70ac393.tar.gz
fsf-binutils-gdb-b2efcd36528464df78f6ffdde4be819cf70ac393.tar.bz2
PR ld/1567
* elf32-cris.c (cris_elf_howto_table) <R_CRIS_32>: Set complain_on_overflow field to complain_overflow_dont.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a889592..d1612fa 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-28 Hans-Peter Nilsson <hp@axis.com>
+
+ PR ld/1567
+ * elf32-cris.c (cris_elf_howto_table) <R_CRIS_32>: Set
+ complain_on_overflow field to complain_overflow_dont.
+
2005-10-27 Alan Modra <amodra@bigpond.net.au>
PR 973