Support keep-arc flag.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 12 Apr 1995 15:45:15 +0000 (15:45 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 12 Apr 1995 15:45:15 +0000 (15:45 +0000)
gdb/.Sanitize

index 75d6df64f369cdde77d9664f642390de9d4624a7..f7af5c1c8c63c1a90b4f140ac1b2c4d791ae88db 100644 (file)
 
 Do-first:
 
+arc_files="arc-tdep.c remote-arc.c"
+
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       keep_these_too="${arc_files} ${keep_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Keeping ${arc_files}
+       fi
+else
+       lose_these_too="${arc_files} ${lose_these_too}"
+       if [ -n "${verbose}" ] ; then
+               echo Deleting ${arc_files}
+       fi
+fi
+
 # mswin gdb is not really gdbtk, but is close enough for now.
 
 gdbtk_files="gdbtk.c gdbtk.tcl mswin"
@@ -338,8 +352,6 @@ remote-sa.sparc.c
 ser-go32-para.c
 state.c
 state.h
-arc-tdep.c
-remote-arc.c
 
 Do-last:
 
This page took 0.027364 seconds and 4 git commands to generate.