OSDN Git Service

gdb/
authorpalves <palves>
Fri, 30 Mar 2007 22:50:30 +0000 (22:50 +0000)
committerpalves <palves>
Fri, 30 Mar 2007 22:50:30 +0000 (22:50 +0000)
commitc74082b427a1002cb7c72885e2b0f5565d053439
tree6b04a332d9cb312b536a1e2661aad54ca6792719
parente30d3bc0a78c5d053b1c8ea5e2e23b59f6fe9f16
gdb/

* configure.tgt: Move mips*-*-pe and sh*-*-pe to
the obsoletion stanza.
* NEWS: Mention deleted targets.

* config/sh/tm-wince.h: Remove.
* config/sh/wince.mt: Remove.
* config/mips/tm-wince.h: Remove.
* config/mips/wince.mt: Remove.

* wince.c: Remove.
* wince-stub.c: Remove.
* wince-stub.h: Remove.
* Makefile.in (wince.o): Remove rule.
(wince-stub.o): Likewise.

* mips-tdep.c (mips_next_pc): Make static.
* mips-tdep.h (mips_next_pc): Remove declaration.
* arm-tdep.c (arm_pc_is_thumb): Make static.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.
* arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
(arm_pc_is_thumb): Likewise.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.

gdb/doc/

* gdb.texinfo (WinCE): Delete obsolete subsection.
17 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/arm-tdep.c
gdb/arm-tdep.h
gdb/config/mips/tm-wince.h [deleted file]
gdb/config/mips/wince.mt [deleted file]
gdb/config/sh/tm-wince.h [deleted file]
gdb/config/sh/wince.mt [deleted file]
gdb/configure.tgt
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mips-tdep.c
gdb/mips-tdep.h
gdb/wince-stub.c [deleted file]
gdb/wince-stub.h [deleted file]
gdb/wince.c [deleted file]