diff options
author | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1997-03-03 00:35:40 +0000 |
commit | a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747 (patch) | |
tree | c382516f587c3df6a94ae7baded93b3d299c29cc /opcodes | |
parent | a48ef404c7175df1b49e4d3bdfe341816e9429dd (diff) | |
download | gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.zip gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.gz gdb-a3c5b9a4a1194ada4fbaac9a9ac928b92ae79747.tar.bz2 |
Correct d10v sanitization errors.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 51c166a..d96b7c2 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -23,14 +23,6 @@ else lose_these_too="${arc_files} ${lose_these_too}" fi -d10v_files="d10v-dis.c d10v-opc.c" - -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - keep_these_too="${d10v_files} ${keep_these_too}" -else - lose_these_too="${d10v_files} ${lose_these_too}" -fi - d30v_files="d30v-dis.c d30v-opc.c" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -76,6 +68,8 @@ config.in configure configure.bat configure.in +d10v-dis.c +d10v-opc.c dis-buf.c disassemble.c h8300-dis.c |