diff options
author | Ken Raeburn <raeburn@cygnus> | 1997-11-03 18:28:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1997-11-03 18:28:35 +0000 |
commit | cfca14e759216aef9fb0688087fce466ecd6f170 (patch) | |
tree | 735e1bfb518950e9e5d9360eddd70b5460c41730 /opcodes/.Sanitize | |
parent | ee1f0bd101d402e7a879ae6af128b2c5a30aea48 (diff) | |
download | gdb-cfca14e759216aef9fb0688087fce466ecd6f170.zip gdb-cfca14e759216aef9fb0688087fce466ecd6f170.tar.gz gdb-cfca14e759216aef9fb0688087fce466ecd6f170.tar.bz2 |
make vr5400 disassembly work; fix bugs in some vr5400 insns
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 18961bc..730aaea 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -193,7 +193,7 @@ else done fi -vr5400_files="ChangeLog mips-opc.c" +vr5400_files="ChangeLog mips-opc.c mips-dis.c" if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then for i in $vr5400_files ; do if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then |