aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1997-12-17 10:39:58 +0000
committerDavid Taylor <taylor@redhat.com>1997-12-17 10:39:58 +0000
commit7165fd141e6a114fd4e91c6965489c5e443c8820 (patch)
tree329dbb1cb5e9070d4fb4177421daade5ff6bde9b /gdb/ChangeLog
parent0f9d6eeb60f14a5137ebff118cf8f8f2e996a67f (diff)
downloadgdb-7165fd141e6a114fd4e91c6965489c5e443c8820.zip
gdb-7165fd141e6a114fd4e91c6965489c5e443c8820.tar.gz
gdb-7165fd141e6a114fd4e91c6965489c5e443c8820.tar.bz2
add sanitize markers
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 08f2a74..af6d8e6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>