For top level:

* config.sub (mips64vr4xxx,mips64vr4xxxel): New.


For gcc:
	* config.sub (mips64vr4xxx,mips64vr4xxxel): New.
	* configure.in (mips64vr4xxx,mips64vr4xxxel): New.
	* config/mips/t-vr4xxx: New.
	* config/mips/elfb4xxx.h: New.
	* config/mips/elfl4xxx.h: New.
	* configure: Rebuilt.

For gas:
	* config/tc-mips.c (md_begin): Added mip64vr4xxx as a
	possible CPU_TARGET.

For gdb:
	* configure.tgt: Handle mips64*vr4xxx.

For ld:
	* configure.tgt: Handle mips64*vr4xxx.
This commit is contained in:
Gavin Romig-Koch 1998-11-25 01:10:52 +00:00
parent cb4ec68697
commit f8c41900fc
8 changed files with 155 additions and 1 deletions

View File

@ -310,6 +310,35 @@ else
done
fi
vr4xxx_files="ChangeLog config.sub"
if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
for i in $vr4xxx_files ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr4xxx stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr4xxx\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr4xxx/,/end-\sanitize\-vr4xxx/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
vr4320_files="ChangeLog config.sub"
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then

View File

@ -1,3 +1,17 @@
start-sanitize-vr4xxx
1998-11-24 Gavin Romig-Koch <gavin@cygnus.com>
* config/tc-mips.c (md_begin): Added mip64vr4xxx as a
possible CPU_TARGET.
end-sanitize-vr4xxx
Tue Nov 24 14:54:38 1998 Nick Clifton <nickc@cygnus.com>
* config/tc-d10v.c (md_assemble): Make static 'etype' have file
scope.
(d10v_cleanup): Only generate previous insn if a multiline insn is
not pending.
start-sanitize-fr30
Fri Nov 20 11:41:13 1998 Nick Clifton <nickc@cygnus.com>

View File

@ -434,6 +434,34 @@ else
done
fi
vr4xxx_files="tc-mips.c"
if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
for i in $vr4xxx_files ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr4xxx stuff in $i
fi
fi
done
else
for i in $vr4xxx_files ; do
if test -r $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr4xxx\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr4xxx/,/end\-sanitize\-vr4xxx/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
vr4320_files="tc-mips.c"
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
for i in $vr4320_files ; do

View File

@ -527,6 +527,33 @@ else
done
fi
if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr4xxx stuff in $i
fi
fi
done
else
for i in * ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr4xxx\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr4xxx/,/end-\sanitize\-vr4xxx/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
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then

View File

@ -1,3 +1,19 @@
start-sanitize-vr4xxx
1998-11-24 Gavin Romig-Koch <gavin@cygnus.com>
* configure.tgt: Handle mips64*vr4xxx.
end-sanitize-vr4xxx
Tue Nov 24 15:46:33 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER):
new target macro.
* mn10300-tdep.c (mn10300_virtual_frame_pointer): new function.
* tracepoint.c (encode_actions): Use the new target macro to
determine the virtual frame pointer, for collecting locals/args.
(add_local_symbols, collect_symbol): add a register/offset pair of
arguments so that the virtual frame pointer can be passed in.
1998-11-24 Felix Lee <flee@cygnus.com>
* procfs.c (procfs_wait): handle syscall events first.

View File

@ -167,6 +167,10 @@ mips*-dec-mach3*) gdb_target=mach3 ;;
mips*-dec-*) gdb_target=decstation ;;
mips64*el-*-ecoff*) gdb_target=embedl64 ;;
mips64*-*-ecoff*) gdb_target=embed64 ;;
# start-sanitize-vr4xxx
mips64*vr4xxx*el-*-elf*)gdb_target=vr4300el ;;
mips64*vr4xxx*-*-elf*) gdb_target=vr4300 ;;
# end-sanitize-vr4xxx
# start-sanitize-vr4320
mips64*vr4320*el-*-elf*)gdb_target=vr4300el ;;
mips64*vr4320*-*-elf*) gdb_target=vr4320 ;;

View File

@ -201,6 +201,34 @@ else
done
fi
vr4xxx_files="ChangeLog configure.tgt"
if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
for i in $vr4xxx_files ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping vr4xxx stuff in $i
fi
fi
done
else
for i in $vr4xxx_files ; do
if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"vr4xxx\" from $i...
fi
cp $i new
sed '/start\-sanitize\-vr4xxx/,/end-\sanitize\-vr4xxx/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
vr4320_files="ChangeLog configure.tgt"
if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
for i in $vr4320_files ; do

View File

@ -1,6 +1,14 @@
start-sanitize-vr4xxx
1998-11-24 Gavin Romig-Koch <gavin@cygnus.com>
* configure.tgt: Handle mips64*vr4xxx.
end-sanitize-vr4xxx
1998-11-23 DJ Delorie <dj@cygnus.com>
* pe-dll.c (make_head): name object files sequentially to ensure
* pe-dll.c (fill_edata): fill in timestamp
(make_head): name object files sequentially to ensure
they link in the right order.
(make_tail): same here
(pe_process_import_defs): use sequential names for bfds to ensure