From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7083 invoked by alias); 17 Nov 2014 03:14:57 -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 7070 invoked by uid 89); 17 Nov 2014 03:14:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 17 Nov 2014 03:14:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 995C911651A; Sun, 16 Nov 2014 22:14:53 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6DYIpzGXNTtj; Sun, 16 Nov 2014 22:14:53 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 34257116511; Sun, 16 Nov 2014 22:14:53 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E701340F79; Mon, 17 Nov 2014 07:14:48 +0400 (RET) Date: Mon, 17 Nov 2014 03:14:00 -0000 From: Joel Brobecker To: Doug Evans Cc: Yao Qi , "gdb-patches@sourceware.org" Subject: Re: [PATCH 7/9] Rewrite lookup_static_symbol to use gdbarch routine Message-ID: <20141117031448.GI5774@adacore.com> References: <87y4rfjm9h.fsf@codesourcery.com> <20141116032213.GF5774@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-11/txt/msg00392.txt.bz2 > Hmmm, I see that in gdb the convention is "Copyright (C)" whereas in > the gdb/testsuite the convention is "Copyright" with no "(C)". > Some tests have "(C)" but the vast majority don't. > Both are allowed, and I'm not planning on going through and changing anything. > Just thought I'd point it out. Yeah :-( - I think the prefered form is with the (C), and I wish that it was automatically added during the copyright year update. But, of course, this is not possible without the script having knowledge of the file type because it's different for files such as texi files, for instance. I might write a one-off python script specifically for that specific purpose, someday.... -- Joel