diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-23 03:47:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-23 03:47:44 +0000 |
commit | 66a79c16a65742d14f5991b596541276245d24ba (patch) | |
tree | 3020415912952d19d80126fc42633b27df09abb1 /gdb/config | |
parent | bdccea594ed373625da4789e3f832cc4e7667b14 (diff) | |
download | gdb-66a79c16a65742d14f5991b596541276245d24ba.zip gdb-66a79c16a65742d14f5991b596541276245d24ba.tar.gz gdb-66a79c16a65742d14f5991b596541276245d24ba.tar.bz2 |
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
gdb/
* config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
* config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
* config/i386/tm-cygwin.h: Delete file.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/cygwin.mt | 4 | ||||
-rw-r--r-- | gdb/config/i386/nm-cygwin.h | 6 | ||||
-rw-r--r-- | gdb/config/i386/tm-cygwin.h | 25 |
3 files changed, 5 insertions, 30 deletions
diff --git a/gdb/config/i386/cygwin.mt b/gdb/config/i386/cygwin.mt index 745b13a..555b8bf 100644 --- a/gdb/config/i386/cygwin.mt +++ b/gdb/config/i386/cygwin.mt @@ -1,6 +1,2 @@ # Target: Intel 386 run win32 TDEPFILES= i386-tdep.o i386-cygwin-tdep.o i387-tdep.o -DEPRECATED_TM_FILE= tm-cygwin.h - - - diff --git a/gdb/config/i386/nm-cygwin.h b/gdb/config/i386/nm-cygwin.h index 7eac99b..ed730b8 100644 --- a/gdb/config/i386/nm-cygwin.h +++ b/gdb/config/i386/nm-cygwin.h @@ -1,5 +1,5 @@ /* Native definitions for Intel x86 running CYGWIN. - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 2006 Free Software Foundation, Inc. This file is part of GDB. @@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define ATTACH_NO_WAIT +#define ADD_SHARED_SYMBOL_FILES dll_symbol_command +void dll_symbol_command (char *, int); + #define I386_USE_GENERIC_WATCHPOINTS #include "i386/nm-i386.h" diff --git a/gdb/config/i386/tm-cygwin.h b/gdb/config/i386/tm-cygwin.h deleted file mode 100644 index 48748cd..0000000 --- a/gdb/config/i386/tm-cygwin.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Macro definitions for i386 running under the win32 API Unix. - - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004 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. */ - -#define ATTACH_NO_WAIT -#define ADD_SHARED_SYMBOL_FILES dll_symbol_command -void dll_symbol_command (char *, int); |