Move duplicated Linux x86 code to nat/x86-linux.c
[deliverable/binutils-gdb.git] / gdb / x86-linux-nat.c
index 84021fb9cfd3b55c4438c8f56b881daf9a517507..f8eb236fc86852e8077fd65819321f4113f5cfbd 100644 (file)
@@ -52,22 +52,6 @@ struct arch_lwp_info
 
 /* Does the current host support PTRACE_GETREGSET?  */
 int have_ptrace_getregset = -1;
-
-/* Called prior to resuming a thread.  */
-
-static void
-x86_linux_prepare_to_resume (struct lwp_info *lwp)
-{
-  x86_linux_update_debug_registers (lwp);
-}
-
-/* Called when a new thread is detected.  */
-
-static void
-x86_linux_new_thread (struct lwp_info *lwp)
-{
-  lwp_set_debug_registers_changed (lwp, 1);
-}
 \f
 
 /* linux_nat_new_fork hook.   */
This page took 0.024171 seconds and 4 git commands to generate.