diff options
author | Angela Marie Thomas <angela@cygnus> | 1998-03-13 13:09:32 +0000 |
---|---|---|
committer | Angela Marie Thomas <angela@cygnus> | 1998-03-13 13:09:32 +0000 |
commit | 2b9cac47f502ffbd0a5810d05a86463fd583e71c (patch) | |
tree | 4d567a87c961670d77526c1387978c8143a5382a /gdb | |
parent | 786786305fc9c460dfe5d4bd78cd2e930ae796ec (diff) | |
download | gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.zip gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.tar.gz gdb-2b9cac47f502ffbd0a5810d05a86463fd583e71c.tar.bz2 |
massive sanitization fixes
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog-97 | 2 | ||||
-rw-r--r-- | gdb/config/mips/.Sanitize | 14 | ||||
-rw-r--r-- | gdb/config/sparc/.Sanitize | 5 | ||||
-rw-r--r-- | gdb/testsuite/config/.Sanitize | 1 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/.Sanitize | 1 |
5 files changed, 22 insertions, 1 deletions
diff --git a/gdb/ChangeLog-97 b/gdb/ChangeLog-97 index 52136f5..8af9346 100644 --- a/gdb/ChangeLog-97 +++ b/gdb/ChangeLog-97 @@ -188,7 +188,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 +end-sanitize-d30v Wed Dec 10 17:41:07 1997 Jim Blandy <jimb@zwingli.cygnus.com> diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize index fd379ff..5a68cc3 100644 --- a/gdb/config/mips/.Sanitize +++ b/gdb/config/mips/.Sanitize @@ -15,6 +15,20 @@ Do-first: +vr4111_files="tm-vr4xxx.h vr4xxx.mt" + +if ( echo $* | grep keep\-vr4111 > /dev/null ) ; then + keep_these_too="${vr4111_files} ${keep_these_too}" + if [ -n "${verbose}" ] ; then + echo Keeping ${vr4111_files} + fi +else + lose_these_too="${vr4111_files} ${lose_these_too}" + if [ -n "${verbose}" ] ; then + echo Deleting ${vr4111_files} + fi +fi + tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt" if ( echo $* | grep keep\-tx19 > /dev/null ) ; then diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize index 028fc5f..bc16302 100644 --- a/gdb/config/sparc/.Sanitize +++ b/gdb/config/sparc/.Sanitize @@ -23,8 +23,11 @@ Do-first: Things-to-keep: +linux.mh +linux.mt nbsd.mh nbsd.mt +nm-linux.h nm-nbsd.h nm-sparclynx.h nm-sun4os4.h @@ -41,6 +44,7 @@ sun4os4.mh sun4os4.mt sun4sol2.mh sun4sol2.mt +tm-linux.h tm-nbsd.h tm-sp64.h tm-sp64sim.h @@ -53,6 +57,7 @@ tm-sun4os4.h tm-sun4sol2.h tm-vxsparc.h vxsparc.mt +xm-linux.h xm-nbsd.h xm-sparc.h xm-sparclynx.h diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize index 6aac4c7..1aec48d 100644 --- a/gdb/testsuite/config/.Sanitize +++ b/gdb/testsuite/config/.Sanitize @@ -35,6 +35,7 @@ m32r.exp m32r-stub.exp mips.exp mips-idt.exp +mn10300-eval.exp monitor.exp mt-a29k-udi mt-i386-aout diff --git a/gdb/testsuite/gdb.base/.Sanitize b/gdb/testsuite/gdb.base/.Sanitize index d719dda..0d321e0 100644 --- a/gdb/testsuite/gdb.base/.Sanitize +++ b/gdb/testsuite/gdb.base/.Sanitize @@ -83,6 +83,7 @@ opaque0.c opaque1.c overlays.c overlays.exp +ovlymgr.c ovlymgr.h printcmds.c printcmds.exp |