From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 3AAD73858413; Thu, 11 Nov 2021 01:16:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3AAD73858413 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Frysinger To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin] Add libctf to update-copyright.py X-Act-Checkin: newlib-cygwin X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: 957f0a864a624a98d3fa220ffb4b7030cd261505 X-Git-Newrev: e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07 Message-Id: <20211111011615.3AAD73858413@sourceware.org> Date: Thu, 11 Nov 2021 01:16:15 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2021 01:16:15 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07 commit e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07 Author: Alan Modra Date: Fri Jan 1 09:23:40 2021 +1030 Add libctf to update-copyright.py Diff: --- etc/ChangeLog | 4 ++++ etc/update-copyright.py | 2 ++ 2 files changed, 6 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 8742e2afc..33abc0927 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2021-01-01 Alan Modra + + * update-copyright.py (BinutilsCmdLine.__init__): Add libctf. + 2020-01-15 Simon Marchi * texi2pod.pl: Handle @t{...} tags. diff --git a/etc/update-copyright.py b/etc/update-copyright.py index 4579fcd8b..c39c0a7d5 100755 --- a/etc/update-copyright.py +++ b/etc/update-copyright.py @@ -597,6 +597,7 @@ class BinutilsCmdLine (CmdLine): self.add_dir ('gprof') self.add_dir ('include') self.add_dir ('ld', LdFilter()) + self.add_dir ('libctf') self.add_dir ('libdecnumber') self.add_dir ('libiberty') self.add_dir ('opcodes') @@ -613,6 +614,7 @@ class BinutilsCmdLine (CmdLine): 'gprof', 'include', 'ld', + 'libctf', 'libiberty', 'opcodes', ]