Do-first:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- keep_these_too="sp64-tdep.c"
-else
- lose_these_too="sp64-tdep.c"
-fi
-
mpw_files="mpw-config.in mpw-make.in ser-mac.c mac-xdep.c mac-defs.h macgdb.r ChangeLog.mpw"
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
solib.c
solib.h
source.c
+sp64-tdep.c
sparc-nat.c
sparc-pinsn.c
sparc-stub.c
Do-last:
-echo Looking for signs of \"v9\"...
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
- echo Keeping v9 stuff in $i
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
- echo Cleaning the \"v9\" out of $i...
- cp $i new
- sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- echo Caching $i in .Recover...
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
echo Removing traces of \"mpw\"...
# Don't try to clean directories here, as the 'mv' command will fail.
* sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
instead of 4.
-
-start-sanitize-v9
* sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
can no longer set this at run time.
* config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
* config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
sparc-tdep.c compiles).
(TARGET_PTR_BIT): Must be a constant now, fix at 64.
-end-sanitize-v9
Sat Mar 19 08:51:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* remote-sim.h: New file.
* remote-sim.c: Add remote debug feature. Rename stuff to distinguish
interface to simulator from gdb-specific stuff. Other changes.
-start-sanitize-v9
* remote-sp64sim.c: Renamed to remote-sim.c.
Use sr_get_debug instead of our own sim_verbose/simif_snoop.
Use gnutarget in call to bfd_openr.
Rename simif_* to gdbsim_*.
* config/sparc/sp64sim.mt: Change remote-sp64sim.c to remote-sim.c.
-end-sanitize-v9
Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* Makefile.in (SFILES): Add thread.c
-start-sanitize-v9
Tue Aug 3 10:21:58 1993 Doug Evans (dje@canuck.cygnus.com)
* remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
sim_set_args return code.
-end-sanitize-v9
Mon Aug 2 16:35:31 1993 K. Richard Pixley (rich@sendai.cygnus.com)
* remote-nindy.c (nindy_resume): Pass in pid as argument.
* remote-sa.sparc.c (remote_resume): Pass in pid as argument.
* remote-sim.c (rem_resume): Pass in pid as argument.
- start-sanitize-v9
* remote-sp64sim.c (simif_resume): Pass in pid as argument.
- end-sanitize-v9
* remote-st.c (st2000_resume): Pass in pid as argument.
* remote-udi.c (udi_resume): Pass in pid as argument.
* remote-vx.c (vx_resume): Pass in pid as argument.
* c-exp.y (yylex): Detect C++ nested types.
-start-sanitize-v9
Fri Jul 30 11:07:37 1993 Doug Evans (dje@canuck.cygnus.com)
* sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted.
* config/sparc/sp64.mt: New file.
* config/sparc/tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted.
(PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
-end-sanitize-v9
Fri Jul 30 10:15:01 1993 Fred Fish (fnf@deneb.cygnus.com)
* configure.in: Recognize h8300h (variant of h8300).
-start-sanitize-v9
Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
* configure.in: Recognize sparc64-*-*.
-end-sanitize-v9
Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
-start-sanitize-v9
Thu Jul 8 14:47:00 1993 Doug Evans (dje@canuck.cygnus.com)
* sparc-tdep.c (sparc_frame_chain): Handle sizeof (CORE_ADDR)
!= sizeof (REGISTER_TYPE).
(frame_saved_pc): Ditto.
-end-sanitize-v9
Thu Jul 8 08:22:05 1993 Doug Evans (dje@canuck.cygnus.com)
-# Each directory to survive it's way into a release will need a file
+# .Sanitize for devo/gdb/config/sparc.
+
+# Each directory to survive its way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
Do-first:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- # sp64sim.h tm-sp64sim.h not currently used. Left in for now.
- keep_these_too="sp64.mt tm-sp64.h sp64sim.mt tm-sp64sim.h"
-else
- lose_these_too="sp64.mt tm-sp64.h sp64sim.mt tm-sp64sim.h"
-fi
-
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
nm-sparclynx.h
nm-sun4os4.h
+sp64.mt
+sp64sim.mt
sparc-em.mt
sparclite.mt
sparclynx.mh
sun4os4.mt
sun4sol2.mh
sun4sol2.mt
+tm-sp64.h
+tm-sp64sim.h
tm-sparc.h
tm-sparclite.h
tm-sparclynx.h