old-cross-binutils/gdb/rdi-share
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
aclocal.m4 Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
adp.h
adperr.h
angel.h
ardi.c
ardi.h
armdbg.h
buffers.h
bytesex.c
bytesex.h
chandefs.h
channels.h
chanpriv.h
configure Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
configure.in
crc.c
crc.h
dbg_conf.h
dbg_cp.h
dbg_hif.h
dbg_rdi.h
devclnt.h
devices.h
devsw.c Merge with armelf980813: 1998-09-25 19:04:46 +00:00
devsw.h
drivers.c
drivers.h
endian.h
etherdrv.c
ethernet.h
host.h Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
hostchan.c Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
hostchan.h Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
hsys.c
hsys.h
logging.c
logging.h
Makefile.am 1998-08-20 Jason Molenda (jsm@bugshack.cygnus.com) 1998-08-20 20:11:18 +00:00
Makefile.in 1998-08-20 Jason Molenda (jsm@bugshack.cygnus.com) 1998-08-20 20:11:18 +00:00
msgbuild.c
msgbuild.h
params.c
params.h
README.CYGNUS
rx.c
rxtx.h
serdrv.c Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
serpardr.c Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
sys.h
tx.c
unixcomm.c Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com> 1998-11-13 08:16:08 +00:00
unixcomm.h

This is a version of ARM's RDI library which has been been put under a
free software license.

See ARM's Software Development Tools Reference Manual (Remote
Debugging chapter), and the file gdb/remote-rdi.c for information
about how to use it.