diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-03-10 18:39:48 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-03-10 18:39:48 +0000 |
commit | 8cbf6efc61d339a18e99525f8772ed8d649267f6 (patch) | |
tree | 17499ed509603813ec049c7cd1e227d8f7cfaa4c | |
parent | ec5865657b3cc4ca8b07392ce5e3f2a0f1bc4bdc (diff) | |
download | gdb-8cbf6efc61d339a18e99525f8772ed8d649267f6.zip gdb-8cbf6efc61d339a18e99525f8772ed8d649267f6.tar.gz gdb-8cbf6efc61d339a18e99525f8772ed8d649267f6.tar.bz2 |
Finish sanitization gaffes
-rw-r--r-- | gdb/.Sanitize | 2 | ||||
-rw-r--r-- | gdb/ChangeLog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 35e5ca1..8bc8b8e 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -429,7 +429,7 @@ else done fi -arc_files="configure.in" +arc_files="configure.in ChangeLog" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ed89559..d38eea5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -44,8 +44,10 @@ Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu) Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com) +start-sanitize-gdbtk * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint type is not bp_breakpoint. +end-sanitize-gdbtk * source.c (forward_search_command reverse_search_command): Set convenience variable $_ to be the line # of the match. @@ -254,11 +256,13 @@ Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com> * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not compile time. +start-sanitize-arc * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to processor. * remote-arc.c (arc_wait): when a processor stops, stop other two processors too. * remote-arc.c (switch_command): switch tm_print_insn. +end-sanitize-arc * vx-share/ptrace.h: merge in WRS new ptrace requests. @@ -876,12 +880,14 @@ Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com> (value_subscript): Use enhanced value_subscripted_rvalue if c_style_arrays is false (and index is in range). +start-sanitize-gdbtk Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com) * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be found. * gdbtk.tcl: Initialize expr_update_list() to prevent errors when popping up expression window for the first time. +end-sanitize-gdbtk Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com> |