diff options
author | Pedro Alves <palves@redhat.com> | 2007-07-31 13:50:11 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-07-31 13:50:11 +0000 |
commit | 572048376050d5b18267947f19d0c2e7cc2fbc9e (patch) | |
tree | 4c07c84ff0e2bf6237ad9f6c798cd342cd5d8f32 /gdb/config/arm | |
parent | 1c5265b57d5dd7a27fefab95045167f560030dc1 (diff) | |
download | gdb-572048376050d5b18267947f19d0c2e7cc2fbc9e.zip gdb-572048376050d5b18267947f19d0c2e7cc2fbc9e.tar.gz gdb-572048376050d5b18267947f19d0c2e7cc2fbc9e.tar.bz2 |
* 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
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/wince.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/arm/wince.mt b/gdb/config/arm/wince.mt index 2e74f02..b5c1cb7 100644 --- a/gdb/config/arm/wince.mt +++ b/gdb/config/arm/wince.mt @@ -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 |