From: Andrew Cagney Date: Thu, 25 Apr 2002 23:16:03 +0000 (+0000) Subject: * gdbarch.sh (LC_ALL): Set to `c'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bd316f05b5eb207cb42db7a330f470030c85329;p=binutils-gdb.git * gdbarch.sh (LC_ALL): Set to `c'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f4fb732a1d3..3de9dd15389 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-04-25 Andrew Cagney + + * gdbarch.sh (LC_ALL): Set to `c'. + 2002-04-25 Theodore A. Roth * avr-tdep.c: Ran through gdb_indent.sh. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index ee9645e4d09..e1442f312ac 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 ()