mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* sparcl-tdep.c: fix #endif comments
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
|
||||
|
||||
* sparcl-tdep.c: fix #endif comments
|
||||
|
||||
Thu Mar 5 15:10:35 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
||||
|
||||
* Makefile.in (BISON): Configure substitutes in @YACC@, not @BISON@.
|
||||
|
@ -392,7 +392,7 @@ send_udp_buf (fd, buf, len)
|
||||
|
||||
error ("Short count in send: tried %d, sent %d\n", len, cc);
|
||||
}
|
||||
#endif /* __GO32__ */
|
||||
#endif /* HAVE_SOCKETS */
|
||||
|
||||
static void
|
||||
sparclite_open (name, from_tty)
|
||||
@ -500,7 +500,7 @@ or: target sparclite udp host");
|
||||
error ("SPARClite appears to be ill.");
|
||||
#else
|
||||
error ("UDP downloading is not supported for DOS hosts.");
|
||||
#endif /* __GO32__ */
|
||||
#endif /* HAVE_SOCKETS */
|
||||
}
|
||||
|
||||
printf_unfiltered ("[SPARClite appears to be alive]\n");
|
||||
@ -812,7 +812,7 @@ sparclite_udp_write (from_bfd, from_sec, from_addr, to_addr, len)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* __GO32__ */
|
||||
#endif /* HAVE_SOCKETS */
|
||||
|
||||
static void
|
||||
sparclite_download (filename, from_tty)
|
||||
|
Reference in New Issue
Block a user