diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-27 16:58:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-27 16:58:22 +0000 |
commit | e992ef7345b6ff291c424cac2a056ba09102e64a (patch) | |
tree | a2492fdf3808caf7129f83a8c386d1da48c8cc63 /gdb/testsuite/ChangeLog | |
parent | abebb8b041dd3eb136abd41181287992f061bf13 (diff) | |
download | gdb-e992ef7345b6ff291c424cac2a056ba09102e64a.zip gdb-e992ef7345b6ff291c424cac2a056ba09102e64a.tar.gz gdb-e992ef7345b6ff291c424cac2a056ba09102e64a.tar.bz2 |
* gdb.stabs/gdb11479.c (hack): New function.
(test): Use it.
(test2): Use it.
* gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
(int32_search_buf, int64_search_buf): No longer static.
(x): Remove.
* gdb.base/relocate.c (hack): New function.
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 1e2ecd6..2990487 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2010-07-27 Tom Tromey <tromey@redhat.com> + + * gdb.stabs/gdb11479.c (hack): New function. + (test): Use it. + (test2): Use it. + * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf) + (int32_search_buf, int64_search_buf): No longer static. + (x): Remove. + * gdb.base/relocate.c (hack): New function. + 2010-07-27 Phil Muldoon <pmuldoon@redhat.com> * gdb.python/py-value.exp (test_inferior_function_call): New function. |