sanitize-vr5400 -> sanitize-cygnus, for 98r2

This commit is contained in:
Ken Raeburn 1998-08-12 10:50:35 +00:00
parent 485c39eb7b
commit 3d759c53c9
15 changed files with 6198 additions and 87 deletions

View File

@ -574,24 +574,24 @@ else
done
fi
vr5400_files="ChangeLog config.sub"
cygnus_files="ChangeLog config.sub"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -486,7 +486,7 @@ else
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end\-sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -186,23 +186,23 @@ else
done
fi
vr5400_files="ChangeLog ChangeLog-9697"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
cygnus_files="ChangeLog ChangeLog-9697"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -1,3 +1,8 @@
Mon Aug 10 15:39:56 1998 Richard Henderson <rth@cygnus.com>
* config/tc-alpha.c (tc_gen_reloc): Bias WEAK symbols just as
we do for EXTERN.
Mon Aug 10 15:06:18 1998 Nick Clifton <nickc@cygnus.com>
* config/tc-d30v.c (d30v_align): Always perform alignment request,
@ -1489,12 +1494,12 @@ Wed Apr 15 10:35:59 1998 Frank Ch. Eigler <fche@cygnus.com>
VCALLMSR instruction.
end-sanitize-r5900
start-sanitize-vr5400
start-sanitize-cygnus
Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
* config/tc-mips.c (hilo_interlocks): Remove VR5400.
end-sanitize-vr5400
end-sanitize-cygnus
Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com>
* config/tc-mips.c (hilo_interlocks): Remove 4300.

6101
gas/ChangeLog-9697 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -238,23 +238,23 @@ else
done
fi
vr5400_files="tc-mips.c"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
cygnus_files="tc-mips.c"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end\-sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end\-sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -100,23 +100,23 @@ else
done
fi
vr5400_files="ChangeLog"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
cygnus_files="ChangeLog"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -16,7 +16,7 @@
Do-first:
vr5400_losers="vr5400.s vr5400.d"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
keep_these_too="$keep_these_too $vr5400_losers"
if [ -n "${verbose}" ] ; then
for i in $vr5400_losers ; do
@ -268,23 +268,23 @@ else
done
fi
vr5400_files="mips.exp"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
cygnus_files="mips.exp"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -24,10 +24,15 @@ if [istarget mips*-*-*] then {
set no_mips16 [expr $no_mips16 || [istarget mips64tx49*-*-*]]
#end-sanitize-tx49
# start-sanitize-vr5400
# start-sanitize-cygnus
set ilocks [expr $ilocks || [istarget mips64vr5400*-*-*]]
set gpr_ilocks [expr $gpr_ilocks || [istarget mips64vr5400*-*-*]]
# end-sanitize-vr5400
# end-sanitize-cygnus
# start-sanitize-r5900
set ilocks [expr $ilocks || [istarget mips64r5900*-*-*]]
set gpr_ilocks [expr $gpr_ilocks || [istarget mips64r5900*-*-*]]
# end-sanitize-r5900
run_dump_test "abs"
run_dump_test "add"
@ -101,9 +106,9 @@ if [istarget mips*-*-*] then {
if { $svr4pic && !$no_mips16 } { run_dump_test "mips16" }
run_dump_test "delay"
run_dump_test "nodelay"
# start-sanitize-vr5400
# start-sanitize-cygnus
run_dump_test "vr5400"
# end-sanitize-vr5400
# end-sanitize-cygnus
# start-sanitize-r5900
run_dump_test "r5900"
run_dump_test "vu0"

View File

@ -690,22 +690,22 @@ else
done
fi
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -322,12 +322,12 @@ Sun Nov 23 17:12:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
assembly-language" command. Replaced by generic "set
architecture". Set initial machine using bfd_lookup_arch.
start-sanitize-vr5400
start-sanitize-cygnus
Sun Nov 23 16:23:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
* configure.tgt (gdb_target): Treat vr5400 as a vr5000.
end-sanitize-vr5400
end-sanitize-cygnus
Fri Nov 21 19:43:23 1997 Jim Blandy <jimb@zwingli.cygnus.com>
* valops.c (call_function_by_hand): If the function has a

View File

@ -176,11 +176,11 @@ mips64*vr4100*-*-elf*) gdb_target=vr4xxx ;;
mips64*vr5000*el-*-elf*) gdb_target=vr5000el ;;
mips64*vr5000*-*-elf*) gdb_target=vr5000
configdirs="${configdirs} gdbserver" ;;
# start-sanitize-vr5400
# start-sanitize-cygnus
mips64*vr5400*el-*-elf*) gdb_target=vr5000el ;;
mips64*vr5400*-*-elf*) gdb_target=vr5000
configdirs="${configdirs} gdbserver" ;;
# end-sanitize-vr5400
# end-sanitize-cygnus
# start-sanitize-sky
mips64*r5900*-sky-elf*) gdb_target=txvu ;;
# end-sanitize-sky

View File

@ -299,23 +299,23 @@ else
done
fi
vr5400_files="ChangeLog mips-opc.c mips-dis.c"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
cygnus_files="ChangeLog mips-opc.c mips-dis.c"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...

View File

@ -46,11 +46,11 @@ else
lose_these_too="${sky_files} ${lose_these_too}"
fi
vr5400_files="mdmx.igen"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
keep_these_too="${vr5400_files} ${keep_these_too}"
cygnus_files="mdmx.igen"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
keep_these_too="${cygnus_files} ${keep_these_too}"
else
lose_these_too="${vr5400_files} ${lose_these_too}"
lose_these_too="${cygnus_files} ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the
@ -206,24 +206,24 @@ else
fi
vr5400_files="ChangeLog configure configure.in sim-main.h interp.c gencode.c mips.igen mips.dc mdmx.igen vr.igen"
cygnus_files="ChangeLog configure configure.in sim-main.h interp.c gencode.c mips.igen mips.dc mdmx.igen vr.igen"
if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
for i in $vr5400_files ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr5400 stuff in $i
echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr5400\" from $i...
echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
@ -267,7 +267,7 @@ fi
vrXXXX_files="vr.igen"
if ( echo $* | grep keep\-vr > /dev/null ) ; then
if ( echo $* | grep keep\-vr > /dev/null ) || ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $vrXXXX_files ; do
if test ! -d $i && (grep sanitize-vrXXXX $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then

View File

@ -167,18 +167,18 @@ case "${target}" in
sim_igen_machine="-M mipsIV,vr4320 -G gen-multi-sim=mipsIV"
# end-sanitize-vr4320
;;
# start-sanitize-vr5400
# start-sanitize-cygnus
mips64vr54*-*-*) sim_default_gen=IGEN
sim_use_gen=IGEN
sim_igen_machine="-M vr5000,vr5400 -G gen-multi-sim=vr5400"
;;
# end-sanitize-vr5400
# end-sanitize-cygnus
mips64vr5*-*-*) sim_default_gen=IGEN
sim_use_gen=IGEN
sim_igen_machine="-M vr5000"
# start-sanitize-vr5400
# start-sanitize-cygnus
sim_igen_machine="-M vr5000,vr5400 -G gen-multi-sim=vr5000"
# end-sanitize-vr5400
# end-sanitize-cygnus
;;
mips64vr4100-*-*) echo "NOTE: mips64vr4100 still uses gencode"
sim_default_gen=M16