Add m32rx sanitization for new files.
This commit is contained in:
parent
8e42015266
commit
94188a771a
@ -35,15 +35,23 @@ configure
|
|||||||
configure.in
|
configure.in
|
||||||
cpu.h
|
cpu.h
|
||||||
cpuall.h
|
cpuall.h
|
||||||
|
cpux.h
|
||||||
decode.c
|
decode.c
|
||||||
decode.h
|
decode.h
|
||||||
|
decodex.c
|
||||||
|
decodex.h
|
||||||
extract.c
|
extract.c
|
||||||
m32r-sim.h
|
m32r-sim.h
|
||||||
m32r.c
|
m32r.c
|
||||||
|
m32rx.c
|
||||||
mloop.in
|
mloop.in
|
||||||
|
mloopx.in
|
||||||
model.c
|
model.c
|
||||||
|
modelx.c
|
||||||
|
readx.c
|
||||||
sem-switch.c
|
sem-switch.c
|
||||||
sem.c
|
sem.c
|
||||||
|
semx.c
|
||||||
sim-if.c
|
sim-if.c
|
||||||
sim-main.h
|
sim-main.h
|
||||||
tconfig.in
|
tconfig.in
|
||||||
@ -80,7 +88,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
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
|
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
|
||||||
for i in $m32rx_files ; do
|
for i in $m32rx_files ; do
|
||||||
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user