mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Correct d10v sanitization errors.
This commit is contained in:
@ -237,10 +237,6 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Processing \"d10v\"...
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "${verbose}" ] ; then
|
if [ -n "${verbose}" ] ; then
|
||||||
echo Processing \"d30v\"...
|
echo Processing \"d30v\"...
|
||||||
fi
|
fi
|
||||||
|
@ -23,14 +23,6 @@ else
|
|||||||
lose_these_too="${arc_files} ${lose_these_too}"
|
lose_these_too="${arc_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d10v_files="d10v.h"
|
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
|
||||||
keep_these_too="${d10v_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
d30v_files="d30v.h"
|
d30v_files="d30v.h"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
@ -69,6 +61,7 @@ a29k.h
|
|||||||
alpha.h
|
alpha.h
|
||||||
arm.h
|
arm.h
|
||||||
convex.h
|
convex.h
|
||||||
|
d10v.h
|
||||||
h8300.h
|
h8300.h
|
||||||
hppa.h
|
hppa.h
|
||||||
i386.h
|
i386.h
|
||||||
|
Reference in New Issue
Block a user