diff options
author | John Gilmore <gnu@cygnus> | 1993-02-04 10:30:19 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-04 10:30:19 +0000 |
commit | b076f024395078d117374d68e290cf200e9aef1a (patch) | |
tree | 4bf379a268489e4ec8dd2272e0a66b70e9fe2d5d /gdb/ChangeLog | |
parent | a69942c89b690e65a95f3be804ce8bb873c19faf (diff) | |
download | gdb-b076f024395078d117374d68e290cf200e9aef1a.zip gdb-b076f024395078d117374d68e290cf200e9aef1a.tar.gz gdb-b076f024395078d117374d68e290cf200e9aef1a.tar.bz2 |
* Makefile.in (TARDIRS): Add sparclite demo dir.
(*.tab.c): Change dependency on Makefile to depend on
Makefile.in, otherwise it always rebuilds after configuring.
Force output *.tab.c file into current directory even in "make"
versions that rewrite dependent file names used in command lines.
* TODO: Remove some things we did.
* am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode.
* os68k-xdep.c: Remove; useless file (os68k is a target only).
* convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST.
* symtab.h: Eliminate unnamed unions and structs.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c05e925..4cba347 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Thu Feb 4 01:52:36 1993 John Gilmore (gnu@cygnus.com) + + * Makefile.in (TARDIRS): Add sparclite demo dir. + (*.tab.c): Change dependency on Makefile to depend on + Makefile.in, otherwise it always rebuilds after configuring. + Force output *.tab.c file into current directory even in "make" + versions that rewrite dependent file names used in command lines. + + * TODO: Remove some things we did. + * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode. + * os68k-xdep.c: Remove; useless file (os68k is a target only). + * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST. + * symtab.h: Eliminate unnamed unions and structs. + Wed Feb 3 14:48:08 1993 John Gilmore (gnu@cygnus.com) * Makefile.in (VERSION): Roll to 4.7.5. |