Fixed exported names, removed a bad define
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index 95b138f5c7a647cc0a57f10fe558b11319a25687..5e4ae30584eedc18e3240c16f8bd43d6a81b9ca8 100644 (file)
 
 Do-first:
 
-mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
-
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="${mpw_files} ${keep_these_too}"
-else
-       lose_these_too="${mpw_files} ${lose_these_too}"
-fi
-
 rce_files="cpu-rce.c aout-rce.c"
 
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
@@ -50,12 +42,16 @@ Things-to-keep:
 COPYING
 ChangeLog
 ChangeLog.1
+ChangeLog.2
 Makefile.in
 PORTING
 TODO
 VERSION
+acconfig.h
+aclocal.m4
 aix386-core.c
 aout-adobe.c
+aout-arm.c
 aout-encap.c
 aout-ns32k.c
 aout-target.h
@@ -77,16 +73,20 @@ cf-m68klynx.c
 cf-sparclynx.c
 cisco-core.c
 coff-a29k.c
+coff-arm.c
 coff-alpha.c
 coff-apollo.c
 coff-go32.c
 coff-h8300.c
 coff-h8500.c
 coff-i386.c
+coff-i860.c
 coff-i960.c
 coff-m68k.c
 coff-m88k.c
 coff-mips.c
+coff-pmac.c
+coff-ppc.c
 coff-rs6000.c
 coff-sh.c
 coff-sparc.c
@@ -98,12 +98,13 @@ coffcode.h
 coffgen.c
 cofflink.c
 coffswap.h
-config
 config.bfd
+config.in
+configure
 configure.bat
 configure.host
 configure.in
-core.c
+corefile.c
 cpu-a29k.c
 cpu-alpha.c
 cpu-arm.c
@@ -111,6 +112,7 @@ cpu-h8300.c
 cpu-h8500.c
 cpu-hppa.c
 cpu-i386.c
+cpu-i860.c
 cpu-i960.c
 cpu-m68k.c
 cpu-m88k.c
@@ -130,6 +132,7 @@ doc
 ecoff.c
 ecofflink.c
 ecoffswap.h
+elf-bfd.h
 elf.c
 elf32-gen.c
 elf32-hppa.c
@@ -141,15 +144,18 @@ elf32-m88k.c
 elf32-mips.c
 elf32-ppc.c
 elf32-sparc.c
-elf32-target.h
 elf32.c
 elf64-gen.c
 elf64-sparc.c
-elf64-target.h
 elf64.c
+elfxx-target.h
 elfcode.h
+elfcore.h
+elflink.c
+elflink.h
 filemode.c
 format.c
+freebsd.h
 gen-aout.c
 genlink.h
 hash.c
@@ -163,6 +169,7 @@ hpux-core.c
 i386aout.c
 i386bsd.c
 i386dynix.c
+i386freebsd.c
 i386linux.c
 i386netbsd.c
 i386lynx.c
@@ -170,6 +177,7 @@ i386mach3.c
 i386msdos.c
 i386os9k.c
 ieee.c
+ihex.c
 init.c
 irix-core.c
 libaout.h
@@ -179,18 +187,20 @@ libbfd.h
 libcoff-in.h
 libcoff.h
 libecoff.h
-libelf.h
 libhppa.h
 libieee.h
 libnlm.h
 liboasys.h
 linker.c
 lynx-core.c
+m68k4knetbsd.c
 m68klynx.c
 m68knetbsd.c
 m88kmach3.c
 makefile.dos
 mipsbsd.c
+mpw-config.in
+mpw-make.sed
 newsos3.c
 netbsd.h
 nlm-target.h
@@ -208,6 +218,13 @@ oasys.c
 opncls.c
 osf-core.c
 pc532-mach.c
+pe-arm.c
+pe-i386.c
+pe-ppc.c
+pei-arm.c
+pei-i386.c
+pei-ppc.c
+peicode.h
 ptrace-core.c
 reloc.c
 reloc16.c
@@ -222,38 +239,19 @@ srec.c
 stab-syms.c
 sunos.c
 syms.c
+sysdep.h
 targets.c
 tekhex.c
 trad-core.c
+versados.c
+xcofflink.c
 
 Things-to-lose:
 
 
 Do-last:
 
-mpwfiles="ecoffswap.h coffswap.h"
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping mpw stuff in $mpwfiles.
-       fi
-else
-       if [ -n "${verbose}" ]; then
-               echo -n Cleaning mpw in `pwd`:
-       fi
-       for f in $mpwfiles ; do
-               if [ -n "${verbose}" ] ; then
-                       echo -n " " $f
-               fi
-               sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
-               if [ -n "${safe}" ] ; then
-                       mv $f .Recover
-               fi
-               mv new $f
-       done
-       chmod a+x config.bfd
-fi
-
-i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h"
+i960xl_files="ChangeLog ChangeLog.2 archures.c bfd-in2.h cpu-i960.c coffcode.h"
 if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
        if [ -n "${verbose}" ] ; then
                echo Keeping i960xl stuff in $i960xl_files.
@@ -274,7 +272,7 @@ else
        done
 fi
 
-rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in targets.c aoutx.h libaout.h"
+rce_files="ChangeLog ChangeLog.2 Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h"
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
        for i in $rce_files ; do
                if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
@@ -302,7 +300,7 @@ else
        done
 fi
 
-arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in bfd-in2.h elfcode.h libbfd.h"
+arc_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.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
@@ -330,6 +328,34 @@ else
        done
 fi
 
+gm_files="ChangeLog ChangeLog.2 config.bfd"
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+       for i in $gm_files ; do
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Keeping gm stuff in $i
+                       fi
+               fi
+       done
+else
+       for i in $gm_files ; do
+               if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
+                       if [ -n "${verbose}" ] ; then
+                               echo Removing traces of \"gm\" from $i...
+                       fi
+                       cp $i new
+                       sed '/start\-sanitize\-gm/,/end-\sanitize\-gm/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
+
 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
This page took 0.025464 seconds and 4 git commands to generate.