[PATCH 08/12] Add libctf to update-copyright.py
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
From: Alan Modra <[email protected]> --- etc/ChangeLog | 4 ++++ etc/update-copyright.py | 2 ++ 2 files changed, 6 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 8742e2afc15d..33abc09278bb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2021-01-01 Alan Modra <[email protected]> + + * update-copyright.py (BinutilsCmdLine.__init__): Add libctf. + 2020-01-15 Simon Marchi <[email protected]> * texi2pod.pl: Handle @t{...} tags. diff --git a/etc/update-copyright.py b/etc/update-copyright.py index 4579fcd8b102..c39c0a7d5562 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', ] -- 2.33.0