aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-01-24 01:23:18 +0000
committerStu Grossman <grossman@cygnus>1995-01-24 01:23:18 +0000
commit6bd7d9fad81197f4ba10168f03fe09a1a9cd3b1f (patch)
tree4659f8f03b2adc602b96783b8b9b3858a4049c67
parentc525c3afcb5656e99d3d3993023b97941e32d7b9 (diff)
downloadgdb-6bd7d9fad81197f4ba10168f03fe09a1a9cd3b1f.zip
gdb-6bd7d9fad81197f4ba10168f03fe09a1a9cd3b1f.tar.gz
gdb-6bd7d9fad81197f4ba10168f03fe09a1a9cd3b1f.tar.bz2
* gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
doc!
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/gdbtk.tcl4
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a6730c0..f597b64 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
+
+ * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
+ doc!
+
Mon Jan 23 13:11:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
Add support for Chill bitstring literals (e.h. H'FF00').
diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl
index 74bd7e9..2a16424 100644
--- a/gdb/gdbtk.tcl
+++ b/gdb/gdbtk.tcl
@@ -2672,4 +2672,8 @@ destroy .t
pack .c.m
bind .c.m <Leave> {destroy .c}
+if [file exists ~/.gdbtkinit] {
+ source ~/.gdbtkinit
+}
+
update