* elf32-mips.c (mips_elf_relocate_section): If we issue an
[binutils-gdb.git] / bfd / .Sanitize
index a4f153619a018704188181758d5818ed6887ee80..98bfba76929e99781ef0ccd8440e6d511b952062 100644 (file)
@@ -185,7 +185,6 @@ evax-emh.c
 evax-etir.c
 evax-misc.c
 evax.h
-filemode.c
 format.c
 freebsd.h
 gen-aout.c
@@ -412,7 +411,7 @@ else
        done
 fi
 
-tx49_files="archures.c bfd-in2.h cpu-mips.c"
+tx49_files="archures.c bfd-in2.h cpu-mips.c elf32-mips.c"
 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
@@ -496,7 +495,7 @@ else
        done
 fi
 
-vr5400_files="ChangeLog archures.c bfd-in2.h bfd-in.h cpu-mips.c"
+vr5400_files="ChangeLog 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
@@ -524,7 +523,7 @@ else
        done
 fi
 
-vr4320_files="ChangeLog archures.c bfd-in2.h cpu-mips.c"
+vr4320_files="ChangeLog archures.c bfd-in2.h cpu-mips.c elf32-mips.c"
 if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
        for i in $vr4320_files ; do
                if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
@@ -636,6 +635,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/bfd.pot ]; then
    mv po/bfd.pot po/.Recover
 fi
 # If this fails, Sanitization must fail.
-xgettext `cat po/POTFILES.in` -o po/bfd.pot || exit 1
+xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/bfd.pot || exit 1
 
 # eof