summaryrefslogtreecommitdiff
path: root/gdb/rdi-share/etherdrv.c
Commit message (Collapse)AuthorAgeFilesLines
* Thu Apr 16 13:13:24 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1998-04-161-0/+5
| | | | | * rdi-share/etherdrv.c (EthernetWrite): Use strerror to get error string if in an ANSI C-ish environment.
* Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1998-03-311-3/+3
| | | | | | | | | | | | | | | * rdi-share/Makefile.am, rdi-share/aclocal.m4, rdi-share/configure: New files. * rdi-share/configure.in: Rewritten to be an autoconf input file. * rdi-share/Makefile.in, rdi-share/configure: Generated by automake/autoconf. * rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests to check environment. automake/autoconfiscate rdi-share. We don't use the checks that autoconf provides too much for now, but it'll be easier to use them if any problems crop up in the future. (rdi-share/ is foreign code and it probably isn't worth spending any more time than necessary messing with it.)
* Change type of sys_errlist[] to match definition in /usr/include/errno.hNick Clifton1998-03-181-7/+3
|
* Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1998-03-031-0/+4
| | | | * rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux.
* Applied patches from Tony.Thompson@arm.com to implement the Angel remoteNick Clifton1998-01-081-0/+725
debugging interface and resurrected associated RDI files.