diff options
author | Doug Evans <dje@google.com> | 1998-01-20 10:43:37 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-20 10:43:37 +0000 |
commit | 94188a771abad5cf28cd85ac66546e2e922aecf9 (patch) | |
tree | 56b77e034a03d4c3c180ccac81d90782e90aac81 /sim | |
parent | 8e420152668df27fe1a30447e438dc13e85560ac (diff) | |
download | gdb-94188a771abad5cf28cd85ac66546e2e922aecf9.zip gdb-94188a771abad5cf28cd85ac66546e2e922aecf9.tar.gz gdb-94188a771abad5cf28cd85ac66546e2e922aecf9.tar.bz2 |
Add m32rx sanitization for new files.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/m32r/.Sanitize | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sim/m32r/.Sanitize b/sim/m32r/.Sanitize index b70cb51..490563a 100644 --- a/sim/m32r/.Sanitize +++ b/sim/m32r/.Sanitize @@ -35,15 +35,23 @@ configure configure.in cpu.h cpuall.h +cpux.h decode.c decode.h +decodex.c +decodex.h extract.c m32r-sim.h m32r.c +m32rx.c mloop.in +mloopx.in model.c +modelx.c +readx.c sem-switch.c sem.c +semx.c sim-if.c sim-main.h tconfig.in @@ -80,7 +88,7 @@ else done fi -m32rx_files="ChangeLog Makefile.in sim-if.c sim-main.h" +m32rx_files="ChangeLog Makefile.in sim-if.c sim-main.h arch.h arch.c cpuall.h" if ( echo $* | grep keep\-m32rx > /dev/null ) ; then for i in $m32rx_files ; do if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then |