diff options
author | Stu Grossman <grossman@cygnus> | 1994-11-02 00:50:12 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-11-02 00:50:12 +0000 |
commit | cd2df226a74a368aa791b797888cfbc6cd7f558f (patch) | |
tree | fb6957ba93b61bb11497d5151e374ada3287a0a8 /gdb/ChangeLog | |
parent | da15a93ea12380a05a34c15377e35d3415137375 (diff) | |
download | gdb-cd2df226a74a368aa791b797888cfbc6cd7f558f.zip gdb-cd2df226a74a368aa791b797888cfbc6cd7f558f.tar.gz gdb-cd2df226a74a368aa791b797888cfbc6cd7f558f.tar.bz2 |
* Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are
available.
* configure.in (ENABLE_CLIBS): Use $(TCL) and $(TK) instead of
-ltcl and -ltk.
* gdbtk.c: Get rid of lots of unnecessary #includes.
* (gdbtk_init): Use ConnectionNumber macro instead of referencing
Display structure directly.
* gdbtk.tcl: Change exit button to quit button (makes shebs
happy).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b10dbe..a7f5f17 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Tue Nov 1 16:41:12 1994 Stu Grossman (grossman@cygnus.com) + + * Makefile.in: Use $(objdir)/tcl and $(objdir)/tk if they are + available. + * configure.in (ENABLE_CLIBS): Use $(TCL) and $(TK) instead of + -ltcl and -ltk. + * gdbtk.c: Get rid of lots of unnecessary #includes. + * (gdbtk_init): Use ConnectionNumber macro instead of referencing + Display structure directly. + * gdbtk.tcl: Change exit button to quit button (makes shebs + happy). + Tue Nov 1 13:00:46 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * c-valprint.c (c_value_print): Check for plain literal `char' |