From 1397dff873c641dc9f83151aa311eb3fc80f00f7 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 8 Apr 1997 00:51:12 +0000 Subject: [PATCH] Mon Apr 7 17:46:23 1997 Michael Snyder * .Sanitize: remove sanitization for M32R target. --- gdb/testsuite/.Sanitize | 27 --------------------------- gdb/testsuite/ChangeLog | 15 ++++++--------- 2 files changed, 6 insertions(+), 36 deletions(-) diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index a1f333654c9..bbb5fc31412 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -48,31 +48,4 @@ Things-to-lose: Do-last: -if ( echo $* | grep keep\-m32r > /dev/null ) ; then - for i in * ; do - if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping m32r stuff in $i - fi - fi - done -else - for i in * ; do - if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"m32r\" from $i... - fi - cp $i new - sed '/start\-sanitize\-m32r/,/end-\sanitize\-m32r/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 - # eof diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ad9a037fa2c..1751c40edcc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 7 17:46:23 1997 Michael Snyder + + * .Sanitize: remove sanitization for M32R target. + Thu Apr 3 15:21:26 1997 Michael Snyder * gdb.base/help.exp: update help msg for INFO ADDR; add help test @@ -508,26 +512,21 @@ Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.base/corefile.exp: Consume $prompt in mmap fail cases. * gdb.stabs/weird.exp: Remove v_comb xfails. -start-sanitize-m32r Tue Nov 5 10:44:23 1996 Michael Snyder * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp list.exp scope.exp watchpoint.exp] Make all timeout error msgs explicitly say "(timeout)". -end-sanitize-m32r - Mon Nov 4 12:03:06 1996 Michael Snyder +Mon Nov 4 12:03:06 1996 Michael Snyder * config/monitor.exp: Increase download timeout to 1000 seconds. -start-sanitize-m32r Mon Nov 4 12:02:26 1996 Michael Snyder * config/m32r.exp: Increase timeout to 120 seconds. -end-sanitize-m32r - - Sun Nov 3 14:37:05 1996 Fred Fish +Sun Nov 3 14:37:05 1996 Fred Fish * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering and accept older ordering as obsolescent gcc or gdb. @@ -541,11 +540,9 @@ Fri Nov 1 11:56:09 1996 Fred Fish * gdb.base/corefile.exp: Add test to read mmapped data from core file. -start-sanitize-m32r Wed Oct 30 18:19:16 1996 Michael Snyder * config/m32r.exp: New file. -end-sanitize-m32r Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com) -- 2.30.2