diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b249cb8..2d30b1b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,11 @@ If GDB says it can't find the struct the function returned, report those tests as `unsupported'. + * gdb.base/call-rt-st.exp (print_struct_call): New function. + Rewrite subsequent tests to use it. + + If GDB says it can't find the struct the function returned, report + those tests as `unsupported'. * gdb.base/structs.exp (call_struct_func): New function. (do_function_calls): Use call_struct_func to call the functions returning structs. |