diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-11 07:43:40 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-11 07:43:40 +0000 |
commit | c06ac69051aa08d9ae57f2c25d4e321fd5503b25 (patch) | |
tree | ac823ef34b0c4d35e86cbfc7b4b127aa4aa18691 /gas | |
parent | 430485bb1dfe1bd2e95dfb459028c4f19824617c (diff) | |
download | gdb-c06ac69051aa08d9ae57f2c25d4e321fd5503b25.zip gdb-c06ac69051aa08d9ae57f2c25d4e321fd5503b25.tar.gz gdb-c06ac69051aa08d9ae57f2c25d4e321fd5503b25.tar.bz2 |
don't close a NULL file pointer
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d89e041..12cca8c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 10 04:07:28 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * input-file.c: don't close a NULL file pointer. + + * Makefile.in: infodir belongs in datadir. + +Sat Dec 7 17:13:42 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Makefile.in: fix fake-as target to also create as.new. + Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM. |