aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-04-25 23:16:03 +0000
committerAndrew Cagney <cagney@redhat.com>2002-04-25 23:16:03 +0000
commit1bd316f05b5eb207cb42db7a330f470030c85329 (patch)
tree929ddc1c9a0d4c96e8cd1c2de1787616ecb73650
parent2e5ff58c052984c4e94e283fb9bb2603c1b45037 (diff)
downloadgdb-1bd316f05b5eb207cb42db7a330f470030c85329.zip
gdb-1bd316f05b5eb207cb42db7a330f470030c85329.tar.gz
gdb-1bd316f05b5eb207cb42db7a330f470030c85329.tar.bz2
* gdbarch.sh (LC_ALL): Set to `c'.
-rw-r--r--gdb/ChangeLog4
-rwxr-xr-xgdb/gdbarch.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f4fb732..3de9dd1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-25 Andrew Cagney <ac131313@redhat.com>
+
+ * gdbarch.sh (LC_ALL): Set to `c'.
+
2002-04-25 Theodore A. Roth <troth@verinet.com>
* avr-tdep.c: Ran through gdb_indent.sh.
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index ee9645e..e1442f3 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -22,6 +22,7 @@
# Make certain that the script is running in an internationalized
# environment.
LANG=c ; export LANG
+LC_ALL=c ; export LC_ALL
compare_new ()