From cce3d66c346149b194f8f9cbe82edf5354a198c9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 7 May 2012 09:21:48 +0000 Subject: [PATCH] * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. * Makefile.in: Regenerate. --- binutils/ChangeLog | 5 +++++ binutils/Makefile.am | 1 + binutils/Makefile.in | 2 ++ gas/ChangeLog | 17 +++++++++++++---- gas/Makefile.am | 1 + gas/Makefile.in | 1 + 6 files changed, 23 insertions(+), 4 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 30697c0..f3310cb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2012-05-07 Alan Modra + + * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. + * Makefile.in: Regenerate. + 2012-05-05 Alan Modra * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr. diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 8d191d7..d57f7f8 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -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 \ diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 4796b5b..fd88edb 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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 \ diff --git a/gas/ChangeLog b/gas/ChangeLog index 9499782..55cbff8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,14 +1,23 @@ +2012-05-07 Alan Modra + + * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. + * Makefile.in: Regenerate. + 2012-05-06 Arnold Metselaar * 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 diff --git a/gas/Makefile.am b/gas/Makefile.am index 80a2fd0..2ae007d 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -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; \ diff --git a/gas/Makefile.in b/gas/Makefile.in index 672de79..9e04218 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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; \ -- 2.7.4