aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-23 08:13:12 +0000
committerAlan Modra <amodra@gmail.com>2002-08-23 08:13:12 +0000
commit3b587c71d7b37cf7b18c71d01f887d13e692c85b (patch)
tree61f16d4e40ffefc16f371bdc6ef403ca26f5393f /bfd/ChangeLog
parent8e523c2334366c29b077a870e0cdc6606d16369e (diff)
downloadgdb-3b587c71d7b37cf7b18c71d01f887d13e692c85b.zip
gdb-3b587c71d7b37cf7b18c71d01f887d13e692c85b.tar.gz
gdb-3b587c71d7b37cf7b18c71d01f887d13e692c85b.tar.bz2
* elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
value if .init is an SHmedia function. Similarly for DT_FINI. * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5b95fe9..015dec4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,8 +1,15 @@
+2002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
+ Richard Shann <richard.shann@superh.com>
+
+ * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
+ value if .init is an SHmedia function. Similarly for DT_FINI.
+ * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
+
2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
- * bfd/elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
+ * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
dynamic section.
- * bfd/elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
+ * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
2002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>