From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] And update Linux/s390 too Date: Sun, 14 Oct 2001 14:04:00 -0000 Message-id: <200110142104.f9EL4Cb06890@delius.kettenis.local> X-SW-Source: 2001-10/msg00207.html Oops. Even though Andrew mentioned the s390 port, I managed to forget about it. Checked in now. Mark Index: ChangeLog from Mark Kettenis * config/s390/nm-linux.h: Don't include . (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 - -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