mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
remove d30v sanitization
This commit is contained in:
@ -15,13 +15,6 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
d30v_files="d30v"
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
|
||||||
keep_these_too="${d30v_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${d30v_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
tic80_files="tic80"
|
tic80_files="tic80"
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
keep_these_too="${tic80_files} ${keep_these_too}"
|
keep_these_too="${tic80_files} ${keep_these_too}"
|
||||||
@ -47,6 +40,7 @@ configure
|
|||||||
configure.in
|
configure.in
|
||||||
common
|
common
|
||||||
d10v
|
d10v
|
||||||
|
d30v
|
||||||
erc32
|
erc32
|
||||||
h8300
|
h8300
|
||||||
h8500
|
h8500
|
||||||
@ -67,34 +61,6 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
d30v_files="configure configure.in ChangeLog"
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
|
||||||
for i in $d30v_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping d30v stuff in $i
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
for i in $d30v_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Removing traces of \"d30v\" from $i...
|
|
||||||
fi
|
|
||||||
cp $i new
|
|
||||||
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
|
|
||||||
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Caching $i in .Recover...
|
|
||||||
fi
|
|
||||||
mv $i .Recover
|
|
||||||
fi
|
|
||||||
mv new $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
tic80_files="configure configure.in ChangeLog"
|
tic80_files="configure configure.in ChangeLog"
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
for i in $tic80_files ; do
|
for i in $tic80_files ; do
|
||||||
|
@ -146,34 +146,6 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
d30v_files="ChangeLog gennltvals.sh nltvals.def"
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
|
||||||
for i in $d30v_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping d30v stuff in $i
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
for i in $d30v_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Removing traces of \"d30v\" from $i...
|
|
||||||
fi
|
|
||||||
cp $i new
|
|
||||||
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
|
|
||||||
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Caching $i in .Recover...
|
|
||||||
fi
|
|
||||||
mv $i .Recover
|
|
||||||
fi
|
|
||||||
mv new $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
cygnus_files="ChangeLog Make-common.in"
|
cygnus_files="ChangeLog Make-common.in"
|
||||||
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
|
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
|
||||||
for i in $cygnus_files ; do
|
for i in $cygnus_files ; do
|
||||||
|
@ -1318,9 +1318,8 @@ Tue Nov 25 20:12:46 1997 Michael Meissner <meissner@cygnus.com>
|
|||||||
|
|
||||||
Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
|
Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
|
||||||
|
|
||||||
start-sanitize-d30v
|
|
||||||
* gennltvals.sh: Generate syscall values for d30v.
|
* gennltvals.sh: Generate syscall values for d30v.
|
||||||
end-sanitize-d30v
|
|
||||||
* gennltvals.sh: Use libgloss/syscall.h for sparc.
|
* gennltvals.sh: Use libgloss/syscall.h for sparc.
|
||||||
* nltvals.def: Regenerate.
|
* nltvals.def: Regenerate.
|
||||||
|
|
||||||
@ -3121,9 +3120,7 @@ Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
|
|||||||
* Make-common.in (SIM_EXTRA_DEPS): New config var.
|
* Make-common.in (SIM_EXTRA_DEPS): New config var.
|
||||||
(sim_main_headers): Define.
|
(sim_main_headers): Define.
|
||||||
(sim-*.o): Depend on $(SIM_EXTRA_DEPS).
|
(sim-*.o): Depend on $(SIM_EXTRA_DEPS).
|
||||||
start-sanitize-d30v
|
|
||||||
(BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
|
(BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
|
||||||
end-sanitize-d30v
|
|
||||||
(clean): Use it.
|
(clean): Use it.
|
||||||
(sim-utils.o): Add rule for.
|
(sim-utils.o): Add rule for.
|
||||||
* sim-utils.o: New file.
|
* sim-utils.o: New file.
|
||||||
|
@ -50,13 +50,11 @@ case "${target}" in
|
|||||||
arm*-*-*) sim_target=arm ;;
|
arm*-*-*) sim_target=arm ;;
|
||||||
thumb*-*-*) sim_target=arm ;;
|
thumb*-*-*) sim_target=arm ;;
|
||||||
d10v-*-*) sim_target=d10v ;;
|
d10v-*-*) sim_target=d10v ;;
|
||||||
# start-sanitize-d30v
|
|
||||||
d30v-*-*)
|
d30v-*-*)
|
||||||
sim_target=d30v
|
sim_target=d30v
|
||||||
only_if_gcc=yes
|
only_if_gcc=yes
|
||||||
extra_subdirs="${extra_subdirs} igen"
|
extra_subdirs="${extra_subdirs} igen"
|
||||||
;;
|
;;
|
||||||
# end-sanitize-d30v
|
|
||||||
h8300*-*-*) sim_target=h8300 ;;
|
h8300*-*-*) sim_target=h8300 ;;
|
||||||
h8500-*-*) sim_target=h8500 ;;
|
h8500-*-*) sim_target=h8500 ;;
|
||||||
m32r-*-*) sim_target=m32r ;;
|
m32r-*-*) sim_target=m32r ;;
|
||||||
|
@ -15,13 +15,6 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
d30v_files="d30v-elf"
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
|
||||||
keep_these_too="${d30v_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${d30v_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
r5900_files="mips64r5900-elf"
|
r5900_files="mips64r5900-elf"
|
||||||
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
||||||
keep_these_too="${r5900_files} ${keep_these_too}"
|
keep_these_too="${r5900_files} ${keep_these_too}"
|
||||||
@ -58,6 +51,7 @@ config
|
|||||||
configure
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
d10v-elf
|
d10v-elf
|
||||||
|
d30v-elf
|
||||||
lib
|
lib
|
||||||
m32r-elf
|
m32r-elf
|
||||||
sim
|
sim
|
||||||
@ -69,34 +63,6 @@ README
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
d30v_files="configure configure.in ChangeLog Makefile.in"
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
|
||||||
for i in $d30v_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping d30v stuff in $i
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
for i in $d30v_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Removing traces of \"d30v\" from $i...
|
|
||||||
fi
|
|
||||||
cp $i new
|
|
||||||
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
|
|
||||||
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Caching $i in .Recover...
|
|
||||||
fi
|
|
||||||
mv $i .Recover
|
|
||||||
fi
|
|
||||||
mv new $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
r5900_files="configure configure.in ChangeLog Makefile.in"
|
r5900_files="configure configure.in ChangeLog Makefile.in"
|
||||||
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
|
||||||
for i in $r5900_files ; do
|
for i in $r5900_files ; do
|
||||||
|
Reference in New Issue
Block a user