diff options
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b560ebc..2570d2e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,21 @@ +Tue Apr 7 15:12:15 1992 Sean Eric Fagan (sef@cygnus.com) + + * Makefile.in: Changed some lines to be less confusing for some + makes. + + * input-file.c: Conditionalize on _IOFBF, not VMS. + + * read.c, write.c: Change a series of ifdef/elif to + ifdef/else/ifdef etc. + +Fri Mar 27 12:21:16 1992 K. Richard Pixley (rich@cygnus.com) + + * symbols.c (fb_label_init): fix sizeof to memset. + Fri Mar 13 15:45:44 1992 K. Richard Pixley (rich@cygnus.com) + * Makefile.in: install the man page. + * Makefile.in: pass down MAKEINFO explicitly on info. Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com) |