diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-01 18:29:28 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-01 18:29:28 +0000 |
commit | 30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044 (patch) | |
tree | 451309c5659558f339d763cc3912191dd5cc840d /bfd/ChangeLog | |
parent | 090811c1b921e323bfd3d38da503f386c2680e20 (diff) | |
download | gdb-30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044.zip gdb-30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044.tar.gz gdb-30d2c06f1d2ed90c4e6cb098c9c0b0f271a08044.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bb4da2f..b7fa25b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 1 11:24:31 1991 Steve Chamberlain (steve at cygnus.com) + + * archures.c: removed texinfo error + + * init.c: added texinfo hooks, and removed initialization error + message. + + * libcoff-in.h, libbfd-in.h removed $id field so cvs can merge + without complaints. + Tue Oct 1 05:02:53 1991 John Gilmore (gnu at cygnus.com) * cpu-i960.c: Avoid numerical count of initializers. @@ -10,6 +20,9 @@ Tue Oct 1 05:02:53 1991 John Gilmore (gnu at cygnus.com) Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com) + * bfd-in.h VERSION, change version number to 0.18, this makes a + gap, but now is the same as the linker version number. + * cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c, cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These files will eventually contain processor specific bits for bfd, |