diff options
author | Pedro Alves <palves@redhat.com> | 2007-03-30 22:50:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-03-30 22:50:33 +0000 |
commit | ad527d2e20f167064a998e8f88051cbcdc401e4d (patch) | |
tree | 30c260ea15e087a215dce12de9cc83035a1676a1 /gdb/ChangeLog | |
parent | ed50f18f1854624ebbd68f3424e2101f86885e09 (diff) | |
download | fsf-binutils-gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.zip fsf-binutils-gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.tar.gz fsf-binutils-gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f24ce1..3d62366 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,30 @@ +2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt> + + * 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. + 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com> * MAINTAINERS: Remove d10v entry. |