Set LC_ALL=C rather than unsetting LC_COLLATE for sort.

This commit is contained in:
Alan Modra 2008-08-04 06:55:33 +00:00
parent 2fa331fa33
commit 323ee3f41c
26 changed files with 132 additions and 80 deletions

View file

@ -1,3 +1,9 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
2008-08-02 Alan Modra <amodra@bigpond.net.au> 2008-08-02 Alan Modra <amodra@bigpond.net.au>
* elf32-spu.c (mark_overlay_section): Move code calculating * elf32-spu.c (mark_overlay_section): Move code calculating

View file

@ -698,12 +698,12 @@ BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES) po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
for file in $(SRC_POTFILES); do echo $$file; done \ for file in $(SRC_POTFILES); do echo $$file; done \
| LC_COLLATE= sort > tmp.src \ | LC_ALL=C sort > tmp.src \
&& mv tmp.src $(srcdir)/po/SRC-POTFILES.in && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
for file in $(BLD_POTFILES); do echo $$file; done \ for file in $(BLD_POTFILES); do echo $$file; done \
| LC_COLLATE= sort > tmp.bld \ | LC_ALL=C sort > tmp.bld \
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
all diststuff: info all diststuff: info

View file

@ -994,15 +994,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \ @for dep in $?; do \
case '$(am__configure_deps)' in \ case '$(am__configure_deps)' in \
*$$dep*) \ *$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
cd $(srcdir) && $(AUTOMAKE) --foreign \ cd $(srcdir) && $(AUTOMAKE) --cygnus \
&& exit 0; \ && exit 0; \
exit 1;; \ exit 1;; \
esac; \ esac; \
done; \ done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
cd $(top_srcdir) && \ cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile $(AUTOMAKE) --cygnus Makefile
.PRECIOUS: Makefile .PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \ @case '$?' in \
@ -1321,12 +1321,12 @@ uninstall-info: uninstall-info-recursive
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES) po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
for file in $(SRC_POTFILES); do echo $$file; done \ for file in $(SRC_POTFILES); do echo $$file; done \
| LC_COLLATE= sort > tmp.src \ | LC_ALL=C sort > tmp.src \
&& mv tmp.src $(srcdir)/po/SRC-POTFILES.in && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
for file in $(BLD_POTFILES); do echo $$file; done \ for file in $(BLD_POTFILES); do echo $$file; done \
| LC_COLLATE= sort > tmp.bld \ | LC_ALL=C sort > tmp.bld \
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
all diststuff: info all diststuff: info

View file

