diff options
author | Michael Chastain <mec@google.com> | 2003-01-31 00:39:28 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-01-31 00:39:28 +0000 |
commit | 38a94d44949ff2899b46e0896a2b23d33d71e3d8 (patch) | |
tree | 0f35bcdde7c3f89225dca4ec8950666a301616e7 | |
parent | c916edfc5430d9b1dde3b38a36030ae198ca8b64 (diff) | |
download | binutils-38a94d44949ff2899b46e0896a2b23d33d71e3d8.zip binutils-38a94d44949ff2899b46e0896a2b23d33d71e3d8.tar.gz binutils-38a94d44949ff2899b46e0896a2b23d33d71e3d8.tar.bz2 |
2003-01-30 Michael Chastain <mec@shout.net>
* 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.
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 428ab95..fb2fe39 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-01-30 Michael Chastain <mec@shout.net> + + * 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 <msnyder@redhat.com> * 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 66ee88c..dca41dc 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. # |