summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-06-10 00:13:15 +0000
committerMichael Snyder <msnyder@specifix.com>2008-06-10 00:13:15 +0000
commitce119b4142eb7b70f580c8830fa2a1832b2de019 (patch)
tree9b8363b2417351934cd03581624454c5b122e1e4 /gdb/gdbtk/plugins/rhabout/rhabout.tcl.in
parentea9e838749c0f6f20a7a12423efb0ef2a422e487 (diff)
downloadgdb-drow-reverse-20070409-branch.tar.gz
Daniel Jacobowitz' update to Michael Snyder's reverse debugging patchesdrow-reverse-20070409-branchcvs/drow-reverse-20070409-branch
Diffstat (limited to 'gdb/gdbtk/plugins/rhabout/rhabout.tcl.in')
-rw-r--r--gdb/gdbtk/plugins/rhabout/rhabout.tcl.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in b/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in
deleted file mode 100644
index 61533da7501..00000000000
--- a/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in
+++ /dev/null
@@ -1,5 +0,0 @@
-package provide RHABOUT 1.0
-set dirname [file dirname [info script]]
-lappend auto_path $dirname
-set TCL_DBGX "@TCL_DBGX@" ; # needed for cygwin
-catch {load [file join $dirname rhabout@TCL_SHLIB_SUFFIX@]}