diff options
author | K. Richard Pixley <rich@cygnus> | 1993-05-27 06:44:29 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-05-27 06:44:29 +0000 |
commit | 87756e15db9426efa646df410eed1de8533174ac (patch) | |
tree | b417cb3c813b0e1dbc3612b0e9b2bbdbfaffa865 /gdb/testsuite | |
parent | 7b85349fe85f22b96495ef7eff04c6e5b28c3d66 (diff) | |
download | gdb-87756e15db9426efa646df410eed1de8533174ac.zip gdb-87756e15db9426efa646df410eed1de8533174ac.tar.gz gdb-87756e15db9426efa646df410eed1de8533174ac.tar.bz2 |
added things-to-lose sections
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/.Sanitize | 6 | ||||
-rw-r--r-- | gdb/testsuite/config/.Sanitize | 2 | ||||
-rw-r--r-- | gdb/testsuite/lib/.Sanitize | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index 8f40dff..0f482fd 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -23,8 +23,6 @@ Do-first: Things-to-keep: -# The lines between the "Do-last:" line and the end of the file - .gdbinit ChangeLog Makefile.in @@ -54,9 +52,11 @@ gdb.t23 gdb.t24 gdb.t30 gdb.t31 - lib +Things-to-lose: + +# The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize index c2a365d..5459844 100644 --- a/gdb/testsuite/config/.Sanitize +++ b/gdb/testsuite/config/.Sanitize @@ -29,6 +29,8 @@ udi-gdb.exp unix-gdb.exp vx-gdb.exp +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. diff --git a/gdb/testsuite/lib/.Sanitize b/gdb/testsuite/lib/.Sanitize index e5a0216..3a1de3d 100644 --- a/gdb/testsuite/lib/.Sanitize +++ b/gdb/testsuite/lib/.Sanitize @@ -25,6 +25,8 @@ Things-to-keep: gdb.exp +Things-to-lose: + # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is # done. |