mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
2005-04-29 Paul Brook <paul@codesourcery.com>
* gdb/remote-sim.c (SIGTRAP): Provide default defnition. * gdb/signals/signals.c (SIGRAP): Ditto.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-04-29 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb/remote-sim.c (SIGTRAP): Provide default defnition.
|
||||||
|
* gdb/signals/signals.c (SIGRAP): Ditto.
|
||||||
|
|
||||||
2005-04-25 Paul Brook <paul@codesourcery.com>
|
2005-04-25 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* gdb/configure.tgt: Don't build rdi-share library.
|
* gdb/configure.tgt: Don't build rdi-share library.
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
#include "sim-regno.h"
|
#include "sim-regno.h"
|
||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
|
|
||||||
|
#ifndef SIGTRAP
|
||||||
|
#define SIGTRAP 5
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Prototypes */
|
/* Prototypes */
|
||||||
|
|
||||||
extern void _initialize_remote_sim (void);
|
extern void _initialize_remote_sim (void);
|
||||||
|
|||||||
@@ -30,6 +30,10 @@
|
|||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
|
#ifndef SIGTRAP
|
||||||
|
#define SIGTRAP 5
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Always use __SIGRTMIN if it's available. SIGRTMIN is the lowest
|
/* Always use __SIGRTMIN if it's available. SIGRTMIN is the lowest
|
||||||
_available_ realtime signal, not the lowest supported; glibc takes
|
_available_ realtime signal, not the lowest supported; glibc takes
|
||||||
several for its own use. */
|
several for its own use. */
|
||||||
|
|||||||
Reference in New Issue
Block a user