* gdbarch.sh (LC_ALL): Set to `c'.
authorAndrew Cagney <cagney@redhat.com>
Thu, 25 Apr 2002 23:16:03 +0000 (23:16 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 25 Apr 2002 23:16:03 +0000 (23:16 +0000)
gdb/ChangeLog
gdb/gdbarch.sh

index f4fb732a1d367fe64704811c42e8786a09656c57..3de9dd153893048b2997e77767164e01f7087da6 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 ee9645e4d098971cfc4719b232048bb16ecee857..e1442f312ac617b5970403abbfcaa60811b3ad2e 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 ()