From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32699 invoked by alias); 17 Apr 2002 18:53:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32646 invoked from network); 17 Apr 2002 18:53:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Apr 2002 18:53:23 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 081E43D0C for ; Wed, 17 Apr 2002 14:53:32 -0400 (EDT) Message-ID: <3CBDC4AB.1060500@cygnus.com> Date: Wed, 17 Apr 2002 11:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [patch/obish] Internationalize gdbarch.sh Content-Type: multipart/mixed; boundary="------------070403080504010409020300" X-SW-Source: 2002-04/txt/msg00559.txt.bz2 This is a multi-part message in MIME format. --------------070403080504010409020300 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 169 Finally figured out why the GNU/Linux system I was using couldn't reproduce gdbarch.[hc]. I guess I need to remember that GNU/Linux isn't UNIX :-) Committed. Andrew --------------070403080504010409020300 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 659 2002-04-17 Andrew Cagney * gdbarch.sh (LANG): Set to ``c''. Index: gdbarch.sh =================================================================== RCS file: /cvs/src/src/gdb/gdbarch.sh,v retrieving revision 1.125 diff -u -r1.125 gdbarch.sh --- gdbarch.sh 10 Apr 2002 22:00:20 -0000 1.125 +++ gdbarch.sh 17 Apr 2002 18:41:56 -0000 @@ -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 --------------070403080504010409020300--