gdb/testsuite/
* gdb.base/annota1.c [__sh__]: Remove any special-casing. * gdb.base/annota3.c: Likewise. * gdb.base/sigall.c: Likewise. * gdb.base/signals.c: Likewise. * gdb.reverse/sigall-reverse.c: Likewise.
This commit is contained in:
parent
6425366c4b
commit
7964b62a37
6 changed files with 8 additions and 18 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.base/annota1.c [__sh__]: Remove any special-casing.
|
||||||
|
* gdb.base/annota3.c: Likewise.
|
||||||
|
* gdb.base/sigall.c: Likewise.
|
||||||
|
* gdb.base/signals.c: Likewise.
|
||||||
|
* gdb.reverse/sigall-reverse.c: Likewise.
|
||||||
|
|
||||||
2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
|
2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
* gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
|
* gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#ifdef __sh__
|
|
||||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef PROTOTYPES
|
#ifdef PROTOTYPES
|
||||||
void
|
void
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#ifdef __sh__
|
|
||||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef PROTOTYPES
|
#ifdef PROTOTYPES
|
||||||
void
|
void
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef __sh__
|
|
||||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Signal handlers, we set breakpoints in them to make sure that the
|
/* Signal handlers, we set breakpoints in them to make sure that the
|
||||||
signals really get delivered. */
|
signals really get delivered. */
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef __sh__
|
|
||||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
|
||||||
#define alarm(a) /* Ditto for alarm() */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static int count = 0;
|
static int count = 0;
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef __sh__
|
|
||||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Signal handlers, we set breakpoints in them to make sure that the
|
/* Signal handlers, we set breakpoints in them to make sure that the
|
||||||
signals really get delivered. */
|
signals really get delivered. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue