mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-01 08:54:44 +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:
@ -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. */
|
||||||
|
Reference in New Issue
Block a user