diff options
author | Stan Shebs <shebs@codesourcery.com> | 1997-09-16 02:27:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1997-09-16 02:27:10 +0000 |
commit | 2bf15e13f581ffa37899c61c2a282cf168802bc2 (patch) | |
tree | 99461817a2cb90991604e43ab1d0ed737ebd5534 /gdb/.Sanitize | |
parent | 5ed0a9a369ce0bbf0000ec0dba3a0a32c0537782 (diff) | |
download | gdb-2bf15e13f581ffa37899c61c2a282cf168802bc2.zip gdb-2bf15e13f581ffa37899c61c2a282cf168802bc2.tar.gz gdb-2bf15e13f581ffa37899c61c2a282cf168802bc2.tar.bz2 |
Remove/retain old ARC stuff as appropriate
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 0f98cb8..5adcd95 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -15,20 +15,6 @@ 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 - gdbtk_files="README.GDBTK gdbtk.c gdbtcl gdbtcl2 gdbtk.tcl" if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then @@ -120,6 +106,7 @@ alpha-tdep.c altos-xdep.c annotate.c annotate.h +arc-tdep.c arm-convert.s arm-tdep.c arm-xdep.c @@ -478,35 +465,6 @@ else done fi -arc_files="configure.tgt ChangeLog-95" - -if ( echo $* | grep keep\-arc > /dev/null ) ; then - for i in $arc_files ; do - if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping arc stuff in $i - fi - fi - done -else - for i in $arc_files ; do - if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"arc\" from $i... - fi - cp $i new - sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new - if [ -n "${safe}" -a ! -f .Recover/$i ] ; then - if [ -n "${verbose}" ] ; then - echo Caching $i in .Recover... - fi - mv $i .Recover - fi - mv new $i - fi - done -fi - if ( echo $* | grep keep\-gm > /dev/null ) ; then for i in * ; do if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then |