This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] And update Linux/s390 too


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]