aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-11-12 17:53:58 +0000
committerSteve Chamberlain <sac@cygnus>1992-11-12 17:53:58 +0000
commit1a9904b4cb719f3e9b7dc4100498b84c07572d98 (patch)
treeb5891d413eeb13dd4c1bc2c2bebfb5b3b12e7de0 /bfd
parente633652f76ea61c88c31751d3b06512a71f146d1 (diff)
downloadgdb-1a9904b4cb719f3e9b7dc4100498b84c07572d98.zip
gdb-1a9904b4cb719f3e9b7dc4100498b84c07572d98.tar.gz
gdb-1a9904b4cb719f3e9b7dc4100498b84c07572d98.tar.bz2
* coff-z8k.c: checkpoint, more addressing modes handled
* coffcode.h (get_value): don't truncate reloc->addend field, it's a long now.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5487416..ad6d342 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 12 09:46:47 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * coff-z8k.c: checkpoint, more addressing modes handled
+ * coffcode.h (get_value): don't truncate reloc->addend field, it's
+ a long now.
+
Wed Nov 11 23:57:55 1992 Brendan Kehoe (brendan@cygnus.com)
* we32k.mt (TDEFAULTS): Use we32kcoff_vec, not i386coff_vec.