aboutsummaryrefslogtreecommitdiff
path: root/etc/update-copyright.py
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-01-01 09:23:40 +1030
committerMike Frysinger <vapier@gentoo.org>2021-11-10 20:14:00 -0500
commite08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07 (patch)
tree47105e108050cc1f8ee5230697d022f040b3d3cb /etc/update-copyright.py
parent957f0a864a624a98d3fa220ffb4b7030cd261505 (diff)
downloadnewlib-e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07.zip
newlib-e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07.tar.gz
newlib-e08eb1d7cb2242d6fb5d1b1aef8d912bd9a31f07.tar.bz2
Add libctf to update-copyright.py
Diffstat (limited to 'etc/update-copyright.py')
-rwxr-xr-xetc/update-copyright.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/update-copyright.py b/etc/update-copyright.py
index 4579fcd..c39c0a7 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',
]