mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
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.
This commit is contained in:
parent
c916edfc54
commit
38a94d4494
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user