aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-11 17:13:36 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-11 17:13:36 +0000
commit3a99b017b3c7962685444ab1626f6c758b909a24 (patch)
treebad9242dd8b9ebc2ef0095af4b8710aa76feaa1f /bfd/ChangeLog
parent2848824236c23a16170dc4fa32779219e686c2b2 (diff)
downloadgdb-3a99b017b3c7962685444ab1626f6c758b909a24.zip
gdb-3a99b017b3c7962685444ab1626f6c758b909a24.tar.gz
gdb-3a99b017b3c7962685444ab1626f6c758b909a24.tar.bz2
* elf.c (bfd_elf_hash): Change parameter from unsigned char * to
char *. * elf-bfd.h (bfd_elf_hash): Update declaration. * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove casts when calling bfd_elf_hash.
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 8d327d2..f9421e5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+1999-07-11 Ian Lance Taylor <ian@zembu.com>
+
+ * elf.c (bfd_elf_hash): Change parameter from unsigned char * to
+ char *.
+ * elf-bfd.h (bfd_elf_hash): Update declaration.
+ * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Remove casts
+ when calling bfd_elf_hash.
+
1999-07-11 Mark Mitchell <mark@codesourcery.com>
* libbfd.c (bfd_put_8): Make it of type `void'.