fi
fi
-m32r_files="m32r-tdep.c m32r-rom.c m32r-stub.c"
-
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
- keep_these_too="${m32r_files} ${keep_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Keeping ${m32r_files}
- fi
-else
- lose_these_too="${m32r_files} ${lose_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Deleting ${m32r_files}
- fi
-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
m2-typeprint.c
m2-valprint.c
m3-nat.c
+m32r-rom.c
+m32r-stub.c
+m32r-tdep.c
m68k-stub.c
m68k-tdep.c
m68knbsd-nat.c
done
fi
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
- for i in * ; do
- if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping m32r stuff in $i
- fi
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"m32r\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/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\-tic80 > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
(pollquit, quit, notice_quit): Fix to read cntl-C from the
Windows message queue.
-start-sanitize-m32r
Tue Feb 11 15:36:31 1997 Doug Evans <dje@canuck.cygnus.com>
* m32r-rom.c: #include <sys/types.h>.
#ifdef out new load support if wingdb.
* m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb.
-end-sanitize-m32r
Tue Feb 11 12:28:09 1997 Jeffrey A Law (law@cygnus.com)
(mips_push_arguments): Don't align small arguments in EABI.
(mips32_skip_prologue): Attempt to shrink code size a little.
-start-sanitize-m32r
Mon Feb 3 11:06:05 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-stub.c: New -- remote protocol support for M32R cpu.
* m32r-rom.c: Several experiments with improved download time.
* .Sanitize: Add entry for m32r-stub.c
-end-sanitize-m32r
Fri Jan 31 08:26:39 1997 Mark Alexander <marka@cygnus.com>
register saves by using the ep register.
end-sanitize-v850
-start-sanitize-m32r
Thu Dec 19 15:57:16 1996 Doug Evans <dje@canuck.cygnus.com>
* m32r-tdep.c (m32r_frame_find_saved_regs): Fix thinko in arg def.
-end-sanitize-m32r
Thu Dec 19 09:38:56 1996 Mark Alexander <marka@cygnus.com>
* values.c (unpack_double): Make it compile with MSVC++ 2.x.
* blockframe.c: add macro USE_GENERIC_DUMMY_FRAMES to enable/disable
code for generic call_dummy frames.
* config/h8300/tm-h8300.h: turn on USE_GENERIC_DUMMY_FRAMES
-start-sanitize-m32r
* config/m32r/tm-m32r.h: Ditto.
-end-sanitize-m32r
* config/sh/tm-sh.h: Ditto.
start-sanitize-v850
* config/v850/tm-v850.h: Ditto.
* blockframe.c: Remove old-style CALL_DUMMY code.
* h8300-tdep.c, config/h8300/tm-h8300.h: Ditto.
-start-sanitize-m32r
* m32r-tdep.c, config/m32r/tm-m32r.h: Ditto.
-end-sanitize-m32r
* sh-tdep.c, config/sh/tm-sh.h: Ditto.
start-sanitize-v850
* v850-tdep.c, config/v850/tm-v850.h: Ditto.
* frame.h: Declarations for generic CALL_DUMMY frame support.
* h8300-tdep.c: Add target function calls using generic frame support.
* config/h8300/tm-h8300.h: config for generic target function calls.
-start-sanitize-m32r
* m32r-tdep.c: Add target function calls using generic frame support.
* config/m32r/tm-m32r.h: config for generic target function calls.
-end-sanitize-m32r
* sh-tdep.c: Add target function calls using generic frame support.
* config/sh/tm-sh.h: config for generic target function calls.
start-sanitize-v850
* sh-tdep.c: Add functionality for target function calls.
* config/sh/tm-sh.h: Add support for target function calls.
-start-sanitize-m32r
Tue Nov 12 12:06:58 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-tdep.c: Add functionality for target function calls.
* valops.c: Small change to support target function calls.
* config/m32r/tm-m32r.h: Add support for target function calls.
-end-sanitize-m32r
Mon Nov 11 17:15:59 1996 Geoffrey Noer <noer@cygnus.com>
* config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Change dummy to be
a pointer to the dummy's stack instead of just a flag.
-start-sanitize-m32r
Tue Nov 5 10:21:02 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-tdep.c: Improved frame_chain and fn prologue analysis.
* config/tm-m32r.h: Add framesize and register to extra_frame_info.
-end-sanitize-m32r
Tue Nov 5 10:08:07 1996 Stu Grossman (grossman@critters.cygnus.com)
* monitor.c (dev_name,targ_ops): Move static variables before
first use, to avoid compiler warnings.
-start-sanitize-m32r
Thu Oct 31 16:37:17 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-tdep.c: Improved frame_chain and fn prologue analysis.
* m32r-tdep.c, m32r-rom.c: New files.
* config/m32r/m32r.mt: New file.
* config/m32r/tm-m32r.h: New file.
-end-sanitize-m32r
Tue Oct 29 16:56:01 1996 Geoffrey Noer <noer@cygnus.com>
fi
fi
-m32r_files="m32r"
-
-if ( echo $* | grep keep\-m32r > /dev/null ) ; then
- keep_these_too="${m32r_files} ${keep_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Keeping ${m32r_files}
- fi
-else
- lose_these_too="${m32r_files} ${lose_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Deleting ${m32r_files}
- fi
-fi
-
tic80_files="tic80"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
h8500
i386
i960
+m32r
m68k
m88k
mips
i960-*-nindy*) gdb_target=nindy960 ;;
i960-*-vxworks*) gdb_target=vxworks960 ;;
-# start-sanitize-m32r
m32r-*-elf*) gdb_target=m32r ;;
-# end-sanitize-m32r
m68000-*-sunos3*) gdb_target=sun2os3 ;;
m68000-*-sunos4*) gdb_target=sun2os4 ;;