Remove v850e sanitization
[deliverable/binutils-gdb.git] / ld / .Sanitize
index 374ed9e8f2d6417a7586189e0d70379f78485bff..de0a1b3bd2989585aeaf743f68781dd51623b286 100644 (file)
 
 Do-first:
 
+# Remember the current lists of files in the subdirectories from which
+# we might remove files.
+if test -d emulparams; then
+  ld_emulparams_files=`cd emulparams; echo *`
+else
+  ld_emulparams_files=
+fi
+if test -d emultempl; then
+  ld_emultempl_files=`cd emultempl; echo *`
+else
+  ld_emultempl_files=
+fi
+if test -d scripttempl; then
+  ld_scripttempl_files=`cd scripttempl; echo *`
+else
+  ld_scripttempl_files=
+fi
 
 # All files listed between the "Things-to-keep:" line and the
 # "Do-last:" line will be kept.  All other files will be removed.
@@ -39,6 +56,8 @@ configure.bat
 configure.host
 configure.in
 configure.tgt
+deffile.h
+deffilep.y
 dep-in.sed
 emulparams
 emultempl
@@ -81,6 +100,7 @@ mpw-idtmips.c
 mpw-make.sed
 mri.c
 mri.h
+pe-dll.c
 po
 scripttempl
 stamp-h.in
@@ -97,23 +117,23 @@ Things-to-lose:
 
 Do-last:
 
-v850_files="ChangeLog configure.tgt Makefile.am Makefile.in"
-if ( echo $* | grep keep\-v850e > /dev/null ) ; then
-       for i in $v850_files ; do
-               if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
+tx49_files="ChangeLog configure.tgt"
+if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
+       for i in $tx49_files ; do
+               if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping v850e stuff in $i
+                               echo Keeping tx49 stuff in $i
                        fi
                fi
        done
 else
-       for i in $v850_files ; do
-               if test ! -d $i && (grep sanitize-v850e $i > /dev/null) ; then
+       for i in $tx49_files ; do
+               if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"v850e\" from $i...
+                               echo Removing traces of \"tx49\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-v850e/,/end-\sanitize\-v850e/d' < $i > new
+                       sed '/start\-sanitize\-tx49/,/end-\sanitize\-tx49/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -125,23 +145,23 @@ else
        done
 fi
 
-tx49_files="ChangeLog configure.tgt"
-if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
-       for i in $tx49_files ; do
-               if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
+r5900_files="ChangeLog configure.tgt Makefile.in Makefile.am"
+if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
+       for i in $r5900_files ; do
+               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping tx49 stuff in $i
+                               echo Keeping r5900 stuff in $i
                        fi
                fi
        done
 else
-       for i in $tx49_files ; do
-               if test ! -d $i && (grep sanitize-tx49 $i > /dev/null) ; then
+       for i in $r5900_files ; do
+               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"tx49\" from $i...
+                               echo Removing traces of \"r5900\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-tx49/,/end-\sanitize\-tx49/d' < $i > new
+                       sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -153,23 +173,23 @@ else
        done
 fi
 
-r5900_files="ChangeLog configure.tgt Makefile.in Makefile.am"
-if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
-       for i in $r5900_files ; do
-               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
+vr4xxx_files="ChangeLog configure.tgt"
+if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
+       for i in $vr4xxx_files ; do
+               if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping r5900 stuff in $i
+                               echo Keeping vr4xxx stuff in $i
                        fi
                fi
        done
 else
