add sanitize markers

This commit is contained in:
David Taylor 1997-12-17 10:39:58 +00:00
parent 0f9d6eeb60
commit 7165fd141e

View file

@ -19,7 +19,8 @@ Tue Dec 16 11:24:30 1997 Jeffrey A Law (law@cygnus.com)
* 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
@ -34,6 +35,7 @@ Tue Dec 16 10:29:16 1997 David Taylor <taylor@texas.cygnus.com>
* 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>
@ -96,6 +98,7 @@ Wed Dec 10 13:16:45 1997 Keith Seitz <keiths@onions.cygnus.com>
(gdb_get_tracepoint_list): New function that aids the source
window in displaying tracepoints when the file changes.
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
@ -110,6 +113,7 @@ Wed Dec 10 17:57:00 1997 David Taylor <taylor@texas.cygnus.com>
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.
start-sanitize-d30v
Wed Dec 10 17:41:07 1997 Jim Blandy <jimb@zwingli.cygnus.com>
@ -373,6 +377,7 @@ Thu Nov 13 18:15:54 1997 Ian Lance Taylor <ian@cygnus.com>
(gdb_clear_file): New static function.
(gdbtk_init): Create gdb_clear_file Tcl command.
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
@ -385,6 +390,7 @@ Thu Nov 13 09:47:35 1997 Michael Meissner <meissner@cygnus.com>
* 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>