mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* tests2.exp: Fix quoting.
* tests1.exp: Ditto.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Tue Aug 12 21:48:08 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* tests2.exp: Fix quoting.
|
||||
* tests1.exp: Ditto.
|
||||
|
||||
Sat Nov 23 14:00:59 1996 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* misc.exp: Change x86 linux setup_xfails to use new
|
||||
|
@ -811,7 +811,7 @@ gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
|
||||
gdb_test "set print sevenbit-strings ".*"
|
||||
gdb_test "set print sevenbit-strings" ".*"
|
||||
|
||||
if [set_lang_chill] then {
|
||||
test_modes
|
||||
|
@ -262,7 +262,7 @@ gdb_exit
|
||||
gdb_start
|
||||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
|
||||
gdb_test "set print sevenbit-strings ".*"
|
||||
gdb_test "set print sevenbit-strings" ".*"
|
||||
|
||||
if [set_lang_chill] then {
|
||||
write_access
|
||||
|
Reference in New Issue
Block a user