fi
fi
-d30v_files="d30v-tdep.c"
-
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
- keep_these_too="${d30v_files} ${keep_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Keeping ${d30v_files}
- fi
-else
- lose_these_too="${d30v_files} ${lose_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Deleting ${d30v_files}
- fi
-fi
-
sky_files="txvu-tdep.c"
if ( echo $* | grep keep\-sky > /dev/null ) ; then
cpu32bug-rom.c
cxux-nat.c
d10v-tdep.c
+d30v-tdep.c
dbug-rom.c
dbxread.c
dcache.c
done
fi
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
- for i in * ; 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 * ; 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
-
if ( echo $* | grep keep\-vr4111 > /dev/null ) ; then
for i in * ; do
if test ! -d $i && (grep sanitize-vr4111 $i > /dev/null) ; then
capable target (currently only "remote") before doing anything
else.
-start-sanitize-d30v
Sat May 16 22:21:48 1998 Frank Ch. Eigler <fche@cygnus.com>
* config/d30v/tm-d30v.h (INIT_FRAME_PC_FIRST): Fill in PC into
frame struct before extracting saved register offsets.
-end-sanitize-d30v
Fri May 15 22:47:45 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* Makefile.in: Derive SHELL from configure.
* config/d10v/d10v.mt config/m32r/m32r.mt
- config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm
- from SIM. This prevents dependency checking of -lm (under NT
- native builds). (It is automatically added by configure if it
- exists.)
-start-sanitize-d30v
- * config/d30v/d30v.mt: Ditto.
-end-sanitize-d30v
+ config/mn10200/mn10200.mt config/mn10300/mn10300.mt
+ config/d30v/d30v.mt : Remove -lm from SIM. This prevents
+ dependency checking of -lm (under NT native builds). (It is
+ automatically added by configure if it exists.)
* doc/configure mswin/configure nlm/configure
testsuite/gdb.base/configure testsuite/gdb.c++/configure
testsuite/gdb.chill/configure testsuite/gdb.disasm/configure
* config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
Remove, no longer used.
-start-sanitize-d30v
Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
Patch from Jim Wilson.
* config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
-end-sanitize-d30v
Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com>
* configure.in (--with-mmalloc): Add new configure arg to use the
* remote-mips.c (_initialize_remote_mips): Fix DDB doc string.
-start-sanitize-d30v
Sun Dec 21 17:00:06 1997 David Taylor <taylor@texas.cygnus.com>
* d30v-tdep.c (d30v_frame_find_saved_regs): split most of
(d30v_frame_find_saved_regs): set it.
* config/d30v/tm-d30v.h: improved FRAME_CHAIN_VALID
-end-sanitize-d30v
Thu Dec 18 12:34:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
From Gavin Koch <gavin@cygnus.com>: mips-tdep.c
* remote-sim.c (gdbsim_open): Use "--architecture" instead of
ambigious short form.
-start-sanitize-d30v
Tue Dec 16 10:29:16 1997 David Taylor <taylor@texas.cygnus.com>
* d30v-tdep.c (d30v_frame_chain): don't or in DMEM_START to
* config/tm-d30v.h (EXTRACT_STRUCT_VALUE_ADDRESS): fix, it's r2,
not r0; (FRAME_CHAIN_VALID): handle use of external memory;
(STACK_ALIGN): define.
-end-sanitize-d30v
Mon Dec 15 15:13:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
backwards thru the trace buffer in a loop.
* (struct tracepoint): delete unused field.
-start-sanitize-d30v
Wed Dec 10 17:57:00 1997 David Taylor <taylor@texas.cygnus.com>
* d30v-tdep.c : don't bury lots of magic numbers in the code
STACK_START; change FR_REGNUM to 61 (was 11). Reformat comment
about DUMMY FRAMES so that it is readable. Fix SAVED_PC_AFTER_FRAME
macro.
-end-sanitize-d30v
Wed Dec 10 17:41:07 1997 Jim Blandy <jimb@zwingli.cygnus.com>
* jv-exp.y (copy_exp, insert_exp): Avoid ANSI prototypes.
end-sanitize-java
-start-sanitize-d30v
Thu Nov 13 09:47:35 1997 Michael Meissner <meissner@cygnus.com>
* d30v-tdep.c (d30v_print_flags): Function to print the d30v flags
* config/d30v/tm-d30v.h (PSW_*): Add macros for each of the PSW
bits that are defined.
-end-sanitize-d30v
Wed Nov 12 14:58:39 1997 Jeff Holcomb <jeffh@cygnus.com>
* remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use
intrinsic simulator breakpoints if available, otherwise do it the
hard way.
-start-sanitize-d30v
+
* configure.tgt: Add d30v.
* d30v-tdep.c: New file.
* config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files.
-end-sanitize-d30v
Tue Sep 23 11:24:13 1997 Stan Shebs <shebs@andros.cygnus.com>
fi
fi
-d30v_files="d30v"
-
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
- keep_these_too="${d30v_files} ${keep_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Keeping ${d30v_files}
- fi
-else
- lose_these_too="${d30v_files} ${lose_these_too}"
- if [ -n "${verbose}" ] ; then
- echo Deleting ${d30v_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
arm
convex
d10v
+d30v
gould
h8300
h8500
c2-*-*) gdb_target=convex ;;
d10v-*-*) gdb_target=d10v ;;
-# start-sanitize-d30v
d30v-*-*) gdb_target=d30v ;;
-# end-sanitize-d30v
h8300-*-*) gdb_target=h8300 ;;
h8500-*-*) gdb_target=h8500 ;;