* sim-base.h (sim_state_base): Move `magic' to end of struct.
[deliverable/binutils-gdb.git] / include / .Sanitize
index f6a30c64f898331bff1282fca9e62ae535b1e111..9aae187ad7e37ad568af47989d93bc3598627e10 100644 (file)
@@ -30,11 +30,13 @@ ansidecl.h
 aout
 bfdlink.h
 bout.h
+callback.h
 coff
 demangle.h
 dis-asm.h
 elf
 floatformat.h
+fnmatch.h
 fopen-bin.h
 fopen-same.h
 fopen-vms.h
@@ -46,10 +48,12 @@ libiberty.h
 mpw
 nlm
 oasys.h
+objalloc.h
 obstack.h
 os9k.h
 opcode
 progress.h
+remote-sim.h
 wait.h
 
 Things-to-lose:
@@ -57,23 +61,23 @@ Things-to-lose:
 
 Do-last:
 
-arc_files="ChangeLog dis-asm.h"
-if ( echo $* | grep keep\-arc > /dev/null ) ; then
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
+tic80_files="ChangeLog dis-asm.h"
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+       for i in $tic80_files ; do
+               if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping arc stuff in $i
+                               echo Keeping tic80 stuff in $i
                        fi
                fi
        done
 else
-       for i in $arc_files ; do
-               if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
+       for i in $tic80_files ; do
+               if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"arc\" from $i...
+                               echo Removing traces of \"tic80\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
+                       sed '/start\-sanitize\-tic80/,/end-\sanitize\-tic80/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -85,24 +89,23 @@ else
        done
 fi
 
-
-d10v_files="ChangeLog dis-asm.h"
-if ( echo $* | grep keep\-d10v > /dev/null ) ; then
-       for i in $d10v_files ; do
-               if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
+d30v_files="ChangeLog dis-asm.h"
+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
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping d10v stuff in $i
+                               echo Keeping d30v stuff in $i
                        fi
                fi
        done
 else
-       for i in $d10v_files ; do
-               if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
+       for i in $d30v_files ; do
+               if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"d10v\" from $i...
+                               echo Removing traces of \"d30v\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-d10v/,/end-\sanitize\-d10v/d' < $i > new
+                       sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
This page took 0.024788 seconds and 4 git commands to generate.