diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e7264a4ef19..7cc86f1fa46 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2014-04-17 Yao Qi <yao@codesourcery.com> + + * lib/gdb.exp (with_target_charset): New proc. + * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with + with_target_charset. + (test_print_strings): Likewise. + (test_repeat_bytes): Likewise. + * gdb.base/setvar.exp: Set target-charset to ASCII temporarily + for some tests. + 2014-04-16 Keith Seitz <keiths@redhat.com> PR gdb/15827 |