Fixed exported names, removed a bad define
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index bbf0a640c2e82f1fd6af46af237772b0aa113adf..5e4ae30584eedc18e3240c16f8bd43d6a81b9ca8 100644 (file)
@@ -42,10 +42,13 @@ 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
@@ -77,10 +80,13 @@ 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
@@ -92,13 +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
@@ -106,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
@@ -125,6 +132,7 @@ doc
 ecoff.c
 ecofflink.c
 ecoffswap.h
+elf-bfd.h
 elf.c
 elf32-gen.c
 elf32-hppa.c
@@ -147,6 +155,7 @@ elflink.c
 elflink.h
 filemode.c
 format.c
+freebsd.h
 gen-aout.c
 genlink.h
 hash.c
@@ -160,6 +169,7 @@ hpux-core.c
 i386aout.c
 i386bsd.c
 i386dynix.c
+i386freebsd.c
 i386linux.c
 i386netbsd.c
 i386lynx.c
@@ -167,6 +177,7 @@ i386mach3.c
 i386msdos.c
 i386os9k.c
 ieee.c
+ihex.c
 init.c
 irix-core.c
 libaout.h
@@ -176,20 +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.in
+mpw-make.sed
 newsos3.c
 netbsd.h
 nlm-target.h
@@ -209,8 +220,10 @@ 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
@@ -226,17 +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:
 
-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.
@@ -257,7 +272,7 @@ else
        done
 fi
 
-rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in configure 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
@@ -285,7 +300,7 @@ else
        done
 fi
 
-arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c 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
@@ -313,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.025188 seconds and 4 git commands to generate.