diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-05-25 00:00:03 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-05-25 00:00:03 +0000 |
commit | 856253d4d86d91cec00a1873d2147f8412397a9a (patch) | |
tree | 65764126e46aab1f4d6c74ff91828da5215d8c64 /opcodes | |
parent | 54af8e6e7bc98d625c39796a55b82393572595d6 (diff) | |
download | gdb-856253d4d86d91cec00a1873d2147f8412397a9a.zip gdb-856253d4d86d91cec00a1873d2147f8412397a9a.tar.gz gdb-856253d4d86d91cec00a1873d2147f8412397a9a.tar.bz2 |
Unsanitize SH3 support.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index fcdefd7..8b941dc 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -100,28 +100,6 @@ else done fi -sh3_files="ChangeLog sh-opc.h" -if ( echo $* | grep keep\-sh3 > /dev/null ) ; then - if [ -n "${verbose}" ] ; then - echo Keeping sh3 stuff in $sh3_files. - fi -else - if [ -n "${verbose}" ]; then - echo -n Cleaning sh3 in `pwd`: - fi - for f in $sh3_files ; do - if [ -n "${verbose}" ] ; then - echo -n " " $f - fi - sed -e '/start\-sanitize\-sh3/,/end\-sanitize\-sh3/d' -e '/ xl /d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done -fi - - rce_files="configure.in" if ( echo $* | grep keep\-rce > /dev/null ) ; then for i in $rce_files ; do |