diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-04 06:55:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-04 06:55:33 +0000 |
commit | 323ee3f41cb9db7160cbe159000ebce076efb48e (patch) | |
tree | cb44160a354d0981f93773aabecdc0b01c2e70b5 /opcodes | |
parent | 2fa331fa331de288b77363ebb198a6b38c22e7e3 (diff) | |
download | binutils-323ee3f41cb9db7160cbe159000ebce076efb48e.zip binutils-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.gz binutils-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.bz2 |
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 | ||||
-rw-r--r-- | opcodes/Makefile.am | 2 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 | ||||
-rw-r--r-- | opcodes/po/POTFILES.in | 14 |
4 files changed, 15 insertions, 9 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4f5b607..a80ef1d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/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-01 Peter Bergner <bergner@vnet.ibm.com> * ppc-dis.c (powerpc_init_dialect): Handle power7 and vsx options. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 3500f19..4e54000 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -393,7 +393,7 @@ libopcodes.a: stamp-lib ; @true POTFILES = $(HFILES) $(CFILES) 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 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 9885783..ec9ae40 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -991,7 +991,7 @@ stamp-lib: libopcodes.la libopcodes.a: stamp-lib ; @true 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 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in index 250ad36..e64b68a 100644 --- a/opcodes/po/POTFILES.in +++ b/opcodes/po/POTFILES.in @@ -22,9 +22,9 @@ d10v-dis.c d10v-opc.c d30v-dis.c d30v-opc.c -disassemble.c dis-buf.c dis-init.c +disassemble.c dlx-dis.c fr30-asm.c fr30-desc.c @@ -60,12 +60,12 @@ ia64-dis.c ia64-gen.c ia64-opc-a.c ia64-opc-b.c -ia64-opc.c ia64-opc-d.c ia64-opc-f.c -ia64-opc.h ia64-opc-i.c ia64-opc-m.c +ia64-opc.c +ia64-opc.h ip2k-asm.c ip2k-desc.c ip2k-desc.h @@ -114,9 +114,9 @@ mep-dis.c mep-ibld.c mep-opc.c mep-opc.h -mips16-opc.c mips-dis.c mips-opc.c +mips16-opc.c mmix-dis.c mmix-opc.c mt-asm.c @@ -147,11 +147,11 @@ s390-mkopc.c s390-opc.c score-dis.c score-opc.h +sh-dis.c +sh-opc.h sh64-dis.c sh64-opc.c sh64-opc.h -sh-dis.c -sh-opc.h sparc-dis.c sparc-opc.c spu-dis.c @@ -185,5 +185,5 @@ xstormy16-opc.h xtensa-dis.c z80-dis.c z8k-dis.c -z8kgen.c z8k-opc.h +z8kgen.c |