diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-07 07:19:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-07 07:19:08 +0000 |
commit | 1058238c60aaddb89ceb864a9e957ddcb2a79017 (patch) | |
tree | 0c2fcc65e16da959907447dc1b971c7d32c0dc38 /gas/ChangeLog | |
parent | 5d845d37078b1bd69af495d9bc7c62cb8b3de9e8 (diff) | |
download | gdb-1058238c60aaddb89ceb864a9e957ddcb2a79017.zip gdb-1058238c60aaddb89ceb864a9e957ddcb2a79017.tar.gz gdb-1058238c60aaddb89ceb864a9e957ddcb2a79017.tar.bz2 |
Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM.
correct include directory locations. added standards.text
support.
* configure.in: mark this directory as target dependent.
Thu Dec 5 22:46:23 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: idestdir and ddestdir go away. Added
copyrights and shift gpl to v2. Added ChangeLog if it
didn't exist. docdir and mandir now keyed off datadir by
default.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6bdb71a..d89e041 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,24 @@ +Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM. + correct include directory locations. added standards.text + support. + + * configure.in: mark this directory as target dependent. + +Thu Dec 5 22:46:23 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Makefile.in: idestdir and ddestdir go away. Added + copyrights and shift gpl to v2. Added ChangeLog if it + didn't exist. docdir and mandir now keyed off datadir by + default. + +Wed Dec 4 10:28:48 1991 Steve Chamberlain (sac at cygnus.com) + + * config/obj-coff-bfd.c (crawl_symbol_chain): only move a + symbol to the end of a file if it really is external. + + Sat Nov 30 23:03:59 1991 Steve Chamberlain (sac at rtl.cygnus.com) * as.h: reloc.h->aout/reloc.h. @@ -457,7 +478,7 @@ Mon Aug 13 15:53:46 EDT 1990 Jay Fenlason * read.c Handle .align specially on the sparc, or any other machine where OTHER_ALIGN is defined. Added option and comments about it to Makefile. - +v Fri Aug 10 12:24:33 EDT 1990 Jay Fenlason * m68k.c (get_num) Handle SEG_PASS1 expressions. |