aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-08-04 06:55:33 +0000
committerAlan Modra <amodra@gmail.com>2008-08-04 06:55:33 +0000
commit323ee3f41cb9db7160cbe159000ebce076efb48e (patch)
treecb44160a354d0981f93773aabecdc0b01c2e70b5 /ld
parent2fa331fa331de288b77363ebb198a6b38c22e7e3 (diff)
downloadgdb-323ee3f41cb9db7160cbe159000ebce076efb48e.zip
gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.gz
gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.bz2
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in2
-rw-r--r--ld/po/POTFILES.in2
4 files changed, 9 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7ed7e09..534a270 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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>
* Makefile.am (spu_ovl.o): Merge rule into..
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 5c212d7..2e40b6f 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -459,7 +459,7 @@ EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
POTFILES = $(CFILES) $(HFILES) $(EMULATION_FILES)
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
ldmain.o: ldmain.c config.status
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 185d440..2dc1fa2 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1295,7 +1295,7 @@ deffilep.o:
$(COMPILE) -c $< $(NO_WERROR)
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
ldmain.o: ldmain.c config.status
diff --git a/ld/po/POTFILES.in b/ld/po/POTFILES.in
index 3118cfa..48172c4 100644
--- a/ld/po/POTFILES.in
+++ b/ld/po/POTFILES.in
@@ -2,6 +2,7 @@ deffile.h
elf-hints-local.h
emultempl/armcoff.em
emultempl/pe.em
+ld.h
ldcref.c
ldctor.c
ldctor.h
@@ -11,7 +12,6 @@ ldexp.c
ldexp.h
ldfile.c
ldfile.h
-ld.h
ldlang.c
ldlang.h
ldlex.h