diff options
author | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
commit | a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747 (patch) | |
tree | c382516f587c3df6a94ae7baded93b3d299c29cc /gdb/.Sanitize | |
parent | a48ef404c7175df1b49e4d3bdfe341816e9429dd (diff) | |
download | gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.zip gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.gz gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.bz2 |
Correct d10v sanitization errors.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 8f5c04e..ff29580 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -29,20 +29,6 @@ else fi fi -d10v_files="d10v-tdep.c" - -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - keep_these_too="${d10v_files} ${keep_these_too}" - if [ -n "${verbose}" ] ; then - echo Keeping ${d10v_files} - fi -else - lose_these_too="${d10v_files} ${lose_these_too}" - if [ -n "${verbose}" ] ; then - echo Deleting ${d10v_files} - fi -fi - gdbtk_files="README.GDBTK gdbtk.c gdbtk.tcl" if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then @@ -195,6 +181,7 @@ corelow.c cp-valprint.c cpu32bug-rom.c cxux-nat.c +d10v-tdep.c dbug-rom.c dbxread.c dcache.c |