diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-26 23:13:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-26 23:13:34 +0000 |
commit | 2a097d73b7140c33fb4b67d70f740ac0e4bd6bbf (patch) | |
tree | 70ecddea1d87c0c213655b493951f1a3610cda50 /opcodes/.Sanitize | |
parent | b55701fa464089d15a094830f83fbe3c0fff917a (diff) | |
download | gdb-2a097d73b7140c33fb4b67d70f740ac0e4bd6bbf.zip gdb-2a097d73b7140c33fb4b67d70f740ac0e4bd6bbf.tar.gz gdb-2a097d73b7140c33fb4b67d70f740ac0e4bd6bbf.tar.bz2 |
i960xl changes (sanitized); keep ns32k-dis.c
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 899e0bf..3ba1b7b 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -50,6 +50,7 @@ m68k-dis.c m88k-dis.c mips-dis.c mips-opc.c +ns32k-dis.c ppc-dis.c ppc-opc.c sh-opc.h @@ -64,4 +65,25 @@ Things-to-lose: Do-last: +i960xl_files="ChangeLog i960-dis.c" +if ( echo $* | grep keep\-i960xl > /dev/null ) ; then + if [ -n "${verbose}" ] ; then + echo Keeping i960xl stuff in $i960xl_files. + fi +else + if [ -n "${verbose}" ]; then + echo -n Cleaning i960xl in `pwd`: + fi + for f in $i960xl_files ; do + if [ -n "${verbose}" ] ; then + echo -n " " $f + fi + sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' -e '/ xl /d' < $f > new + if [ -n "${safe}" ] ; then + mv $f .Recover + fi + mv new $f + done +fi + # End of file. |