mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
massive sanitization fixes
This commit is contained in:
@ -15,6 +15,20 @@
|
||||
|
||||
Do-first:
|
||||
|
||||
vr4111_files="tm-vr4xxx.h vr4xxx.mt"
|
||||
|
||||
if ( echo $* | grep keep\-vr4111 > /dev/null ) ; then
|
||||
keep_these_too="${vr4111_files} ${keep_these_too}"
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping ${vr4111_files}
|
||||
fi
|
||||
else
|
||||
lose_these_too="${vr4111_files} ${lose_these_too}"
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Deleting ${vr4111_files}
|
||||
fi
|
||||
fi
|
||||
|
||||
tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt"
|
||||
|
||||
if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
|
||||
|
@ -23,8 +23,11 @@ Do-first:
|
||||
|
||||
Things-to-keep:
|
||||
|
||||
linux.mh
|
||||
linux.mt
|
||||
nbsd.mh
|
||||
nbsd.mt
|
||||
nm-linux.h
|
||||
nm-nbsd.h
|
||||
nm-sparclynx.h
|
||||
nm-sun4os4.h
|
||||
@ -41,6 +44,7 @@ sun4os4.mh
|
||||
sun4os4.mt
|
||||
sun4sol2.mh
|
||||
sun4sol2.mt
|
||||
tm-linux.h
|
||||
tm-nbsd.h
|
||||
tm-sp64.h
|
||||
tm-sp64sim.h
|
||||
@ -53,6 +57,7 @@ tm-sun4os4.h
|
||||
tm-sun4sol2.h
|
||||
tm-vxsparc.h
|
||||
vxsparc.mt
|
||||
xm-linux.h
|
||||
xm-nbsd.h
|
||||
xm-sparc.h
|
||||
xm-sparclynx.h
|
||||
|
Reference in New Issue
Block a user