mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
failures.
This commit is contained in:
parent
9c8ebd6a51
commit
8e9e0fe6da
@ -1,3 +1,8 @@
|
||||
2003-01-06 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
|
||||
failures.
|
||||
|
||||
2003-01-04 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
Fix PR gdb/844
|
||||
|
@ -64,6 +64,9 @@ 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