diff options
author | Fred Fish <fnf@specifix.com> | 1993-10-12 02:46:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-10-12 02:46:26 +0000 |
commit | 3ea2c30ac7476fdbda3a0cf2b602d4fc0f4ab831 (patch) | |
tree | 794d23b0ea3d73b4ea3257b84fd7b02ce4789481 /gdb/.Sanitize | |
parent | f7df1b2b260786a9e2927647c99254387aa37dbd (diff) | |
download | gdb-3ea2c30ac7476fdbda3a0cf2b602d4fc0f4ab831.zip gdb-3ea2c30ac7476fdbda3a0cf2b602d4fc0f4ab831.tar.gz gdb-3ea2c30ac7476fdbda3a0cf2b602d4fc0f4ab831.tar.bz2 |
Add sp64-tdep.c to lose_these_too if it is not added to keep_these_too.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 28c4328..6a30015 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -17,6 +17,8 @@ Do-first: if ( echo $* | grep keep\-v9 > /dev/null ) ; then keep_these_too="sp64-tdep.c" +else + lose_these_too="sp64-tdep.c" fi # All files listed between the "Things-to-keep:" line and the |