aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-02-20 20:54:28 +0000
committerJeff Law <law@redhat.com>1997-02-20 20:54:28 +0000
commit64af66797165654d16dd1c8960ee61785782f2a7 (patch)
tree42475edacf1430b00d5287192ad491fc35f95dbc /bfd/ChangeLog
parent64c5df8d21f8c5feffea743c6fe582fb5f6d8c62 (diff)
downloadgdb-64af66797165654d16dd1c8960ee61785782f2a7.zip
gdb-64af66797165654d16dd1c8960ee61785782f2a7.tar.gz
gdb-64af66797165654d16dd1c8960ee61785782f2a7.tar.bz2
* elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
(mn10200_elf_relocate_section): Likewise. (elf_backend_relocate_section): Define. New style linker for the mn10200.
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 cef59c0..4266562 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 20 13:52:16 1997 Jeffrey A Law (law@cygnus.com)
+
+ * elf32-mn10200.c (mn10200_elf_final_link_relocate): New function.
+ (mn10200_elf_relocate_section): Likewise.
+ (elf_backend_relocate_section): Define.
+
start-sanitize-d30v
Tue Feb 18 17:22:59 1997 Martin M. Hunt <hunt@pizza.cygnus.com>