mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
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
@ -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>
|
||||
|
||||
* gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
|
||||
|
@ -1,10 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef __sh__
|
||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef PROTOTYPES
|
||||
void
|
||||
|
@ -1,10 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef __sh__
|
||||
#define signal(a,b) /* Signals not supported on this target - make them go away */
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef PROTOTYPES
|
||||
void
|
||||
|
@ -1,9 +1,6 @@
|
||||
#include <signal.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
|
||||
signals really get delivered. */
|
||||
|
@ -3,10 +3,6 @@
|
||||
#include <signal.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;
|
||||
|
||||
|
@ -18,9 +18,6 @@
|
||||
#include <signal.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
|
||||
signals really get delivered. */
|
||||
|
Loading…
Reference in New Issue
Block a user