Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] And update Linux/s390 too
@ 2001-10-14 14:04 Mark Kettenis
  0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-10-14 14:04 UTC (permalink / raw)
  To: gdb-patches

Oops.  Even though Andrew mentioned the s390 port, I managed to forget
about it.  Checked in now.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/s390/nm-linux.h: Don't include <signal.h>.
	(lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
	GET_THREAD_SIGNAL): Remove.

Index: config/s390/nm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/s390/nm-linux.h,v
retrieving revision 1.2
diff -u -p -r1.2 nm-linux.h
--- config/s390/nm-linux.h 2001/10/13 22:13:35 1.2
+++ config/s390/nm-linux.h 2001/10/14 21:00:57
@@ -75,16 +75,6 @@ extern int s390_remove_watchpoint (int p
 	 ((type) == bp_read_watchpoint) || \
          ((type) == bp_access_watchpoint))
 
-#undef PREPARE_TO_PROCEED
-
-extern void lin_lwp_attach_lwp (ptid_t ptid, int verbose);
-#define ATTACH_LWP(ptid, verbose) lin_lwp_attach_lwp ((ptid), (verbose))
-
-
-#include <signal.h>
-
-extern void lin_thread_get_thread_signals (sigset_t * mask);
-#define GET_THREAD_SIGNALS(mask) lin_thread_get_thread_signals (mask)
 
 /* Needed for s390x */
 #define PTRACE_ARG3_TYPE long


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-14 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-14 14:04 [PATCH] And update Linux/s390 too Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox