diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/gdbarch.sh | 5 |
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 |