aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-10-26 13:30:57 -0700
committerDoug Evans <dje@google.com>2015-10-26 13:30:57 -0700
commit682b25469e66ea45b214e95962671373983c118f (patch)
treed3aeabb0ebc9343aa212a735df8069ec017f7160 /gdb/gdbserver
parent963843d4d07aef6caa296dacf191f8adc9518596 (diff)
downloadgdb-682b25469e66ea45b214e95962671373983c118f.zip
gdb-682b25469e66ea45b214e95962671373983c118f.tar.gz
gdb-682b25469e66ea45b214e95962671373983c118f.tar.bz2
Move __SIGRTMIN.
gdb/ChangeLog: * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c. gdb/gdbserver/ChangeLog: * linux-low.c (__SIGRTMIN): Move to nat/linux-nat.h.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/linux-low.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 99973bf..1b9e0c4 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,9 @@
2015-10-26 Doug Evans <dje@google.com>
+ * linux-low.c (__SIGRTMIN): Move to nat/linux-nat.h.
+
+2015-10-26 Doug Evans <dje@google.com>
+
* linux-low.c (W_STOPCODE): Moved to common/gdb_wait.h.
2015-10-26 Doug Evans <dje@google.com>
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c
index 7ed67c7..e778c4c 100644
--- a/gdb/gdbserver/linux-low.c
+++ b/gdb/gdbserver/linux-low.c
@@ -70,12 +70,6 @@
#define O_LARGEFILE 0
#endif
-/* This is the kernel's hard limit. Not to be confused with
- SIGRTMIN. */
-#ifndef __SIGRTMIN
-#define __SIGRTMIN 32
-#endif
-
/* Some targets did not define these ptrace constants from the start,
so gdbserver defines them locally here. In the future, these may
be removed after they are added to asm/ptrace.h. */