From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20275 invoked by alias); 14 Feb 2011 12:25:14 -0000 Received: (qmail 20254 invoked by uid 22791); 14 Feb 2011 12:25:12 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Feb 2011 12:25:07 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PoxUH-0004R1-BI for gdb-patches@sources.redhat.com; Mon, 14 Feb 2011 13:25:05 +0100 Received: from 187.39.153.138 ([187.39.153.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2011 13:25:05 +0100 Received: from lgustavo by 187.39.153.138 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2011 13:25:05 +0100 To: gdb-patches@sources.redhat.com From: Luis Machado Subject: Re: [rfc] Implement support for IBM XL C for OpenCL vector ABI Date: Mon, 14 Feb 2011 12:59:00 -0000 Message-ID: <4D591AE3.5040005@codesourcery.com> References: <201102081330.p18DUguP011038@d06av02.portsmouth.uk.ibm.com> Reply-To: lgustavo@codesourcery.com Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: Tom Tromey , gdb-patches@sourceware.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 In-Reply-To: <201102081330.p18DUguP011038@d06av02.portsmouth.uk.ibm.com> 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: 2011-02/txt/msg00272.txt.bz2 On 02/08/2011 11:30 AM, Ulrich Weigand wrote: > Tom Tromey: >>>>>>> "Ulrich" == Ulrich Weigand writes: >> >> Ulrich> The version below implements your suggestion. Does this look >> Ulrich> good to you? >> >> Yes, thanks. > > OK, I've checked this in now. > > Thanks, > Ulrich > Hi Ulrich, Did you forget the "gdbtypes.h" hunk? HEAD seems to be broken due to the missing DW_CC_GDB_IBM_OpenCL #define. ../../HEAD-sandbox/gdb/dwarf2read.c: In function ‘read_subroutine_type’: ../../HEAD-sandbox/gdb/dwarf2read.c:7961: error: ‘DW_CC_GDB_IBM_OpenCL’ undeclared (first use in this function) Regards, Luis From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14155 invoked by alias); 14 Feb 2011 12:07:01 -0000 Received: (qmail 14146 invoked by uid 22791); 14 Feb 2011 12:07:00 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,SPF_FAIL 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; Mon, 14 Feb 2011 12:06:55 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1PoxCf-0000mY-JM from lgustavo@codesourcery.com ; Mon, 14 Feb 2011 04:06:53 -0800 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 14 Feb 2011 04:06:52 -0800 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Feb 2011 04:06:52 -0800 Message-ID: <4D591AE3.5040005@codesourcery.com> Date: Mon, 14 Feb 2011 12:07:00 -0000 From: Luis Machado Reply-To: lgustavo@codesourcery.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: gmane.comp.gdb.patches To: Ulrich Weigand CC: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [rfc] Implement support for IBM XL C for OpenCL vector ABI References: <201102081330.p18DUguP011038@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201102081330.p18DUguP011038@d06av02.portsmouth.uk.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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: 2011-02/txt/msg00271.txt.bz2 Message-ID: <20110214120700.zIWDBUsyd1PZQ6EcEoYZ_xIjHYTfRK_kos6-2-c3S3E@z> On 02/08/2011 11:30 AM, Ulrich Weigand wrote: > Tom Tromey: >>>>>>> "Ulrich" == Ulrich Weigand writes: >> >> Ulrich> The version below implements your suggestion. Does this look >> Ulrich> good to you? >> >> Yes, thanks. > > OK, I've checked this in now. > > Thanks, > Ulrich > Hi Ulrich, Did you forget the "gdbtypes.h" hunk? HEAD seems to be broken due to the missing DW_CC_GDB_IBM_OpenCL #define. ../../HEAD-sandbox/gdb/dwarf2read.c: In function ‘read_subroutine_type’: ../../HEAD-sandbox/gdb/dwarf2read.c:7961: error: ‘DW_CC_GDB_IBM_OpenCL’ undeclared (first use in this function) Regards, Luis