@ -1,19 +1,19 @@
aix386-core.c aix386-core.c
aix5ppc-core.c aix5ppc-core.c
aout0.c
aout32.c
aout64.c
aout-adobe.c aout-adobe.c
aout-arm.c aout-arm.c
aout-cris.c aout-cris.c
aoutf1.h
aout-ns32k.c aout-ns32k.c
aout-sparcle.c aout-sparcle.c
aout-target.h aout-target.h
aout-tic30.c aout-tic30.c
aout0.c
aout32.c
aout64.c
aoutf1.h
aoutx.h aoutx.h
archive64.c
archive.c archive.c
archive64.c
archures.c archures.c
armnetbsd.c armnetbsd.c
bfd.c bfd.c
@ -25,20 +25,16 @@ cache.c
cf-i386lynx.c cf-i386lynx.c
cf-sparclynx.c cf-sparclynx.c
cisco-core.c cisco-core.c
coff64-rs6000.c
coff-alpha.c coff-alpha.c
coff-apollo.c coff-apollo.c
coff-arm.c coff-arm.c
coff-aux.c coff-aux.c
coffcode.h
coffgen.c
coff-go32.c coff-go32.c
coff-h8300.c coff-h8300.c
coff-h8500.c coff-h8500.c
coff-i386.c coff-i386.c
coff-i860.c coff-i860.c
coff-i960.c coff-i960.c
cofflink.c
coff-m68k.c coff-m68k.c
coff-m88k.c coff-m88k.c
coff-maxq.c coff-maxq.c
@ -49,7 +45,6 @@ coff-sh.c
coff-sparc.c coff-sparc.c
coff-stgo32.c coff-stgo32.c
coff-svm68k.c coff-svm68k.c
coffswap.h
coff-tic30.c coff-tic30.c
coff-tic4x.c coff-tic4x.c
coff-tic54x.c coff-tic54x.c
@ -60,6 +55,12 @@ coff-we32k.c
coff-x86_64.c coff-x86_64.c
coff-z80.c coff-z80.c
coff-z8k.c coff-z8k.c
coff64-rs6000.c
coffcode.h
coffgen.c
cofflink.c
coffswap.h
compress.c
corefile.c corefile.c
cpu-alpha.c cpu-alpha.c
cpu-arc.c cpu-arc.c
@ -140,12 +141,20 @@ efi-bsdrv-x86_64.c
efi-rtdrv-ia32.c efi-rtdrv-ia32.c
efi-rtdrv-ia64.c efi-rtdrv-ia64.c
efi-rtdrv-x86_64.c efi-rtdrv-x86_64.c
elf-attrs.c
elf-bfd.h
elf-eh-frame.c
elf-hppa.h
elf-m10200.c
elf-m10300.c
elf-strtab.c
elf-vxworks.c
elf.c
elf32-am33lin.c elf32-am33lin.c
elf32-arc.c elf32-arc.c
elf32-arm.c elf32-arm.c
elf32-avr.c elf32-avr.c
elf32-bfin.c elf32-bfin.c
elf32.c
elf32-cr16.c elf32-cr16.c
elf32-cr16c.c elf32-cr16c.c
elf32-cris.c elf32-cris.c
@ -183,10 +192,10 @@ elf32-pj.c
elf32-ppc.c elf32-ppc.c
elf32-s390.c elf32-s390.c
elf32-score.c elf32-score.c
elf32-sh64.c
elf32-sh64-com.c
elf32-sh.c
elf32-sh-symbian.c elf32-sh-symbian.c
elf32-sh.c
elf32-sh64-com.c
elf32-sh64.c
elf32-sparc.c elf32-sparc.c
elf32-spu.c elf32-spu.c
elf32-v850.c elf32-v850.c
@ -194,8 +203,8 @@ elf32-vax.c
elf32-xc16x.c elf32-xc16x.c
elf32-xstormy16.c elf32-xstormy16.c
elf32-xtensa.c elf32-xtensa.c
elf32.c
elf64-alpha.c elf64-alpha.c
elf64.c
elf64-gen.c elf64-gen.c
elf64-hppa.c elf64-hppa.c
elf64-hppa.h elf64-hppa.h
@ -206,19 +215,11 @@ elf64-s390.c
elf64-sh64.c elf64-sh64.c
elf64-sparc.c elf64-sparc.c
elf64-x86-64.c elf64-x86-64.c
elf-attrs.c elf64.c
elf-bfd.h
elf.c
elfcode.h elfcode.h
elfcore.h elfcore.h
elf-eh-frame.c
elf-hppa.h
elflink.c elflink.c
elf-m10200.c
elf-m10300.c
elfn32-mips.c elfn32-mips.c
elf-strtab.c
elf-vxworks.c
elfxx-mips.c elfxx-mips.c
elfxx-sparc.c elfxx-sparc.c
epoc-pe-arm.c epoc-pe-arm.c
@ -270,16 +271,16 @@ mipsbsd.c
mmo.c mmo.c
netbsd.h netbsd.h
newsos3.c newsos3.c
nlm-target.h
nlm.c
nlm32-alpha.c nlm32-alpha.c
nlm32.c
nlm32-i386.c nlm32-i386.c
nlm32-ppc.c nlm32-ppc.c
nlm32-sparc.c nlm32-sparc.c
nlm32.c
nlm64.c nlm64.c
nlm.c
nlmcode.h nlmcode.h
nlmswap.h nlmswap.h
nlm-target.h
ns32k.h ns32k.h
ns32knetbsd.c ns32knetbsd.c
oasys.c oasys.c
@ -287,29 +288,29 @@ opncls.c
osf-core.c osf-core.c
pc532-mach.c pc532-mach.c
pdp11.c pdp11.c
pe-arm.c
pe-arm-wince.c pe-arm-wince.c
pe-arm.c
pe-i386.c
pe-mcore.c
pe-mips.c
pe-ppc.c
pe-sh.c
pe-x86_64.c
pef-traceback.h
pef.c pef.c
pef.h pef.h
pef-traceback.h
pe-i386.c
pei-arm.c
pei-arm-wince.c pei-arm-wince.c
peicode.h pei-arm.c
pei-i386.c pei-i386.c
pei-mcore.c pei-mcore.c
pei-mips.c pei-mips.c
pei-ppc.c pei-ppc.c
pei-sh.c pei-sh.c
pei-x86_64.c pei-x86_64.c
pe-mcore.c peicode.h
pe-mips.c
pe-ppc.c
pe-sh.c
pe-x86_64.c
ppcboot.c ppcboot.c
reloc16.c
reloc.c reloc.c
reloc16.c
riscix.c riscix.c
sco5-core.c sco5-core.c
section.c section.c
@ -320,8 +321,8 @@ sparclinux.c
sparclynx.c sparclynx.c
sparcnetbsd.c sparcnetbsd.c
srec.c srec.c
stabs.c
stab-syms.c stab-syms.c
stabs.c
sunos.c sunos.c
syms.c syms.c
targets.c targets.c
@ -332,14 +333,14 @@ vaxbsd.c
vaxnetbsd.c vaxnetbsd.c
versados.c versados.c
version.h version.h
vms.c
vms-gsd.c vms-gsd.c
vms.h
vms-hdr.c vms-hdr.c
vms-misc.c vms-misc.c
vms-tir.c vms-tir.c
xcofflink.c vms.c
vms.h
xcoff-target.h xcoff-target.h
xcofflink.c
xsym.c xsym.c
xsym.h xsym.h
xtensa-isa.c xtensa-isa.c

