From 8cbf6efc61d339a18e99525f8772ed8d649267f6 Mon Sep 17 00:00:00 2001
From: Stan Shebs <shebs@codesourcery.com>
Date: Fri, 10 Mar 1995 18:39:48 +0000
Subject: [PATCH] Finish sanitization gaffes

---
 gdb/.Sanitize | 2 +-
 gdb/ChangeLog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 35e5ca1bbe7..8bc8b8edde9 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 ed895596330..d38eea500bd 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>