aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-04-17 18:47:54 +0000
committerAndrew Cagney <cagney@redhat.com>2002-04-17 18:47:54 +0000
commitd886453249e9110cb1f9ad3680d85d9e246fb506 (patch)
tree5b6869628a0bb856475e2736ddfe02ffeec3fdf4
parent302576afe4b817cdbedd9545b523189018de0eb8 (diff)
downloadgdb-d886453249e9110cb1f9ad3680d85d9e246fb506.zip
gdb-d886453249e9110cb1f9ad3680d85d9e246fb506.tar.gz
gdb-d886453249e9110cb1f9ad3680d85d9e246fb506.tar.bz2
* gdbarch.sh (LANG): Set to ``c''.
-rw-r--r--gdb/ChangeLog4
-rwxr-xr-xgdb/gdbarch.sh5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a28b4c6..199749d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-17 Andrew Cagney <ac131313@redhat.com>
+
+ * gdbarch.sh (LANG): Set to ``c''.
+
2002-04-15 Andrew Cagney <ac131313@redhat.com>
* PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 30641d6..5c7f5c0 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -19,6 +19,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Make certain that the script is running in an internationalized
+# environment.
+LANG=c ; export LANG
+
+
compare_new ()
{
file=$1