* Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
authorAlan Modra <amodra@gmail.com>
Mon, 7 May 2012 09:21:48 +0000 (09:21 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 7 May 2012 09:21:48 +0000 (09:21 +0000)
* Makefile.in: Regenerate.

binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index 30697c05a0bb3ff730a62c876922739f5f7f8b2a..f3310cb5731800c504925055f64a1e1268a289fe 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-07  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
+       * Makefile.in: Regenerate.
+
 2012-05-05  Alan Modra  <amodra@gmail.com>
 
        * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
index 8d191d7d5082bf8ecb5d666c1a969f6fd1913211..d57f7f834788a36b480ad5fe1976a3d085e1e1c9 100644 (file)
@@ -158,6 +158,7 @@ CC_FOR_TARGET = ` \
 check-DEJAGNU: site.exp
        srcdir=`cd $(srcdir) && pwd`; export srcdir; \
        r=`pwd`; export r; \
+       LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
        EXPECT=$(EXPECT); export EXPECT; \
        runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
index 4796b5be25f1a925e5be1be1d9e4a7b96e1ae284..fd88edbcb005d886a74de47382871c240ef0d945 100644 (file)
@@ -61,6 +61,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
        $(top_srcdir)/../config/gettext-sister.m4 \
        $(top_srcdir)/../config/iconv.m4 \
        $(top_srcdir)/../config/largefile.m4 \
+       $(top_srcdir)/../config/lcmessage.m4 \
        $(top_srcdir)/../config/lead-dot.m4 \
        $(top_srcdir)/../config/lib-ld.m4 \
        $(top_srcdir)/../config/lib-link.m4 \
@@ -1237,6 +1238,7 @@ po/POTFILES.in: @MAINT@ Makefile
 check-DEJAGNU: site.exp
        srcdir=`cd $(srcdir) && pwd`; export srcdir; \
        r=`pwd`; export r; \
+       LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
        EXPECT=$(EXPECT); export EXPECT; \
        runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
index 949978243e7e9aee925d2e7495fe261e6759d511..55cbff83fa90be3074501ef5972f1d6c40883b14 100644 (file)
@@ -1,14 +1,23 @@
+2012-05-07  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
+       * Makefile.in: Regenerate.
+
 2012-05-06  Arnold Metselaar <arnold_m@operamail.com>
 
        * config/tc-z80.h(md_register_arithmetic): Define as 0.
-       * config/tc-z80.c(md_begin): Store register names in symbol table, prevents usage as ordinary symbol.
+       * config/tc-z80.c(md_begin): Store register names in symbol table,
+       preventing usage as ordinary symbol.
        * config/tc-z80.c(contains_register): New function.
        * config/tc-z80.c(parse_exp2): Removed.
        * config/tc-z80.c(parse_exp_not_indexed): New function.
-       * config/tc-z80.c(parse_exp): Add code to recogize indexed addressing after parsing.
+       * config/tc-z80.c(parse_exp): Add code to recogize indexed
+       addressing after parsing.
        * config/tc-z80.c(emit_byte, emit_word): Use contains_register.
-       * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify condition for jump to register.
-       * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use parse_exp_not_indexed.
+       * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify
+       condition for jump to register.
+       * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use
+       parse_exp_not_indexed.
 
 2012-05-05  Alan Modra  <amodra@gmail.com>
 
index 80a2fd0d6f87551137bef3c30e635c5bf8a835bc..2ae007d3ed8a4575a0857082d634efd74c2074c4 100644 (file)
@@ -393,6 +393,7 @@ check-DEJAGNU: site.exp
        cp site.exp testsuite/site.exp
        rootme=`pwd`; export rootme; \
        srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
+       LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
        EXPECT=${EXPECT} ; export EXPECT ; \
        runtest=$(RUNTEST); \
        cd testsuite; \
index 672de79dd663a13c9c251db2fb8fb2512c46cf2f..9e04218f05e2d1b15b8b8a2235c468ba1ee8bfe7 100644 (file)
@@ -2409,6 +2409,7 @@ check-DEJAGNU: site.exp
        cp site.exp testsuite/site.exp
        rootme=`pwd`; export rootme; \
        srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
+       LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
        EXPECT=${EXPECT} ; export EXPECT ; \
        runtest=$(RUNTEST); \
        cd testsuite; \