* arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
* config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and solib-svr4.o, and add solib-target.o
This commit is contained in:
parent
1c5265b57d
commit
5720483760
@ -1,3 +1,9 @@
|
||||
2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call.
|
||||
* config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and
|
||||
solib-svr4.o, and add solib-target.o
|
||||
|
||||
2007-07-27 Michael Snyder <msnyder@access-company.com>
|
||||
|
||||
* tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof.
|
||||
|
@ -55,9 +55,6 @@ arm_wince_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
/* On ARM WinCE char defaults to signed. */
|
||||
set_gdbarch_char_signed (gdbarch, 1);
|
||||
|
||||
set_solib_svr4_fetch_link_map_offsets
|
||||
(gdbarch, svr4_ilp32_fetch_link_map_offsets);
|
||||
|
||||
/* Shared library handling. */
|
||||
set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Target: ARM based machine running Windows CE (win32)
|
||||
DEPRECATED_TM_FILE= tm-arm.h
|
||||
TDEPFILES= arm-tdep.o arm-wince-tdep.o corelow.o \
|
||||
solib.o solib-legacy.o solib-svr4.o
|
||||
solib.o solib-target.o
|
||||
|
Loading…
Reference in New Issue
Block a user