diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-12 00:42:50 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-12 00:42:50 +0000 |
commit | b645b63248888247d0d9757708b5ee4041ae3410 (patch) | |
tree | acd87b4a2dbbc857aabda74fecdf8b1aece0d6cc /bfd/ChangeLog | |
parent | c06ac69051aa08d9ae57f2c25d4e321fd5503b25 (diff) | |
download | gdb-b645b63248888247d0d9757708b5ee4041ae3410.zip gdb-b645b63248888247d0d9757708b5ee4041ae3410.tar.gz gdb-b645b63248888247d0d9757708b5ee4041ae3410.tar.bz2 |
* makefile.dos, configdj.bat: New files from DJ
* cache.c: fopen with "b" is needed for DOS.
* ieee.c: environ renamed to envi to stop an include file
conflict.
* opncls.c: more fopens with "b"
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 17f233b..fe64b18 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,27 @@ +Wed Dec 11 16:39:45 1991 Steve Chamberlain (sac at rtl.cygnus.com) + + * makefile.dos, configdj.bat: New files from DJ + * cache.c: fopen with "b" is needed for DOS. + * ieee.c: environ renamed to envi to stop an include file + conflict. + * opncls.c: more fopens with "b" + + +Tue Dec 10 04:07:24 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Makefile.in: infodir belongs in datadir. + +Sat Dec 7 16:39:23 1991 Steve Chamberlain (sac at rtl.cygnus.com) + + * Makefile.in: fix where docdir lives + + * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coff-m88k.c, + coffcode.h, core.c, ctor.c, elf.c, format.c, ieee.c, init.c, + libbfd.c, libbfd.h, libcoff.h, opncls.c, reloc.c, section.c, + srec.c, syms.c, targets.c : all new documentation and lint + removal. + + Sat Dec 7 07:22:09 1991 John Gilmore (gnu at cygnus.com) * coffcode.h, srec.c: Lint. |