From b041460dbe26c70b583d33a666be6a43901b5293 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 26 Jan 1999 14:52:15 +0000 Subject: am33 sanitize changes --- gdb/testsuite/.Sanitize | 18 +++++++++--------- gdb/testsuite/ChangeLog | 23 +++++++++++++++++------ gdb/testsuite/gdb.disasm/.Sanitize | 6 +++--- 3 files changed, 29 insertions(+), 18 deletions(-) (limited to 'gdb/testsuite') diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index 3ac79a3..1b790ce 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -83,23 +83,23 @@ for i in $never_files ; do fi done -am33_files="ChangeLog" -if ( echo $* | grep keep\-am33 > /dev/null ) ; then - for i in $am33_files ; do - if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then +cygnus_files="ChangeLog" +if ( echo $* | grep keep\-cygnus > /dev/null ) ; then + for i in $cygnus_files ; do + if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Keeping am33 stuff in $i + echo Keeping cygnus stuff in $i fi fi done else - for i in $am33_files ; do - if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then + for i in $cygnus_files ; do + if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Removing traces of \"am33\" from $i... + echo Removing traces of \"cygnus\" from $i... fi cp $i new - sed '/start\-sanitize\-am33/,/end-\sanitize\-am33/d' < $i > new + sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new if [ -n "${safe}" -a ! -f .Recover/$i ] ; then if [ -n "${verbose}" ] ; then echo Caching $i in .Recover... diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ba476d2..be9f840 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Thu Jan 21 15:46:49 1999 Stan Shebs + + * gdb.base/Makefile.in, gdb.c++/Makefile.in, + gdb.trace/Makefile.in (clean): Remove all test executables. + +Tue Jan 19 17:20:09 1999 David Taylor + + * gdb.base/shlib-call.exp: add test cases to verify that gdb + successfully re-sets breakpoints in shared libraries. + * gdb.base/shmain.c (main): return 0, don't fall off the end. + Fri Jan 15 14:04:57 1999 Elena Zannoni * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform @@ -430,7 +441,7 @@ Fri Jul 24 14:57:19 1998 Keith Seitz * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window. end-sanitize-gdbtk -start-sanitize-am33 +start-sanitize-cygnus Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com) * gdb.disasm/am33.s: Add tests for autoincrement instructions. @@ -442,7 +453,7 @@ Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com) * gdb.disasm/am33.s: Add 4 operand mul and mulu tests. * gdb.disasm/am33.exp: Corresponding changes. -end-sanitize-am33 +end-sanitize-cygnus start-sanitize-cygnus-never Tue Jul 14 16:11:11 1998 Keith Seitz @@ -485,26 +496,26 @@ Fri Jun 26 14:52:47 1998 Peter Schauer * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss before run test. -start-sanitize-am33 +start-sanitize-cygnus Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com) * am33.exp: Just compile, do not link the testcase. * am33.s: Add ".am33" pseudoop to force am33 mode. -end-sanitize-am33 +end-sanitize-cygnus 1998-06-25 Felix Lee * gdb.base/setshow.exp: make sure $pc is sane. * gdb.stabs/weird.exp: split expect patterns properly. -start-sanitize-am33 +start-sanitize-cygnus Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com) * gdb.disasm/am33.s: New disassembler testfile for the am33. * gdb.disasm/am33.exp: Run it. -end-sanitize-am33 +end-sanitize-cygnus Tue Jun 23 11:45:01 1998 Michael Snyder * gdb.base/funcargs.exp: simplify expect strings to ease pattern diff --git a/gdb/testsuite/gdb.disasm/.Sanitize b/gdb/testsuite/gdb.disasm/.Sanitize index 7320faf..bf00488 100644 --- a/gdb/testsuite/gdb.disasm/.Sanitize +++ b/gdb/testsuite/gdb.disasm/.Sanitize @@ -15,12 +15,12 @@ Do-first: -am33_files="am33.s am33.exp" +cygnus_files="am33.s am33.exp" if ( echo $* | grep keep\-am33 > /dev/null ) ; then - keep_these_too="${am33_files} ${keep_these_too}" + keep_these_too="${cygnus_files} ${keep_these_too}" else - lose_these_too="${am33_files} ${lose_these_too}" + lose_these_too="${cygnus_files} ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the -- cgit v1.1