summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2002-10-25 18:55:22 +0000
committerJim Wilson <wilson@tuliptree.org>2002-10-25 18:55:22 +0000
commita0087177c36f698e2687727057e2efbb8973051d (patch)
treebb1bae2357be25406f8233ed608a25ec61bb3b9c /bfd/ChangeLog
parent1f2baacc1fef86105e495a1f6f090f606eddf0b4 (diff)
downloadbinutils-gdb-a0087177c36f698e2687727057e2efbb8973051d.tar.gz
Add some string section merging support.
* elf64-sh64.c (sh_elf64_relocate_section): Call _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol of SHF_MERGE section.
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 27230ffed9a..7e6a4128c3b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-25 Jim Wilson <wilson@redhat.com>
+
+ * elf64-sh64.c (sh_elf64_relocate_section): Call
+ _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
+ of SHF_MERGE section.
+
2002-10-25 Hans-Peter Nilsson <hp@axis.com>
* simple.c: Correct placement of ATTRIBUTE_UNUSED.