aboutsummaryrefslogtreecommitdiff
path: root/opcodes/.Sanitize
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-01-28 04:51:22 +0000
committerJeff Law <law@redhat.com>1998-01-28 04:51:22 +0000
commit83af233519a0e9b955bfb3d5699c09abc6f172cd (patch)
treeef5a9815189b9c593998f9e02e4e41eb0de537c7 /opcodes/.Sanitize
parent29410c45ae1c3f55ec6a3914bf5259ccc15493b2 (diff)
downloadgdb-83af233519a0e9b955bfb3d5699c09abc6f172cd.zip
gdb-83af233519a0e9b955bfb3d5699c09abc6f172cd.tar.gz
gdb-83af233519a0e9b955bfb3d5699c09abc6f172cd.tar.bz2
* mips-dis.c (_print_insn_mips): Set target_processor as appropriate.
Only recognize instructions for the current target_processor.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r--opcodes/.Sanitize6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index 0f44eb8..2b17516 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -209,7 +209,7 @@ else
fi
-r5900_files="ChangeLog mips-opc.c"
+r5900_files="ChangeLog mips-opc.c mips-dis.c"
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
for i in $r5900_files ; do
if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
@@ -265,7 +265,7 @@ else
done
fi
-tx19_files="ChangeLog mips16-opc.c"
+tx19_files="ChangeLog mips16-opc.c mips-dis.c"
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
for i in $tx19_files ; do
if test ! -d $i && (grep sanitize-tx19 $i > /dev/null) ; then
@@ -293,7 +293,7 @@ else
done
fi
-tx49_files="ChangeLog mips-opc.c"
+tx49_files="ChangeLog mips-opc.c mips-dis.c"
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
for i in $tx49_files ; do
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then