diff options
author | Steve Chamberlain <sac@cygnus> | 1994-03-08 21:53:19 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-03-08 21:53:19 +0000 |
commit | e52e2acd518a95ab56a6954e92ed89e79f0cb1c9 (patch) | |
tree | d9e5740c586bd6278c6adb68f7731f1abd44fb50 /binutils/ChangeLog | |
parent | 1404c3656d0f8fdb78385f2b99b70138c04ec73a (diff) | |
download | gdb-e52e2acd518a95ab56a6954e92ed89e79f0cb1c9.zip gdb-e52e2acd518a95ab56a6954e92ed89e79f0cb1c9.tar.gz gdb-e52e2acd518a95ab56a6954e92ed89e79f0cb1c9.tar.bz2 |
* coffgrok.[ch]: New files, understand coff objects.
* coffdump.c: Uses coffgrok to dump out the debug info of a coff
file.
* sysroff.info: Description of a SYSROFF object file.
* sysinfo.y, syslex.l: Parse info file, generate a reader, writer,
header files and a printer.
* srconv.c: Uses coffgrok.c and sysroff.info to convert a coff
file to a SYSROFF file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c84977e..8f7f1da 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Tue Mar 8 13:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * coffgrok.[ch]: New files, understand coff objects. + * coffdump.c: Uses coffgrok to dump out the debug info of a coff + file. + * sysroff.info: Description of a SYSROFF object file. + * sysinfo.y, syslex.l: Parse info file, generate a reader, writer, + header files and a printer. + * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff + file to a SYSROFF file. + Sat Feb 26 13:35:26 1994 Stan Shebs (shebs@andros.cygnus.com) * ar.c (do_quick_append): Pad with a genuine character 10, |