This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [commit] Order parameters "rw", not "wr"
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Cagney <ac131313 at redhat dot com>
- Cc: gdb-patches at sources dot redhat dot com, "J. Johnston" <jjohnstn at redhat dot com>
- Date: Tue, 11 Nov 2003 18:18:17 -0800
- Subject: Re: [commit] Order parameters "rw", not "wr"
- References: <3FB0010D.7040108@redhat.com>
On Mon, Nov 10, 2003 at 04:20:13PM -0500, Andrew Cagney wrote:
> The attached patch re-orders the xfer_partial interface so its
> read/write buffers are ordered read/write (i.e., sanely).
Eh?? The entire standard C library uses write/read. I don't
see what's so unusual or non-canonical about it...
r~