From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17181 invoked by alias); 16 Mar 2013 02:30:39 -0000 Received: (qmail 17172 invoked by uid 22791); 16 Mar 2013 02:30:38 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Mar 2013 02:30:34 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UGgtE-0000SC-IL from Yao_Qi@mentor.com ; Fri, 15 Mar 2013 19:30:32 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 15 Mar 2013 19:30:32 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Fri, 15 Mar 2013 19:30:31 -0700 Message-ID: <5143D909.8040101@codesourcery.com> Date: Sat, 16 Mar 2013 04:22:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Joel Brobecker CC: Tom Tromey , Subject: Re: [PATCH 2/5] Save trace into CTF format References: <1361931459-3953-1-git-send-email-yao@codesourcery.com> <1361931459-3953-3-git-send-email-yao@codesourcery.com> <512F38CE.5030802@codesourcery.com> <87621avsam.fsf@fleche.redhat.com> <51332381.6010101@codesourcery.com> <20130315234448.GA13624@adacore.com> In-Reply-To: <20130315234448.GA13624@adacore.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit 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: 2013-03/txt/msg00696.txt.bz2 On 03/16/2013 07:44 AM, Joel Brobecker wrote: > This is causing a build failure on ppc-aix, for instance, due to: > > /[...]ctf.c:223:28: error: 'BYTE_ORDER' undeclared (first use in this function) > /[...]ctf.c:223:28: note: each undeclared identifier is reported only once for each function it appears in > /[...]ctf.c:223:42: error: 'LITTLE_ENDIAN' undeclared (first use in this function) > The build failure was reported by Pierre, and I post a patch to fix it http://sourceware.org/ml/gdb-patches/2013-03/msg00667.html > What also worries me is that I don't seem to see approval for commit > for this patch. I know both of you are very careful, so perhaps in > a separate message not linked to this sub-thread? Oh, we started a new thread, and patches are approved there. [PATCH v3 00/15] CTF Support http://sourceware.org/ml/gdb-patches/2013-03/msg00394.html -- Yao (齐尧)