diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-01-16 20:13:27 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-01-16 20:13:27 +0000 |
commit | 48573afd234edf06f50a9e42f4d3e3ea0383d69a (patch) | |
tree | 379203cd5c50999a3380e3c38e30267145a598a0 /gdb | |
parent | a61bc32c3d3a1614746e9f8be761cb93ebd88aaa (diff) | |
download | gdb-48573afd234edf06f50a9e42f4d3e3ea0383d69a.zip gdb-48573afd234edf06f50a9e42f4d3e3ea0383d69a.tar.gz gdb-48573afd234edf06f50a9e42f4d3e3ea0383d69a.tar.bz2 |
Remove SH3e sanitization.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.Sanitize | 29 | ||||
-rw-r--r-- | gdb/ChangeLog-95 | 2 | ||||
-rw-r--r-- | gdb/config/sh/.Sanitize | 29 | ||||
-rw-r--r-- | gdb/config/sh/tm-sh.h | 17 | ||||
-rw-r--r-- | gdb/testsuite/.Sanitize | 20 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
6 files changed, 0 insertions, 99 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index dca7747..70a2a30 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -478,35 +478,6 @@ else done fi -sh3e_files="ChangeLog" - -if ( echo $* | grep keep\-sh3e > /dev/null ) ; then - for i in $sh3e_files ; do - if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping sh3e stuff in $i - fi - fi - done -else - for i in $sh3e_files ; do - if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"sh3e\" from $i... - fi - cp $i new - sed '/start\-sanitize\-sh3e/,/end-\sanitize\-sh3e/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 - if ( echo $* | grep keep\-gm > /dev/null ) ; then for i in * ; do if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then diff --git a/gdb/ChangeLog-95 b/gdb/ChangeLog-95 index 511416c..13c73c7 100644 --- a/gdb/ChangeLog-95 +++ b/gdb/ChangeLog-95 @@ -1037,7 +1037,6 @@ Tue Oct 17 08:04:26 1995 Fred Fish <fnf@rtl.cygnus.com> * NEWS: Fix typo. -start-sanitize-sh3e Mon Oct 16 18:24:03 1995 Jim Wilson <wilson@chestnut.cygnus.com> * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Return builtin_type_float @@ -1047,7 +1046,6 @@ Mon Oct 16 18:24:03 1995 Jim Wilson <wilson@chestnut.cygnus.com> (NUM_REGS, NUM_REALREGS): Increase from 23 to 41. (FPUL_REGNUM, FP0_REGNUM): New macros. -end-sanitize-sh3e Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com) * remote-mips.c: Add support for speedy (about 10x faster) diff --git a/gdb/config/sh/.Sanitize b/gdb/config/sh/.Sanitize index 1a4ce68..8e95867 100644 --- a/gdb/config/sh/.Sanitize +++ b/gdb/config/sh/.Sanitize @@ -29,33 +29,4 @@ Things-to-lose: Do-last: -sh3e_files="tm-sh.h" - -if ( echo $* | grep keep\-sh3e > /dev/null ) ; then - for i in $sh3e_files ; do - if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping sh3e stuff in $i - fi - fi - done -else - for i in $sh3e_files ; do - if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"sh3e\" from $i... - fi - cp $i new - sed '/start\-sanitize\-sh3e/,/end-\sanitize\-sh3e/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 - # End of file. diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 726cb96..0b3d92f 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -98,14 +98,10 @@ extern CORE_ADDR sh_skip_prologue (); /* Return the GDB type object for the "standard" data type of data in register N. */ -#define REGISTER_VIRTUAL_TYPE(N) builtin_type_int -/* start-sanitize-sh3e */ -#undef REGISTER_VIRTUAL_TYPE #define REGISTER_VIRTUAL_TYPE(N) \ ((((N) >= FP0_REGNUM && (N) < FP0_REGNUM+32) \ || (N) == FPUL_REGNUM) \ ? builtin_type_float : builtin_type_int) -/* end-sanitize-sh3e */ /* Initializer for an array of names of registers. Entries beyond the first NUM_REGS are ignored. */ @@ -113,23 +109,12 @@ extern CORE_ADDR sh_skip_prologue (); #define REGISTER_NAMES \ {"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \ "r8", "r9", "r10","r11","r12","r13","r14","r15",\ - "pc", "pr","gbr","vbr","mach","macl","sr","ticks","stalls","cycles","insts" ,"plr","tlr" } -/* start-sanitize-sh3e */ -#undef REGISTER_NAMES -#define REGISTER_NAMES \ - {"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \ - "r8", "r9", "r10","r11","r12","r13","r14","r15",\ "pc", "pr","gbr","vbr","mach","macl", "sr", "fpul", "fpscr", \ "fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7", \ "fr8", "fr9", "fr10","fr11","fr12","fr13","fr14","fr15",\ } -/* end-sanitize-sh3e */ -#define NUM_REGS 28 -/* start-sanitize-sh3e */ -#undef NUM_REGS #define NUM_REGS 41 -/* end-sanitize-sh3e */ /* Register numbers of various important registers. Note that some of these values are "real" register numbers, @@ -149,12 +134,10 @@ extern CORE_ADDR sh_skip_prologue (); #define MACL_REGNUM 21 #define SR_REGNUM 22 #define NUM_REALREGS 23 -/* start-sanitize-sh3e */ #define FPUL_REGNUM 23 #define FP0_REGNUM 25 #undef NUM_REALREGS #define NUM_REALREGS 41 -/* end-sanitize-sh3e */ /* Store the address of the place in which to copy the structure the subroutine will return. This is called from call_function. diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index dcd889d..bbb5fc3 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -47,25 +47,5 @@ Things-to-lose: # done. Do-last: -sh3e_files="ChangeLog" -if ( echo $* | grep keep\-sh3e > /dev/null ) ; then - if [ -n "${verbose}" ] ; then - echo Keeping sh3e stuff in $sh3e_files. - fi -else - if [ -n "${verbose}" ]; then - echo -n Cleaning sh3e in `pwd`: - fi - for f in $sh3e_files ; do - if [ -n "${verbose}" ] ; then - echo -n " " $f - fi - sed -e '/start\-sanitize\-sh3e/,/end\-sanitize\-sh3e/d' -e '/ xl /d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done -fi # eof diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9ee25fd0..2ce10cc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -189,13 +189,11 @@ Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now handles common blocks. -start-sanitize-sh3e Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu) * gdb.disasm/sh3.s (fmac): Update for new assembler syntax * gdb.disasm/sh3.exp (fmac): Corresponding changes. -end-sanitize-sh3e Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (maintainer-clean): New target, synonym for |