From 323ee3f41cb9db7160cbe159000ebce076efb48e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 4 Aug 2008 06:55:33 +0000 Subject: Set LC_ALL=C rather than unsetting LC_COLLATE for sort. --- gold/ChangeLog | 6 ++++++ gold/Makefile.am | 2 +- gold/Makefile.in | 2 +- gold/po/POTFILES.in | 11 +++++++++++ 4 files changed, 19 insertions(+), 2 deletions(-) (limited to 'gold') diff --git a/gold/ChangeLog b/gold/ChangeLog index 48508a9..858845d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2008-08-04 Alan Modra + + * Makefile.am (POTFILES.in): Set LC_ALL=C. + * Makefile.in: Regenerate. + * po/POTFILES.in: Regenerate. + 2008-07-29 Ian Lance Taylor * script.cc (Script_options::finalize_symbols): Finalize SECTIONS diff --git a/gold/Makefile.am b/gold/Makefile.am index b5a5e54..e706703 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -157,7 +157,7 @@ install-data-local: install-info POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES) 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 # Bootstrap test support. We use ld-new to build ld1, then use ld1 to diff --git a/gold/Makefile.in b/gold/Makefile.in index 0077308..bbc5417 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -1095,7 +1095,7 @@ install-exec-local: ld-new$(EXEEXT) install-data-local: install-info 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 # Bootstrap test support. We use ld-new to build ld1, then use ld1 to diff --git a/gold/po/POTFILES.in b/gold/po/POTFILES.in index 3776c86..4d6122c 100644 --- a/gold/po/POTFILES.in +++ b/gold/po/POTFILES.in @@ -6,8 +6,14 @@ common.cc common.h compressed_output.cc compressed_output.h +copy-relocs.cc +copy-relocs.h +cref.cc +cref.h defstd.cc defstd.h +descriptors.cc +descriptors.h dirsearch.cc dirsearch.h dwarf_reader.cc @@ -28,6 +34,8 @@ gold.h i386.cc layout.cc layout.h +mapfile.cc +mapfile.h merge.cc merge.h object.cc @@ -38,8 +46,11 @@ output.cc output.h parameters.cc parameters.h +powerpc.cc readsyms.cc readsyms.h +reduced_debug_output.cc +reduced_debug_output.h reloc-types.h reloc.cc reloc.h -- cgit v1.1