aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-29 20:39:27 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-29 20:39:27 +0000
commit85f340909d548ef683fa506f357857dd8e0bbd37 (patch)
tree36a6547f3e9313d76594616baba884ba0854ed91
parent64e21e0fd7957a9a60915a5ed7e68aca4a60ab36 (diff)
downloadgdb-85f340909d548ef683fa506f357857dd8e0bbd37.zip
gdb-85f340909d548ef683fa506f357857dd8e0bbd37.tar.gz
gdb-85f340909d548ef683fa506f357857dd8e0bbd37.tar.bz2
* reloc.c (bfd_install_relocation): Change type of data to bfd_byte *, to go
along with yesterday's change.
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e2d95ad..74fdbce 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Thu Sep 29 15:21:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
+ * reloc.c (bfd_install_relocation): Change type of data to
+ bfd_byte *, to go along with yesterday's change.
+
* elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol
in elfcode.h. (case bfd_print_symbol_all): Print symbol's size
field, except for common symbols; print their alignment.