diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-wince.h | 31 | ||||
-rw-r--r-- | gdb/config/mips/wince.mt | 5 | ||||
-rw-r--r-- | gdb/config/sh/tm-wince.h | 31 | ||||
-rw-r--r-- | gdb/config/sh/wince.mt | 5 |
4 files changed, 0 insertions, 72 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 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 |