aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/nm-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mips/nm-linux.h')
-rw-r--r--gdb/config/mips/nm-linux.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/config/mips/nm-linux.h b/gdb/config/mips/nm-linux.h
index 27fb1b1..16b241d 100644
--- a/gdb/config/mips/nm-linux.h
+++ b/gdb/config/mips/nm-linux.h
@@ -47,20 +47,4 @@ int mips_linux_cannot_store_register (int regno);
#define CANNOT_FETCH_REGISTER(regno) mips_linux_cannot_fetch_register (regno)
#define CANNOT_STORE_REGISTER(regno) mips_linux_cannot_store_register (regno)
-/* FIXME: This should be moved to ../nm-linux.h once we have converted all
- Linux targets to use the new threads stuff (without the #undef of
- course). */
-
-extern int lin_lwp_prepare_to_proceed (void);
-#undef PREPARE_TO_PROCEED
-#define PREPARE_TO_PROCEED(select_it) lin_lwp_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)
-
#endif /* NM_MIPSLINUX_H */