From 29f9ebfa6bd44a7000a0a7503a0bdd95e1a44346 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 1 Oct 2013 13:21:17 +0000 Subject: gdb/ * arm-wince-tdep.c: Remove inclusion of "solib.h" and "solib-target.h". Include "windows-tdep.h". (arm_wince_init_abi): Call windows_init_abi. Remove call to set_solib_ops and set_gdbarch_has_dos_based_file_system. * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append windows-tdep.o to gdb_target_obs. --- gdb/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure.tgt') diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 95c7217..ea0faf1 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -83,7 +83,7 @@ am33_2.0*-*-linux*) arm*-wince-pe | arm*-*-mingw32ce*) # Target: ARM based machine running Windows CE (win32) - gdb_target_obs="arm-tdep.o arm-wince-tdep.o" + gdb_target_obs="arm-tdep.o arm-wince-tdep.o windows-tdep.o" build_gdbserver=yes ;; arm*-*-linux*) -- cgit v1.1