From: Michael Chastain Date: Fri, 31 Jan 2003 00:39:28 +0000 (+0000) Subject: 2003-01-30 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38a94d44949ff2899b46e0896a2b23d33d71e3d8;p=binutils-gdb.git 2003-01-30 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 428ab950c65..fb2fe3926e6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-01-30 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. + 2003-01-29 Michael Snyder * gdb.base/args.exp: Skip if target does not support args passing. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 66ee88cff9e..dca41dc9134 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -64,9 +64,6 @@ if ![info exists env(EXEEXT)] { set EXEEXT $env(EXEEXT) } -# Make sure we are using the C locale. -set env(LC_ALL) "C" - ### Only procedures should come after this point. #