binutils-gdb/gdb/config/powerpc
Geoffrey Noer d836385e11 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__.
1998-11-13 08:16:08 +00:00
..
.Sanitize * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*, 1998-01-24 01:34:00 +00:00
cygwin.mh Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
cygwin.mt Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
gdbserve.mt * config/powerpc/gdbserve.mt (TDEPFILES): Removed fake_aio.o 1994-11-16 19:11:53 +00:00
macos.mh * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
macos.mt * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
nm-aix.h * configure.in (powerpc-*-aix*): Recognize as a new gdb host 1995-08-09 18:53:41 +00:00
nm-macos.h * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
nm-solaris.h Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
ppc-eabi.mt * dink32-rom.c: New file, support for DINK32 monitor. 1997-08-12 02:34:14 +00:00
ppc-nw.mt * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o. 1995-01-17 04:53:00 +00:00
ppc-sim.mt * dink32-rom.c: New file, support for DINK32 monitor. 1997-08-12 02:34:14 +00:00
ppcle-eabi.mt Thu Aug 21 16:18:08 1997 Geoffrey Noer <noer@cygnus.com> 1997-08-21 23:27:02 +00:00
ppcle-sim.mt Thu Aug 21 16:18:08 1997 Geoffrey Noer <noer@cygnus.com> 1997-08-21 23:27:02 +00:00
solaris.mh Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
solaris.mt Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
tm-cygwin.h Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
tm-macos.h * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
tm-ppc-aix.h * configure.in: Recognize aix4 specially as some aspects 1995-08-12 22:50:04 +00:00
tm-ppc-nw.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-ppc-sim.h Only build PowerPC simulator if target is powerpc*-*-eabisim 1995-08-25 16:05:32 +00:00
tm-ppcle-eabi.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-ppcle-sim.h Only build PowerPC simulator if target is powerpc*-*-eabisim 1995-08-25 16:05:32 +00:00
tm-solaris.h Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
xm-aix.h * configure.in: Add test for "long long" support. 1996-07-28 06:32:48 +00:00
xm-cygwin.h Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
xm-linux.h Add stub support for Linux on PowerPC 1996-07-02 19:09:59 +00:00
xm-mpw.h * config/xm-mpw.h: New file, all-Mac host support. 1995-10-27 05:19:11 +00:00
xm-solaris.h Add missing file for solaris on powerpc 1996-06-06 21:11:52 +00:00