diff options
author | Dave Brolley <brolley@redhat.com> | 1998-11-05 22:02:44 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 1998-11-05 22:02:44 +0000 |
commit | 290ca45abdf8ab70a209a6c83f84ae601bd34ae4 (patch) | |
tree | adbceeeb7366e6a405ee0a52f325f5e033fc46a9 /opcodes | |
parent | 7e6c86c2e391b785049dc3d9b145783337d4f6b6 (diff) | |
download | gdb-290ca45abdf8ab70a209a6c83f84ae601bd34ae4.zip gdb-290ca45abdf8ab70a209a6c83f84ae601bd34ae4.tar.gz gdb-290ca45abdf8ab70a209a6c83f84ae601bd34ae4.tar.bz2 |
Added fr30-asm.c fr30-dis.c fr30-opc.c fr30-opc.h
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 1663cc4..fd6d4a6 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -74,6 +74,10 @@ d30v-opc.c dep-in.sed dis-buf.c disassemble.c +fr30-asm.c +fr30-dis.c +fr30-opc.c +fr30-opc.h h8300-dis.c h8500-dis.c h8500-opc.h @@ -467,7 +471,7 @@ if ( echo $* | grep keep\-nortel-ppc750 > /dev/null ) ; then for i in $nortel_ppc750_files ; do if test -f $i && (grep sanitize-nortel-ppc750 $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Keeping m32rx stuff in $i + echo Keeping nortel-ppc750 stuff in $i fi fi done @@ -475,7 +479,7 @@ else for i in $nortel_ppc750_files ; do if test -f $i && (grep sanitize-nortel-ppc750 $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Removing traces of \"m32rx\" from $i... + echo Removing traces of \"nortel-ppc750\" from $i... fi cp $i new # The PIPE sanitization will be much cleaner with redact. |