From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25173 invoked by alias); 24 Jan 2013 03:19:58 -0000 Received: (qmail 25162 invoked by uid 22791); 24 Jan 2013 03:19:56 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jan 2013 03:19:51 +0000 Received: from /spool/local by e24smtp04.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 24 Jan 2013 01:19:49 -0200 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp04.br.ibm.com (10.172.0.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 24 Jan 2013 01:19:47 -0200 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id 7649E3520054 for ; Wed, 23 Jan 2013 22:19:46 -0500 (EST) Received: from d24av05.br.ibm.com (d24av05.br.ibm.com [9.18.232.44]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0O3IN5L2236570 for ; Thu, 24 Jan 2013 01:18:23 -0200 Received: from d24av05.br.ibm.com (loopback [127.0.0.1]) by d24av05.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0O3JjGI001067 for ; Thu, 24 Jan 2013 01:19:46 -0200 Received: from [9.78.138.129] ([9.78.138.129]) by d24av05.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r0O3JjNm001053 for ; Thu, 24 Jan 2013 01:19:45 -0200 Message-ID: <1358997585.28026.56.camel@localhost.localdomain> Subject: Re: [PATCH] Fix handling of #include files during prologue skipping From: Tiago =?ISO-8859-1?Q?St=FCrmer?= Daitx To: gdb-patches@sourceware.org Date: Thu, 24 Jan 2013 03:19:00 -0000 In-Reply-To: <5100858F.1020809@codesourcery.com> References: <51004922.0VYgHGakDPQGcTqV%tdaitx@linux.vnet.ibm.com> <5100858F.1020809@codesourcery.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13012403-8936-0000-0000-000009262126 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-01/txt/msg00582.txt.bz2 I didn't include one since the header files in gdb.base that I looked at the time didn't have it. I checked it again and noticed that from all 11 headers files in there only 1 has a copyright in it (gdb.base/included.h). If a copyright is actually needed I will be happy to include one, so please let me know your answer. Cheers -- Tiago Stürmer Daitx tdaitx@linux.vnet.ibm.com IBM - Linux Technology Center On Thu, 2013-01-24 at 08:51 +0800, Yao Qi wrote: > On 01/24/2013 04:33 AM, Tiago Stürmer Daitx wrote: > > diff --git a/gdb/testsuite/gdb.base/prologue-include.h b/gdb/testsuite/gdb.base/prologue-include.h > > new file mode 100644 > > index 0000000..34b920c > > --- /dev/null > > +++ b/gdb/testsuite/gdb.base/prologue-include.h > > @@ -0,0 +1,2 @@ > > + i = 2; > > + j = 2; > > A copyright header is needed. >