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/config/sh | |
parent | ed50f18f1854624ebbd68f3424e2101f86885e09 (diff) | |
download | gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.zip gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.tar.gz 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/config/sh')
-rw-r--r-- | gdb/config/sh/tm-wince.h | 31 | ||||
-rw-r--r-- | gdb/config/sh/wince.mt | 5 |
2 files changed, 0 insertions, 36 deletions
diff --git a/gdb/config/sh/tm-wince.h b/gdb/config/sh/tm-wince.h deleted file mode 100644 index 146ae2a..0000000 --- a/gdb/config/sh/tm-wince.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Target-specific definition for Window CE - Copyright 2000, 2007 Free Software Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#ifndef TM_WINCE_H -#define TM_WINCE_H 1 - -#undef SOFTWARE_SINGLE_STEP_P -#define SOFTWARE_SINGLE_STEP_P() 1 - -#undef SOFTWARE_SINGLE_STEP -#define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p) -void wince_software_single_step (unsigned int, int); - -#endif /* TM_WINCE_H */ diff --git a/gdb/config/sh/wince.mt b/gdb/config/sh/wince.mt deleted file mode 100644 index 4187aef..0000000 --- a/gdb/config/sh/wince.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Renesas Super-H running on Windows CE -TDEPFILES= sh-tdep.o wince.o -DEPRECATED_TM_FILE= tm-wince.h -MT_CFLAGS=-DSHx -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"' -TM_CLIBS=-lrapi |