aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-02-15 23:19:55 +0000
committerStan Shebs <shebs@codesourcery.com>1995-02-15 23:19:55 +0000
commitbd749fdd7abebb472d78c9e6da667161e7617a92 (patch)
tree50e4784a64c2ef01f365bb2de2d72c9c0ec604f1 /gdb/.Sanitize
parenta978b966ff47450e7a251c6a6098691e7a5e2393 (diff)
downloadgdb-bd749fdd7abebb472d78c9e6da667161e7617a92.zip
gdb-bd749fdd7abebb472d78c9e6da667161e7617a92.tar.gz
gdb-bd749fdd7abebb472d78c9e6da667161e7617a92.tar.bz2
keep Windows GDB, believe it or not
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r--gdb/.Sanitize4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index ca0e98c..99428a2 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -29,7 +29,9 @@ else
fi
fi
-gdbtk_files="gdbtk.c gdbtk.tcl"
+# mswin gdb is not really gdbtk, but is close enough for now.
+
+gdbtk_files="gdbtk.c gdbtk.tcl mswin"
if ( echo $* | grep keep\-gdbtk > /dev/null ) ; then
keep_these_too="${gdbtk_files} ${keep_these_too}"