summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-04 17:14:18 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-04 17:14:18 +0000
commita10f19a61f94d3c07978046e562e0941fcd99cc9 (patch)
tree33f8848e2526f498bc1f50226fe8a29c5fe866d9 /contrib
parent4ed499e56f11ad2e337aa9c312521682402e1d37 (diff)
* update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
libssp, libvtv and lto-plugin to default_dirs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244060 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-xcontrib/update-copyright.py6
2 files changed, 11 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 3a2491799e94..3dfd0e186f15 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-04 Jakub Jelinek <jakub@redhat.com>
+
+ * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
+ libssp, libvtv and lto-plugin to default_dirs.
+
2017-01-01 Jakub Jelinek <jakub@redhat.com>
* update-copyright.py (TestsuiteFilter): Skip params/README.
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index de11a6534077..6bc37043f3a2 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -748,17 +748,23 @@ class GCCCmdLine (CmdLine):
self.default_dirs = [
'gcc',
+ 'include',
'libada',
'libatomic',
'libbacktrace',
+ 'libcc1',
'libcpp',
'libdecnumber',
'libgcc',
'libgfortran',
'libgomp',
+ 'libiberty',
'libitm',
'libobjc',
+ 'libssp',
'libstdc++-v3',
+ 'libvtv',
+ 'lto-plugin',
]
GCCCmdLine().main()