diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-07 08:03:27 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-07 08:03:27 +0000 |
commit | bc0287661651904abf099d93efb7066a19aa4b7e (patch) | |
tree | a8c84a09d45b372c0152d9a111cad71f41f081d3 /gdb/ChangeLog | |
parent | 570e17331e8223647c2767ad45b60bf089080896 (diff) | |
download | gdb-bc0287661651904abf099d93efb7066a19aa4b7e.zip gdb-bc0287661651904abf099d93efb7066a19aa4b7e.tar.gz gdb-bc0287661651904abf099d93efb7066a19aa4b7e.tar.bz2 |
Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA.
added clean-info. added some standards.text support and made it
look like our other Makefiles.
* configure.in: mark this directory target dependent. configure
now runs entirely in objdir so make existence tests and
references against ${srcdir}.
Thu Dec 5 22:46:13 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 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 34c2e95..878e936 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,9 +1,25 @@ +Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA. + added clean-info. added some standards.text support and made it + look like our other Makefiles. + + * configure.in: mark this directory target dependent. configure + now runs entirely in objdir so make existence tests and + references against ${srcdir}. + Fri Dec 6 08:30:36 1991 Fred Fish (fnf at cygnus.com) * dwarfread.c (enum_type, struct_type): Fixes for opaque and anonymous enumerations, structures, and unions. Now passes all the current gdb test suite tests. +Thu Dec 5 22:46:13 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. + Thu Dec 5 21:53:21 1991 John Gilmore (gnu at cygnus.com) * symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us in |