aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-02-12 19:11:55 +0000
committerDJ Delorie <dj@redhat.com>2008-02-12 19:11:55 +0000
commitf15557e4abfa55bdab0a034aaf78e7de8c3c7614 (patch)
tree091d353cf3f7868d4726640f3503d5ae9e458b62 /bfd/ChangeLog
parente8efc4d9fd94e07a7922ef7258e66f7a11dee1a1 (diff)
downloadgdb-f15557e4abfa55bdab0a034aaf78e7de8c3c7614.zip
gdb-f15557e4abfa55bdab0a034aaf78e7de8c3c7614.tar.gz
gdb-f15557e4abfa55bdab0a034aaf78e7de8c3c7614.tar.bz2
* elf32-iq2000.c (iq2000_elf_relocate_section): Adjust addend of
relocation pointing to local symbol in merged section. * elf32-iq2000.c (iq2000_elf_relocate_offset16): New. (iq2000_elf_relocate_section): Call it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a283f59..a8d88bd 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-12 DJ Delorie <dj@redhat.com>
+
+ * elf32-iq2000.c (iq2000_elf_relocate_section): Adjust addend of
+ relocation pointing to local symbol in merged section.
+
+ * elf32-iq2000.c (iq2000_elf_relocate_offset16): New.
+ (iq2000_elf_relocate_section): Call it.
+
2008-02-12 Nick Clifton <nickc@redhat.com>
PR ld/5692