From 817aadd2d90da8b4bb4fdf73ea72a476d264097a Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 1 Sep 2009 12:06:55 +0000 Subject: gdb/testsuite/ * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c, gdb.base/solib-overlap-main.c: New. --- gdb/testsuite/gdb.base/solib-overlap-main.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gdb/testsuite/gdb.base/solib-overlap-main.c (limited to 'gdb/testsuite/gdb.base/solib-overlap-main.c') diff --git a/gdb/testsuite/gdb.base/solib-overlap-main.c b/gdb/testsuite/gdb.base/solib-overlap-main.c new file mode 100644 index 0000000..1e91dd2 --- /dev/null +++ b/gdb/testsuite/gdb.base/solib-overlap-main.c @@ -0,0 +1,25 @@ +/* Copyright 2009 Free Software Foundation, Inc. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Contributed by Jan Kratochvil . */ + +#include + +int +main (void) +{ + sleep (60); + + return 1; +} -- cgit v1.1