OSDN Git Service

gdb/
authorPedro Alves <pedro@codesourcery.com>
Fri, 30 Mar 2007 22:50:33 +0000 (22:50 +0000)
committerPedro Alves <pedro@codesourcery.com>
Fri, 30 Mar 2007 22:50:33 +0000 (22:50 +0000)
commiteae6a31e21ec80a0235662e09f4edf3a8ceaf6b4
tree4b5a75ce9ba61ba30ab4049483f852aa4686d26e
parentc53c7c3ca17755e4057553b126899aa7bffd2443
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]