aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-01-29 07:02:22 +0000
committerJeff Law <law@redhat.com>1997-01-29 07:02:22 +0000
commit1a2faf1f1e335ff32c1d8c5c7675cd7ce9055e33 (patch)
treeb56edcda4d2496edf59baaeacb891e7dceef9b6e /bfd/ChangeLog
parentb444216f2c5f842801fadf4515728d0327418ae3 (diff)
downloadgdb-1a2faf1f1e335ff32c1d8c5c7675cd7ce9055e33.zip
gdb-1a2faf1f1e335ff32c1d8c5c7675cd7ce9055e33.tar.gz
gdb-1a2faf1f1e335ff32c1d8c5c7675cd7ce9055e33.tar.bz2
* elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
(elf_mn10200_howto_table): Likewise. (mn10200_reloc_map): Likewise. How did I miss the 16bit pc-relative relocs?!?
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 54f836a..9d47d37 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 29 00:00:49 1997 Jeffrey A Law (law@cygnus.com)
+
+ * elf32-mn10200.c (reloc_type): Add 16bit pc-relative reloc.
+ (elf_mn10200_howto_table): Likewise.
+ (mn10200_reloc_map): Likewise.
+
start-sanitize-m32r
Mon Jan 27 12:07:35 1997 Doug Evans <dje@seba.cygnus.com>