View file

@ -1,3 +1,8 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
2008-08-04 Markus Weiss <weissms@aros.org> 2008-08-04 Markus Weiss <weissms@aros.org>
* readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name. * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.

View file

@ -147,7 +147,7 @@ install-html-recursive:
POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES) POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
EXPECT = expect EXPECT = expect

View file

@ -534,15 +534,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \ @for dep in $?; do \
case '$(am__configure_deps)' in \ case '$(am__configure_deps)' in \
*$$dep*) \ *$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
cd $(srcdir) && $(AUTOMAKE) --foreign \ cd $(srcdir) && $(AUTOMAKE) --cygnus \
&& exit 0; \ && exit 0; \
exit 1;; \ exit 1;; \
esac; \ esac; \
done; \ done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
cd $(top_srcdir) && \ cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile $(AUTOMAKE) --cygnus Makefile
.PRECIOUS: Makefile .PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \ @case '$?' in \
@ -1007,7 +1007,7 @@ install-html-recursive:
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail" fi; test -z "$$fail"
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
check-DEJAGNU: site.exp check-DEJAGNU: site.exp

View file

@ -1,3 +1,9 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
2008-08-01 Peter Bergner <bergner@vnet.ibm.com> 2008-08-01 Peter Bergner <bergner@vnet.ibm.com>
* config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags. * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.

View file

