diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-08-28 18:19:21 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-08-28 18:19:21 +0000 |
commit | affdd42e25bc6cb14cabfd2633a1f06dbd74537e (patch) | |
tree | 53bb6093c86d07546ebd4dfa17d7c49e8fd59cc9 /opcodes | |
parent | 36db8e64abf2772b35db7e9405f7ce8cdb21f31f (diff) | |
download | gdb-affdd42e25bc6cb14cabfd2633a1f06dbd74537e.zip gdb-affdd42e25bc6cb14cabfd2633a1f06dbd74537e.tar.gz gdb-affdd42e25bc6cb14cabfd2633a1f06dbd74537e.tar.bz2 |
Remove arc sanitization.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index cb09a29..47f1590 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -123,34 +123,6 @@ Things-to-lose: Do-last: -arc_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c" -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 - d30v_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c" if ( echo $* | grep keep\-d30v > /dev/null ) ; then for i in $d30v_files ; do |