mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
fix sanitization of elf32-mips.c
This commit is contained in:
@ -412,7 +412,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tx49_files="archures.c bfd-in2.h cpu-mips.c"
|
tx49_files="archures.c bfd-in2.h cpu-mips.c elf32-mips.c"
|
||||||
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
|
||||||
for i in $tx49_files ; do
|
for i in $tx49_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
|
||||||
@ -496,7 +496,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vr5400_files="ChangeLog archures.c bfd-in2.h bfd-in.h cpu-mips.c"
|
vr5400_files="ChangeLog archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c"
|
||||||
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
|
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
|
||||||
for i in $vr5400_files ; do
|
for i in $vr5400_files ; do
|
||||||
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
|
||||||
@ -524,7 +524,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vr4320_files="ChangeLog archures.c bfd-in2.h cpu-mips.c"
|
vr4320_files="ChangeLog archures.c bfd-in2.h cpu-mips.c elf32-mips.c"
|
||||||
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
|
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
|
||||||
for i in $vr4320_files ; do
|
for i in $vr4320_files ; do
|
||||||
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
|
||||||
|
Reference in New Issue
Block a user