aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2007-03-30 22:50:33 +0000
committerPedro Alves <palves@redhat.com>2007-03-30 22:50:33 +0000
commitad527d2e20f167064a998e8f88051cbcdc401e4d (patch)
tree30c260ea15e087a215dce12de9cc83035a1676a1 /gdb/config/mips
parented50f18f1854624ebbd68f3424e2101f86885e09 (diff)
downloadgdb-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/mips')
-rw-r--r--gdb/config/mips/tm-wince.h31
-rw-r--r--gdb/config/mips/wince.mt5
2 files changed, 0 insertions, 36 deletions
diff --git a/gdb/config/mips/tm-wince.h b/gdb/config/mips/tm-wince.h
deleted file mode 100644
index b7e9248..0000000
--- a/gdb/config/mips/tm-wince.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* Definitions to make GDB run on a Windows CE system.
-
- 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
-#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/mips/wince.mt b/gdb/config/mips/wince.mt
deleted file mode 100644
index 82ec9ff..0000000
--- a/gdb/config/mips/wince.mt
+++ /dev/null
@@ -1,5 +0,0 @@
-# Target: Little-endian MIPS machine such as DECstation.
-TDEPFILES= mips-tdep.o wince.o
-DEPRECATED_TM_FILE= tm-wince.h
-MT_CFLAGS=-DMIPS -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