From: Pedro Alves Date: Thu, 17 Feb 2011 19:06:07 +0000 (+0000) Subject: Prefix filenames with gdb.trace/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f65d55530c83af2dddda956d856a26d343b49e25;p=binutils-gdb.git Prefix filenames with gdb.trace/ --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index bcafab89851..005b5802644 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -9,11 +9,12 @@ 2011-02-16 Pedro Alves - * collection.c (globalarr3): New global. + * gdb.trace/collection.c (globalarr3): New global. (main): Initialize it before collecting, and and clear it afterwards. - * collection.exp (gdb_collect_globals_test): Test collecting with - '{type} addr', where the addr expression is not an rvalue. + * gdb.trace/collection.exp (gdb_collect_globals_test): Test + collecting with '{type} addr', where the addr expression is not an + rvalue. 2011-02-16 Ken Werner @@ -24,11 +25,11 @@ 2011-02-16 Pedro Alves - * collection.c (globalarr2): New global. + * gdb.trace/collection.c (globalarr2): New global. (main): Initialize it before collecting, and and clear it afterwards. - * collection.exp (gdb_collect_globals_test): Test collecting - overlapping memory ranges. + * gdb.trace/collection.exp (gdb_collect_globals_test): Test + collecting overlapping memory ranges. 2011-02-15 Michael Snyder