* aoutx.h (aout_link_input_section_ext): Use the relocation already
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index f647d32de2fafc0a6b6717c51347e0dd2e0de704..23c3e2ce0b71ea3d847e897e1b388db70abff83c 100644 (file)
@@ -23,6 +23,14 @@ else
        lose_these_too="${tic80_files} ${lose_these_too}"
 fi
 
+armelf_files="elf32-arm.c"
+if ( echo $* | grep keep\-armelf > /dev/null ) ; then
+       keep_these_too="${armelf_files} ${keep_these_too}"
+else
+       lose_these_too="${armelf_files} ${lose_these_too}"
+fi
+
+
 # All files listed between the "Things-to-keep:" line and the
 # "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -462,23 +470,23 @@ else
        done
 fi
 
-vr5400_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c"
-if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
-       for i in $vr5400_files ; do
-               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+cygnus_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c"
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
+       for i in $cygnus_files ; do
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping vr5400 stuff in $i
+                               echo Keeping Cygnus stuff in $i
                        fi
                fi
        done
 else
-       for i in $vr5400_files ; do
-               if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+       for i in $cygnus_files ; do
+               if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"vr5400\" from $i...
+                               echo Removing traces of \"cygnus\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
+                       sed '/start\-sanitize\-cygnus/,/end\-sanitize\-cygnus/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
@@ -602,7 +610,7 @@ else
        done
 fi
 
-armelf_files="ChangeLog Makefile.am Makefile.in config.bfd configure configure.in elf.c elf32-arm.c targets.c"
+armelf_files="ChangeLog Makefile.am Makefile.in config.bfd configure configure.in elf.c targets.c"
 if ( echo $* | grep keep\-armelf > /dev/null ) ; then
        for i in $armelf_files ; do
                if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
This page took 0.024346 seconds and 4 git commands to generate.