@ -472,7 +472,7 @@ POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) $(TARG_ENV_HFILES) $(OBJ_FORMAT
$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \ $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
$(HFILES) $(CFILES) $(HFILES) $(CFILES)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
# Note: GASP is now deprecated and has been removed. It is still # Note: GASP is now deprecated and has been removed. It is still

View file

@ -2530,7 +2530,7 @@ uninstall-info: uninstall-info-recursive
tags tags-recursive uninstall uninstall-am uninstall-info-am tags tags-recursive uninstall uninstall-am uninstall-info-am
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
diststuff: $(EXTRA_DIST) info diststuff: $(EXTRA_DIST) info

View file

@ -117,10 +117,10 @@ config/tc-s390.c
config/tc-s390.h config/tc-s390.h
config/tc-score.c config/tc-score.c
config/tc-score.h config/tc-score.h
config/tc-sh64.c
config/tc-sh64.h
config/tc-sh.c config/tc-sh.c
config/tc-sh.h config/tc-sh.h
config/tc-sh64.c
config/tc-sh64.h
config/tc-sparc.c config/tc-sparc.c
config/tc-sparc.h config/tc-sparc.h
config/tc-spu.c config/tc-spu.c
@ -155,8 +155,8 @@ config/te-freebsd.h
config/te-generic.h config/te-generic.h
config/te-gnu.h config/te-gnu.h
config/te-go32.h config/te-go32.h
config/te-hppa64.h
config/te-hppa.h config/te-hppa.h
config/te-hppa64.h
config/te-hppalinux64.h config/te-hppalinux64.h
config/te-i386aix.h config/te-i386aix.h
config/te-ia64aix.h config/te-ia64aix.h
@ -165,8 +165,8 @@ config/te-lnews.h
config/te-lynx.h config/te-lynx.h
config/te-mach.h config/te-mach.h
config/te-macos.h config/te-macos.h
config/te-nbsd532.h
config/te-nbsd.h config/te-nbsd.h
config/te-nbsd532.h
config/te-netware.h config/te-netware.h
config/te-pc532mach.h config/te-pc532mach.h
config/te-pe.h config/te-pe.h
@ -189,14 +189,14 @@ dwarf2dbg.h
ecoff.c ecoff.c
ecoff.h ecoff.h
ehopt.c ehopt.c
emul.h
emul-target.h emul-target.h
emul.h
expr.c expr.c
expr.h expr.h
flonum-copy.c flonum-copy.c
flonum.h
flonum-konst.c flonum-konst.c
flonum-mult.c flonum-mult.c
flonum.h
frags.c frags.c
frags.h frags.h
hash.c hash.c

View file

@ -1,3 +1,9 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
2008-07-29 Ian Lance Taylor <iant@google.com> 2008-07-29 Ian Lance Taylor <iant@google.com>
* script.cc (Script_options::finalize_symbols): Finalize SECTIONS * script.cc (Script_options::finalize_symbols): Finalize SECTIONS

View file

@ -157,7 +157,7 @@ install-data-local: install-info
POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES) POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
# Bootstrap test support. We use ld-new to build ld1, then use ld1 to # Bootstrap test support. We use ld-new to build ld1, then use ld1 to

View file

@ -1095,7 +1095,7 @@ install-exec-local: ld-new$(EXEEXT)
install-data-local: install-info install-data-local: install-info
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
# Bootstrap test support. We use ld-new to build ld1, then use ld1 to # Bootstrap test support. We use ld-new to build ld1, then use ld1 to

View file

@ -6,8 +6,14 @@ common.cc
common.h common.h
compressed_output.cc compressed_output.cc
compressed_output.h compressed_output.h
copy-relocs.cc
copy-relocs.h
cref.cc
cref.h
defstd.cc defstd.cc
defstd.h defstd.h
descriptors.cc
descriptors.h
dirsearch.cc dirsearch.cc
dirsearch.h dirsearch.h
dwarf_reader.cc dwarf_reader.cc
@ -28,6 +34,8 @@ gold.h
i386.cc i386.cc
layout.cc layout.cc
layout.h layout.h
mapfile.cc
mapfile.h
merge.cc merge.cc
merge.h merge.h
object.cc object.cc
@ -38,8 +46,11 @@ output.cc
output.h output.h
parameters.cc parameters.cc
parameters.h parameters.h
powerpc.cc
readsyms.cc readsyms.cc
readsyms.h readsyms.h
reduced_debug_output.cc
reduced_debug_output.h
reloc-types.h reloc-types.h
reloc.cc reloc.cc
reloc.h reloc.h

View file

@ -1,3 +1,8 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
2008-07-30 Alan Modra <amodra@bigpond.net.au> 2008-07-30 Alan Modra <amodra@bigpond.net.au>
* corefile.c, symtab.c: Silence gcc warnings. * corefile.c, symtab.c: Silence gcc warnings.

View file

@ -52,7 +52,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
POTFILES = $(sources) $(noinst_HEADERS) POTFILES = $(sources) $(noinst_HEADERS)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
MANCONF = -Dman MANCONF = -Dman

View file

@ -826,7 +826,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \ FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=$*.m $(srcdir)/$*.m FILE=$*.m $(srcdir)/$*.m
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
config.texi: config.texi:

View file

@ -1,3 +1,9 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
2008-08-03 Alan Modra <amodra@bigpond.net.au> 2008-08-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (spu_ovl.o): Merge rule into.. * Makefile.am (spu_ovl.o): Merge rule into..

