From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17887 invoked by alias); 20 Mar 2009 17:18:17 -0000 Received: (qmail 17879 invoked by uid 22791); 20 Mar 2009 17:18:14 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_93 X-Spam-Check-By: sourceware.org Received: from eu1sys200aog119.obsmtp.com (HELO eu1sys200aog119.obsmtp.com) (207.126.144.147) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Mar 2009 17:18:08 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob119.postini.com ([207.126.147.11]) with SMTP ID DSNKScPPyjApz3nmtTumtGTuBIbH3/OvmnWO@postini.com; Fri, 20 Mar 2009 17:18:07 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A1B4ADA66; Fri, 20 Mar 2009 17:17:03 +0000 (GMT) Received: from mail2.gnb.st.com (mail2.gnb.st.com [164.129.119.59]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2E7444C8D2; Fri, 20 Mar 2009 17:18:02 +0000 (GMT) Received: from [164.129.122.46] (gnx2504.gnb.st.com [164.129.122.46]) by mail2.gnb.st.com (MOS 3.8.7a) with ESMTP id DAZ68980 (AUTH lyon); Fri, 20 Mar 2009 18:18:59 +0100 (CET) Message-ID: <49C3CFC9.9000209@st.com> Date: Fri, 20 Mar 2009 17:18:00 -0000 From: Christophe LYON User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: "Joseph S. Myers" Cc: gdb@sourceware.org Subject: Re: Decimal128, printcmds.exp, dfp-exprs.exp References: <49C3B17C.9030200@st.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00132.txt.bz2 On 20.03.2009 16:35, Joseph S. Myers wrote: > On Fri, 20 Mar 2009, Christophe LYON wrote: > >> Hi all, >> >> On one of our internal targets, I observe some failures in the GDB testsuite >> in printcmds.exp and dfp-exprs.exp tests. >> The failures in printcmds.exp occur only when the target is configured as >> big-endian, while endianness has no influence on the failure in dfp-exprs.exp. > > Are you sure you are using current GDB sources? I fixed such failures > with: > No, I am based on GDB-6.8. Thanks for the hint. I have applied your patch and my problem has disappeared. Thanks and sorry for the noise. Christophe.