aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/pendshr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/pendshr.c')
-rw-r--r--gdb/testsuite/gdb.base/pendshr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/pendshr.c b/gdb/testsuite/gdb.base/pendshr.c
index 5097f94..672fe8a 100644
--- a/gdb/testsuite/gdb.base/pendshr.c
+++ b/gdb/testsuite/gdb.base/pendshr.c
@@ -26,3 +26,8 @@ void pendfunc1 (int x)
int y = x + 4;
printf ("in pendfunc1, x is %d\n", x);
}
+
+void pendfunc (int x)
+{
+ pendfunc1 (x);
+}