diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-08-15 12:20:57 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-08-15 12:20:57 +0000 |
commit | 2b0c643b8da809da000d4e910afd8daa8bd94f8a (patch) | |
tree | 1f91385abbfff015b8b475aa67d593a0bd46a7e4 /opcodes/.Sanitize | |
parent | 427a9cc709bc8a2999cfac354b672a623bc0de2d (diff) | |
download | gdb-2b0c643b8da809da000d4e910afd8daa8bd94f8a.zip gdb-2b0c643b8da809da000d4e910afd8daa8bd94f8a.tar.gz gdb-2b0c643b8da809da000d4e910afd8daa8bd94f8a.tar.bz2 |
Remove ARC sanitization.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index dc6820a..e3a074f 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -15,14 +15,6 @@ Do-first: -arc_files="arc-dis.c arc-opc.c" - -if ( echo $* | grep keep\-arc > /dev/null ) ; then - keep_these_too="${arc_files} ${keep_these_too}" -else - lose_these_too="${arc_files} ${lose_these_too}" -fi - d30v_files="d30v-dis.c d30v-opc.c" if ( echo $* | grep keep\-d30v > /dev/null ) ; then @@ -72,6 +64,8 @@ acinclude.m4 aclocal.m4 alpha-dis.c alpha-opc.c +arc-dis.c +arc-opc.c arm-dis.c arm-opc.h a29k-dis.c |