From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28551 invoked by alias); 30 Jul 2008 18:34:29 -0000 Received: (qmail 28535 invoked by uid 22791); 30 Jul 2008 18:34:29 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jul 2008 18:34:10 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.238]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K4U004ZK0X2DK00@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Wed, 30 Jul 2008 21:34:15 +0300 (IDT) Date: Wed, 30 Jul 2008 18:34:00 -0000 From: Eli Zaretskii Subject: Re: minor doc fix In-reply-to: X-012-Sender: halo1@inter.net.il To: Bart Veer Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00569.txt.bz2 > Date: Wed, 30 Jul 2008 19:17:02 +0100 > From: Bart Veer > CC: gdb-patches@sourceware.org > > The text is not talking about host-side or target-side data > structures. It is describing a protocol, what gets transferred between > host and target for a gettimeofday request, which happens to be 12 > bytes and not 8. Sorry, you lost me. Perhaps I'm confused, but `long' takes 8 bytes only on 64-bit Unix machines. Otherwise it's 4 bytes. What am I missing?