diff options
author | Geoffrey Noer <noer@cygnus> | 1998-11-13 08:16:08 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-11-13 08:16:08 +0000 |
commit | d836385e11733f46b1a0b6e7c142e7317488ff36 (patch) | |
tree | 71a8ae722497db31a5864033835d6283232bd1bd /gdb/config | |
parent | 7c1c728ee2fe1b65446a9210b3040cba54899c5d (diff) | |
download | gdb-d836385e11733f46b1a0b6e7c142e7317488ff36.zip gdb-d836385e11733f46b1a0b6e7c142e7317488ff36.tar.gz gdb-d836385e11733f46b1a0b6e7c142e7317488ff36.tar.bz2 |
Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>
Changes to account for name change from cygwin32 to cygwin and
clean up Win32-related ifdefs.
* configure.tgt: check for cygwin* instead of cygwin32.
New cygwin gdb_target variable loses the "32".
* configure.host: check for cygwin* instead of cygwin32.
New cygwin gdb_host variable loses the "32".
* configure.in: test __CYGWIN__ instead of __CYGWIN32__,
rename gdb_cv_os_cygwin32 variable to drop the "32". Call
AM_EXEEXT instead of AC_EXEEXT since that isn't in a released
autoconf yet.
* configure: regenerate.
* main.c: drop "32" from cygwin_ funcs, include sys/cygwin.h
where
cygwin path conv protos live, instead of adding a proto here
for
them here.
* {main.c, ser-tcp.c, ser-unix.c, top.c}: check __CYGWIN__
instead of __CYGWIN32__.
* source.c: thoughout, check _WIN32 instead of WIN32.
* config/i386/cygwin32.mh: delete.
* config/i386/cygwin.mh: new file, was cygwin32.mh.
* config/i386/cygwin32.mt: delete.
* config/i386/cygwin.mt: new file, was cygwin32.mt.
* config/i386/tm-cygwin32.h: delete.
* config/i386/tm-cygwin.h: new file, was tm-cygwin32.h.
* config/i386/xm-cygwin32.h: delete.
* config/i386/xm-cygwin.h: new file, was xm-cygwin32.h.
* config/i386/xm-windows.h: #include xm-cygwin.h now.
* config/powerpc/cygwin32.mh: delete.
* config/powerpc/cygwin.mh: new file, was cygwin32.mh.
* config/powerpc/cygwin32.mt: delete.
* config/powerpc/cygwin.mt: new file, was cygwin32.mt.
* config/powerpc/tm-cygwin32.h: delete.
* config/powerpc/tm-cygwin.h: new file, was tm-cygwin32.h.
* config/powerpc/xm-cygwin32.h: delete.
* config/powerpc/xm-cygwin.h: new file, was xm-cygwin32.h.
* rdi-share/aclocal.m4: regenerate with aclocal.
* rdi-share/configure: regenerate with autoconf.
* rdi-share/{host.h, hostchan.c, hostchan.h, serdrv.c,
* serpardr.c,
unixcomm.c}: check __CYGWIN__ instead of __CYGWIN32__.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/cygwin.mt (renamed from gdb/config/i386/cygwin32.mt) | 2 | ||||
-rw-r--r-- | gdb/config/i386/cygwin32.mh | 8 | ||||
-rw-r--r-- | gdb/config/i386/tm-cygwin.h (renamed from gdb/config/i386/tm-cygwin32.h) | 0 | ||||
-rw-r--r-- | gdb/config/i386/xm-cygwin.h (renamed from gdb/config/i386/xm-cygwin32.h) | 0 | ||||
-rw-r--r-- | gdb/config/i386/xm-windows.h | 4 | ||||
-rw-r--r-- | gdb/config/powerpc/cygwin.mh (renamed from gdb/config/powerpc/cygwin32.mh) | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/cygwin.mt (renamed from gdb/config/powerpc/cygwin32.mt) | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/tm-cygwin.h (renamed from gdb/config/powerpc/tm-cygwin32.h) | 0 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-cygwin.h (renamed from gdb/config/powerpc/xm-cygwin32.h) | 0 |
9 files changed, 5 insertions, 13 deletions
diff --git a/gdb/config/i386/cygwin32.mt b/gdb/config/i386/cygwin.mt index 22b4547..4dfc0c2 100644 --- a/gdb/config/i386/cygwin32.mt +++ b/gdb/config/i386/cygwin.mt @@ -1,6 +1,6 @@ # Target: Intel 386 run win32 TDEPFILES= i386-tdep.o i387-tdep.o -TM_FILE= tm-cygwin32.h +TM_FILE= tm-cygwin.h diff --git a/gdb/config/i386/cygwin32.mh b/gdb/config/i386/cygwin32.mh deleted file mode 100644 index f3ac44d..0000000 --- a/gdb/config/i386/cygwin32.mh +++ /dev/null @@ -1,8 +0,0 @@ -MH_CFLAGS= -XM_FILE=xm-cygwin32.h -XDEPFILES=ser-tcp.o -TERMCAP= -NATDEPFILES= win32-nat.o -NAT_FILE=../nm-empty.h -XM_CLIBS= - diff --git a/gdb/config/i386/tm-cygwin32.h b/gdb/config/i386/tm-cygwin.h index b1ad894..b1ad894 100644 --- a/gdb/config/i386/tm-cygwin32.h +++ b/gdb/config/i386/tm-cygwin.h diff --git a/gdb/config/i386/xm-cygwin32.h b/gdb/config/i386/xm-cygwin.h index 4482780..4482780 100644 --- a/gdb/config/i386/xm-cygwin32.h +++ b/gdb/config/i386/xm-cygwin.h diff --git a/gdb/config/i386/xm-windows.h b/gdb/config/i386/xm-windows.h index 96fd854..e083010 100644 --- a/gdb/config/i386/xm-windows.h +++ b/gdb/config/i386/xm-windows.h @@ -1,5 +1,5 @@ /* Definitions for hosting on WIN32, built with Microsoft Visual C/C++, for GDB. - Copyright 1996 Free Software Foundation, Inc. + Copyright 1996, 1998 Free Software Foundation, Inc. This file is part of GDB. @@ -17,7 +17,7 @@ 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. */ -#include "i386/xm-cygwin32.h" +#include "i386/xm-cygwin.h" #undef PRINTF_HAS_LONG_LONG #undef HAVE_UNISTD_H diff --git a/gdb/config/powerpc/cygwin32.mh b/gdb/config/powerpc/cygwin.mh index 6896a1f..9cc5ddf 100644 --- a/gdb/config/powerpc/cygwin32.mh +++ b/gdb/config/powerpc/cygwin.mh @@ -1,5 +1,5 @@ MH_CFLAGS= -XM_FILE=xm-cygwin32.h +XM_FILE=xm-cygwin.h XDEP_FILES=ser-tcp.o TERMCAP= NATDEPFILES=win32-nat.o diff --git a/gdb/config/powerpc/cygwin32.mt b/gdb/config/powerpc/cygwin.mt index 30783c9..b86b2af 100644 --- a/gdb/config/powerpc/cygwin32.mt +++ b/gdb/config/powerpc/cygwin.mt @@ -1,6 +1,6 @@ # Target: Powerpc running cygnus's unix api over win32 TDEPFILES= rs6000-tdep.o -TM_FILE= tm-cygwin32.h +TM_FILE= tm-cygwin.h diff --git a/gdb/config/powerpc/tm-cygwin32.h b/gdb/config/powerpc/tm-cygwin.h index 27ae24a..27ae24a 100644 --- a/gdb/config/powerpc/tm-cygwin32.h +++ b/gdb/config/powerpc/tm-cygwin.h diff --git a/gdb/config/powerpc/xm-cygwin32.h b/gdb/config/powerpc/xm-cygwin.h index c20bc13..c20bc13 100644 --- a/gdb/config/powerpc/xm-cygwin32.h +++ b/gdb/config/powerpc/xm-cygwin.h |