Remove SH4 sanitation.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Sat, 7 Mar 1998 00:31:19 +0000 (00:31 +0000)
committerJoern Rennecke <joern.rennecke@embecosm.com>
Sat, 7 Mar 1998 00:31:19 +0000 (00:31 +0000)
gas/.Sanitize
gas/ChangeLog
gas/config/.Sanitize

index a4d57b9081383ccc5df9e93376e1f785b786bee1..4d6615789c10a9a630261963d74034f567a6eba8 100644 (file)
@@ -316,38 +316,6 @@ else
        done
 fi
 
-if [ -n "${verbose}" ] ; then
-       echo Processing \"sh4\"...
-fi
-
-sh4_files="ChangeLog"
-if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
-       for i in $sh4_files ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping sh4 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $sh4_files ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sh4\" from $i...
-                       fi
-                       cp $i new
-                       sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $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
-
 m32rx_files="ChangeLog configure.in configure"
 if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
        for i in $m32rx_files ; do
index c1239de188317f487551a2bd4ec61e9d1060277d..e3b095a08f83ce00e3ad5fad30ae31649ea638dc 100644 (file)
@@ -691,12 +691,10 @@ Fri Jan 16 11:30:37 1998  Richard Henderson  <rth@cygnus.com>
        (r_seg): Put reglst symbols in reg_section.
        (m68k_frob_symbol): Frob reglst symbols into absolute_section.
 
-start-sanitize-sh4
 Thu Jan 15 14:19:01 1998  Richard Henderson  <rth@cygnus.com>
 
        * tc-sh.c (get_specific): Handle SGR & DBR.
 
-end-sanitize-sh4
 Thu Jan 15 13:46:48 1998  Richard Henderson  <rth@cygnus.com>
 
        * tc-h8300.c (parse_reg): Take the length of the symbol into
@@ -935,12 +933,10 @@ Thu Nov 20 15:06:08 1997  Richard Earnshaw <rearnsha@arm.com>
        * config/tc-arm.h (TARGET_FORMAT for generic a.out targets): Allow
        run-time endian selection.
 
-start-sanitize-sh4
 Wed Nov 19 17:44:42 1997  Richard Henderson  <rth@cygnus.com>
 
         * tc-sh.c (parse_reg): Properly quote for fv4.
 
-end-sanitize-sh4
 Wed Nov 19 23:46:18 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * symbols.c (resolve_symbol_value): Add missing breaks in case on
@@ -1779,14 +1775,12 @@ Thu Aug 21 00:59:53 1997  Doug Evans  <dje@canuck.cygnus.com>
        * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded
        insn when changing to a different instruction.
 
-start-sanitize-sh4
 Wed Aug 20 00:45:20 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * tc-sh.c (parse_reg, get_specific, build_Mytes): Add SH4
        floating point extensions.
        (parse_reg): parse sgr and dbr.
 
-end-sanitize-sh4
 Tue Aug 19 17:07:34 1997  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-v850.c (system_register_name): Support numbers for
index 6ff4be088aa59499640dab0c42e9c417b8833f2d..aa84562892ebd482e228a8ad6d92fe87895bd07d 100644 (file)
@@ -326,38 +326,6 @@ else
        done
 fi
 
-if [ -n "${verbose}" ] ; then
-       echo Processing \"sh4\"...
-fi
-
-sh4_files="tc-sh.c"
-if ( echo $* | grep keep\-sh4 > /dev/null ) ; then
-       for i in $sh4_files ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping sh4 stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $sh4_files ; do
-               if test ! -d $i && (grep sanitize-sh4 $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sh4\" from $i...
-                       fi
-                       cp $i new
-                       sed -e '/start\-sanitize\-sh4/,/end-\sanitize\-sh4/d' -e 's/.*restore\-sanitize\-sh4//' < $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
-
 v850e_files="tc-v850.c tc-v850.h"
 if ( echo $* | grep keep\-v850e > /dev/null ) ; then
        for i in $v850e_files ; do
This page took 0.033285 seconds and 4 git commands to generate.