View file

@ -459,7 +459,7 @@ EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES) POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
ldmain.o: ldmain.c config.status ldmain.o: ldmain.c config.status

View file

@ -1295,7 +1295,7 @@ deffilep.o:
$(COMPILE) -c $< $(NO_WERROR) $(COMPILE) -c $< $(NO_WERROR)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
ldmain.o: ldmain.c config.status ldmain.o: ldmain.c config.status

View file

@ -2,6 +2,7 @@ deffile.h
elf-hints-local.h elf-hints-local.h
emultempl/armcoff.em emultempl/armcoff.em
emultempl/pe.em emultempl/pe.em
ld.h
ldcref.c ldcref.c
ldctor.c ldctor.c
ldctor.h ldctor.h
@ -11,7 +12,6 @@ ldexp.c
ldexp.h ldexp.h
ldfile.c ldfile.c
ldfile.h ldfile.h
ld.h
ldlang.c ldlang.c
ldlang.h ldlang.h
ldlex.h ldlex.h

View file

@ -1,3 +1,9 @@
2008-08-04 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (POTFILES.in): Set LC_ALL=C.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
2008-08-01 Peter Bergner <bergner@vnet.ibm.com> 2008-08-01 Peter Bergner <bergner@vnet.ibm.com>
* ppc-dis.c (powerpc_init_dialect): Handle power7 and vsx options. * ppc-dis.c (powerpc_init_dialect): Handle power7 and vsx options.

View file

@ -393,7 +393,7 @@ libopcodes.a: stamp-lib ; @true
POTFILES = $(HFILES) $(CFILES) POTFILES = $(HFILES) $(CFILES)
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes

View file

@ -991,7 +991,7 @@ stamp-lib: libopcodes.la
libopcodes.a: stamp-lib ; @true libopcodes.a: stamp-lib ; @true
po/POTFILES.in: @MAINT@ Makefile po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in && mv tmp $(srcdir)/po/POTFILES.in
install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes

View file

@ -22,9 +22,9 @@ d10v-dis.c
d10v-opc.c d10v-opc.c
d30v-dis.c d30v-dis.c
d30v-opc.c d30v-opc.c
disassemble.c
dis-buf.c dis-buf.c
dis-init.c dis-init.c
disassemble.c
dlx-dis.c dlx-dis.c
fr30-asm.c fr30-asm.c
fr30-desc.c fr30-desc.c
@ -60,12 +60,12 @@ ia64-dis.c
ia64-gen.c ia64-gen.c
ia64-opc-a.c ia64-opc-a.c
ia64-opc-b.c ia64-opc-b.c
ia64-opc.c
ia64-opc-d.c ia64-opc-d.c
ia64-opc-f.c ia64-opc-f.c
ia64-opc.h
ia64-opc-i.c ia64-opc-i.c
ia64-opc-m.c ia64-opc-m.c
ia64-opc.c
ia64-opc.h
ip2k-asm.c ip2k-asm.c
ip2k-desc.c ip2k-desc.c
ip2k-desc.h ip2k-desc.h
@ -114,9 +114,9 @@ mep-dis.c
mep-ibld.c mep-ibld.c
mep-opc.c mep-opc.c
mep-opc.h mep-opc.h
mips16-opc.c
mips-dis.c mips-dis.c
mips-opc.c mips-opc.c
mips16-opc.c
mmix-dis.c mmix-dis.c
mmix-opc.c mmix-opc.c
mt-asm.c mt-asm.c
@ -147,11 +147,11 @@ s390-mkopc.c
s390-opc.c s390-opc.c
score-dis.c score-dis.c
score-opc.h score-opc.h
sh-dis.c
sh-opc.h
sh64-dis.c sh64-dis.c
sh64-opc.c sh64-opc.c
sh64-opc.h sh64-opc.h
sh-dis.c
sh-opc.h
sparc-dis.c sparc-dis.c
sparc-opc.c sparc-opc.c
spu-dis.c spu-dis.c
@ -185,5 +185,5 @@ xstormy16-opc.h
xtensa-dis.c xtensa-dis.c
z80-dis.c z80-dis.c
z8k-dis.c z8k-dis.c
z8kgen.c
z8k-opc.h z8k-opc.h
z8kgen.c