From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11969 invoked by alias); 23 Oct 2009 23:42:51 -0000 Received: (qmail 11960 invoked by uid 22791); 23 Oct 2009 23:42:50 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 23:42:47 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id BB8A413011; Fri, 23 Oct 2009 16:42:43 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id AF7E4CD96A; Fri, 23 Oct 2009 16:42:43 -0700 (PDT) Message-ID: <4AE23DD6.6080303@vmware.com> Date: Fri, 23 Oct 2009 23:42:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" , Pierre Muller Subject: Re: New ARI regression Fri Oct 23 01:57:01 UTC 2009 References: <20091023015701.GA26378@sourceware.org> <200910231949.35405.pedro@codesourcery.com> <4AE22E96.5010309@vmware.com> <200910232358.32264.pedro@codesourcery.com> In-Reply-To: <200910232358.32264.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-10/txt/msg00606.txt.bz2 Pedro Alves wrote: >> 2009-10-23 Michael Snyder >> >> * record.c (top level): Don't include byteswap.h. >> (netorder64): Use store_unsigned_integer instead of bswap_64. >> (netorder32): Use store_unsigned_integer instead of bswap_32. >> (netorder16): Use store_unsigned_integer instead of bswap_16. > > Ok. Thanks. > Good -- committed. Thanks for all the help.