-       for i in $r5900_files ; do
-               if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then
+       for i in $vr4xxx_files ; do
+               if test ! -d $i && (grep sanitize-vr4xxx $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"r5900\" from $i...
+                               echo Removing traces of \"vr4xxx\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-r5900/,/end-\sanitize\-r5900/d' < $i > new
+                       sed '/start\-sanitize\-vr4xxx/,/end-\sanitize\-vr4xxx/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -237,23 +257,23 @@ else
        done
 fi
 
-d30v_files="ChangeLog configure.tgt Makefile.am Makefile.in"
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
-       for i in $d30v_files ; do
-               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
+sky_files="ChangeLog configure.tgt"
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       for i in $sky_files ; do
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping d30v stuff in $i
+                               echo Keeping sky stuff in $i
                        fi
                fi
        done
 else
-       for i in $d30v_files ; do
-               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
+       for i in $sky_files ; do
+               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"d30v\" from $i...
+                               echo Removing traces of \"sky\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
+                       sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -265,23 +285,23 @@ else
        done
 fi
 
-sky_files="ChangeLog configure.tgt"
-if ( echo $* | grep keep\-sky > /dev/null ) ; then
-       for i in $sky_files ; do
-               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
+beos_files="ChangeLog Makefile.am Makefile.in configure.tgt"
+if ( echo $* | grep keep\-beos > /dev/null ) ; then
+       for i in $beos_files ; do
+               if test ! -d $i && (grep sanitize-beos $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping sky stuff in $i
+                               echo Keeping beos stuff in $i
                        fi
                fi
        done
 else
-       for i in $sky_files ; do
-               if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
+       for i in $beos_files ; do
+               if test ! -d $i && (grep sanitize-beos $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"sky\" from $i...
+                               echo Removing traces of \"beos\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/d' < $i > new
+                       sed '/start\-sanitize\-beos/,/end-\sanitize\-beos/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -294,9 +314,71 @@ else
 fi
 
 for i in * ; do
-       if test ! -d $i && (grep sanitize $i > /dev/null) ; then
-               echo '***' Some mentions of Sanitize are still left in $i! 1>&2
-       fi
+  if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+    echo '***' Some mentions of Sanitize are still left in ld/$i! 1>&2
+  fi
+done
+
+for lost in .. $ld_emulparams_files; do
+  if test $lost != .. && test $lost != CVS; then
+    if test -f emulparams/$lost; then
+      :
+    else
+      lost2=`echo $lost | sed -e 's/.sh$//'`
+      for i in Makefile.am Makefile.in configure.host configure.tgt configure.in configure; do
+        if fgrep $lost2 $i >/dev/null 2>&1; then
+          echo '***' File ld/emulparams/$lost was sanitized out but is still mentioned in ld/$i 1>&2
+        fi
+      done
+    fi
+  fi
+done
+
+for lost in .. $ld_emultempl_files; do
+  if test $lost != .. && test $lost != CVS; then
+    if test -f emultempl/$lost; then
+      :
+    else
+      lost2=`echo $lost | sed -e 's/.em$//'`
+      for i in Makefile.am Makefile.in configure.host configure.tgt configure.in configure; do
+        if fgrep $lost2 $i >/dev/null 2>&1; then
+         # There is a valid mention of beos in configure.tgt
+         if test $lost2 != "beos" || test $i != configure.tgt; then
+            echo '***' File ld/emultempl/$lost was sanitized out but is still mentioned in ld/$i 1>&2
+         fi
+        fi
+      done
+      if test -d emulparams; then
+        for i in emulparams/*; do
+          if fgrep $lost2 $i >/dev/null 2>&1; then
+            echo '***' File ld/emultempl/$lost was sanitized out but is still mentioned in ld/$i 1>&2
+          fi
+        done
+      fi
+    fi
+  fi
+done
+
+for lost in .. $ld_scripttempl_files; do
+  if test $lost != .. && test $lost != CVS; then
+    if test -f scripttempl/$lost; then
+      :
+    else
+      lost2=`echo $lost | sed -e 's/.sc$//'`
+      for i in Makefile.am Makefile.in configure.host configure.tgt configure.in configure; do
+        if fgrep $lost2 $i >/dev/null 2>&1; then
+          echo '***' File ld/scripttempl/$lost was sanitized out but is still mentioned in ld/$i 1>&2
+        fi
+      done
+      if test -d emulparams; then
+        for i in emulparams/*; do
+          if fgrep $lost2 $i >/dev/null 2>&1; then
+            echo '***' File ld/scripttempl/$lost was sanitized out but is still mentioned in ld/$i 1>&2
+          fi
+        done
+      fi
+    fi
+  fi
 done
 
 # This must come after all other sanitizations.  Re-sanitize the .pot
This page took 0.043919 seconds and 4 git commands to generate.