From a13a0de813a30307e3f8c41ae93fb8cc11a64553 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 26 Jun 2002 01:12:32 +0000 Subject: [PATCH] 2002-06-25 H.J. Lu * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated. --- binutils/ChangeLog | 5 +++++ binutils/Makefile.am | 1 + binutils/Makefile.in | 1 + gas/ChangeLog | 5 +++++ gas/Makefile.am | 1 + gas/Makefile.in | 1 + ld/ChangeLog | 5 +++++ ld/Makefile.am | 1 + ld/Makefile.in | 1 + 9 files changed, 21 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dd169a2..72ccd38 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-06-25 H.J. Lu + + * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. + * Makefile.in: Regenerated. + 2002-06-21 Igor Schein * configure.in: Quote bu_cv_have_fopen64. diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 2d65eae..e43fe29 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -142,6 +142,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \ diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 61b347b..39a5de6 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -932,6 +932,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \ diff --git a/gas/ChangeLog b/gas/ChangeLog index caebb52..92d36a2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-06-25 H.J. Lu + + * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. + * Makefile.in: Regenerated. + Wed Jun 19 15:12:00 2002 Dhananjay R. Deshpande * config/tc-sh.c (get_specific): Revert 2002-05-01 change. diff --git a/gas/Makefile.am b/gas/Makefile.am index e458e2e..6fe5bdc 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -534,6 +534,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ cd testsuite; \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ diff --git a/gas/Makefile.in b/gas/Makefile.in index fd808ae..4365c3f 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2802,6 +2802,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ cd testsuite; \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ diff --git a/ld/ChangeLog b/ld/ChangeLog index 6d2e1fd..5fd9bb7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-06-25 H.J. Lu + + * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. + * Makefile.in: Regenerated. + 2002-06-20 Nick Clifton * ld.texinfo (Bug Reporting): Update text to suggest a limit on diff --git a/ld/Makefile.am b/ld/Makefile.am index 1cee3b7..d6fb821 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1091,6 +1091,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 407aab0..433598c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1564,6 +1564,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \ -- 2.7.4