gas: Generate a new section for SHF_GNU_RETAIN
[binutils-gdb.git] / gdbserver / win32-low.h
index d4ad5d83d29185458828861132edc7d82e57ba3d..8c113f86c77226df17233a624ce0a3895b1b1206 100644 (file)
@@ -30,8 +30,6 @@ extern const struct target_desc *win32_tdesc;
 #ifdef __x86_64__
 extern const struct target_desc *wow64_win32_tdesc;
 
-extern bool wow64_process;
-
 typedef BOOL (WINAPI *winapi_Wow64GetThreadContext) (HANDLE, PWOW64_CONTEXT);
 extern winapi_Wow64GetThreadContext win32_Wow64GetThreadContext;
 #endif