From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22193 invoked by alias); 30 Jan 2003 23:30:00 -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 22182 invoked from network); 30 Jan 2003 23:29:59 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 30 Jan 2003 23:29:59 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0UNTwn16671 for gdb-patches@sources.redhat.com; Thu, 30 Jan 2003 17:29:58 -0600 Date: Thu, 30 Jan 2003 23:30:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301302329.h0UNTwn16671@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [rfa/ping] lib/gdb.exp: remove LC_ALL=C workaround for readline bug X-SW-Source: 2003-01/txt/msg00820.txt.bz2 It's been a week, and I haven't gotten any response yet. Ping ... This patch reverts a recent patch in lib/gdb.exp: 2003-01-06 Andreas Schwab * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite failures. Setting LC_ALL is a workaround for a bug in readline 4.3 regarding perverse screen refresh in a UTF-8 locale. Chet Ramey, the readline maintainer, send me a patch for this, and I committed that patch to gdb HEAD on 2003-01-09. So we don't need this work around any more. Testing: I tested this with: target=native, host=i686-pc-linux-gnu, osversion=red-hat-8.0, LANG=en_US.UTF-8. I tested with gcc v2 and v3, dwarf-2 and stabs+. OK to commit? Michael C 2003-01-21 Michael Chastain * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL. This was a workaround for a UTF-8 bug in readline 4.3. The bug has been fixed in gdb/readline on 2003-01-09. Index: lib/gdb.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v retrieving revision 1.32 diff -u -r1.32 gdb.exp --- lib/gdb.exp 6 Jan 2003 18:10:32 -0000 1.32 +++ lib/gdb.exp 21 Jan 2003 21:46:07 -0000 @@ -64,9 +64,6 @@ set EXEEXT $env(EXEEXT) } -# Make sure we are using the C locale. -set env(LC_ALL) "C" - ### Only procedures should come after this point. #