diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-03-28 20:05:39 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-03-28 20:05:39 +0000 |
commit | 2b30a10a3ad608c3d0b18242dd0a95970963d29e (patch) | |
tree | 0b6b18e321d40df5a3918c1c9ccdc84af62b5b5c | |
parent | 44265774193fd15e8a8c54317ef67a7386c17169 (diff) | |
download | newlib-2b30a10a3ad608c3d0b18242dd0a95970963d29e.zip newlib-2b30a10a3ad608c3d0b18242dd0a95970963d29e.tar.gz newlib-2b30a10a3ad608c3d0b18242dd0a95970963d29e.tar.bz2 |
* gdb/ser-tcp.c (net_read_prim): Use recv unconditionally.
(net_write_prim): Use send unconditionally.
* gdb/configure.ac: Do not check for send and recv.
* gdb/configure: Regenerated.
-rw-r--r-- | ChangeLog.csl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 3bc6a8e..8c71032 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,10 @@ +2005-03-28 Mark Mitchell <mark@codesourcery.com> + + * gdb/ser-tcp.c (net_read_prim): Use recv unconditionally. + (net_write_prim): Use send unconditionally. + * gdb/configure.ac: Do not check for send and recv. + * gdb/configure: Regenerated. + 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com> * gdb/remote-rdi.c (arm_rdi_insert_breakpoint): Don't call |