aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-06-26 01:12:32 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-06-26 01:12:32 +0000
commita13a0de813a30307e3f8c41ae93fb8cc11a64553 (patch)
treea6c821c531784162650d84a89a7cb5f046988e1d
parent93e0c1ccea6aa172ea39c7d554070b0e7ffa5670 (diff)
downloadgdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.zip
gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.gz
gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.bz2
2002-06-25 H.J. Lu <hjl@gnu.org>
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.am1
-rw-r--r--binutils/Makefile.in1
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.am1
-rw-r--r--gas/Makefile.in1
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am1
-rw-r--r--ld/Makefile.in1
9 files changed, 21 insertions, 0 deletions
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 <hjl@gnu.org>
+
+ * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
+ * Makefile.in: Regenerated.
+
2002-06-21 Igor Schein <igor@txc.com>
* 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 <hjl@gnu.org>
+
+ * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
+ * Makefile.in: Regenerated.
+
Wed Jun 19 15:12:00 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com>
* 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 <hjl@gnu.org>
+
+ * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
+ * Makefile.in: Regenerated.
+
2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
* 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 \