From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5536 invoked by alias); 21 Oct 2013 12:36:38 -0000 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 Received: (qmail 5523 invoked by uid 89); 21 Oct 2013 12:36:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 21 Oct 2013 12:36:37 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9LCaXbp032725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 Oct 2013 12:36:34 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9LCaWo8023717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Oct 2013 12:36:33 GMT Received: from abhmt110.oracle.com (abhmt110.oracle.com [141.146.116.62]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9LCaWtd023708; Mon, 21 Oct 2013 12:36:32 GMT Received: from termi.oracle.com (/10.175.58.67) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 21 Oct 2013 05:36:32 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] testsuite: endianness in gnu_vector.exp References: <87bo31m9r7.fsf@oracle.com> <87y564kj5i.fsf@fleche.redhat.com> <87txgslvq2.fsf@oracle.com> <87hacskh55.fsf@fleche.redhat.com> Date: Mon, 21 Oct 2013 12:36:00 -0000 In-Reply-To: <87hacskh55.fsf@fleche.redhat.com> (Tom Tromey's message of "Mon, 07 Oct 2013 13:36:22 -0600") Message-ID: <87bo2iyf1y.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00620.txt.bz2 >>>>> "Jose" == Jose E Marchesi writes: Jose> So it looks like the test is now consistent with what gcc does... Thanks, I appreciate your looking. The patch is ok. Committed as posted in http://sourceware.org/ml/gdb-patches/2013-10/msg00188.html