OSDN Git Service

* gdbarch.sh (LC_ALL): Set to `c'.
authorcagney <cagney>
Thu, 25 Apr 2002 23:16:03 +0000 (23:16 +0000)
committercagney <cagney>
Thu, 25 Apr 2002 23:16:03 +0000 (23:16 +0000)
gdb/ChangeLog
gdb/gdbarch.sh

index f4fb732..3de9dd1 100644 (file)
@@ -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.
index ee9645e..e1442f3 100755 (executable)
@@ -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 ()