diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-03 18:54:50 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-03 18:54:50 +0000 |
commit | 706e58f11b276f7d10b6571bc57b62dbc0b22c1f (patch) | |
tree | c0143afb3f39ffe37f5004b23b91d1d2778f20df /bfd | |
parent | ce623b5fd1dbb0465a0db15742f5f8c9b96f41cd (diff) | |
download | gdb-706e58f11b276f7d10b6571bc57b62dbc0b22c1f.zip gdb-706e58f11b276f7d10b6571bc57b62dbc0b22c1f.tar.gz gdb-706e58f11b276f7d10b6571bc57b62dbc0b22c1f.tar.bz2 |
* srec.c: Rewrote to fix many bugs; now gets the record type
right, doesn't choke on input, sets the start address in an S9 and
fills in the filename on an S0.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d101da5..0aad94e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 3 10:53:30 1991 Steve Chamberlain (sac at rtl.cygnus.com) + + * srec.c: Rewrote to fix many bugs; now gets the record type + right, doesn't choke on input, sets the start address in an S9 and + fills in the filename on an S0. + Sat Nov 30 21:19:15 1991 Steve Chamberlain (sac at rtl.cygnus.com) * cpu-h8300.c: Add support for MEMIND addressing mode |