summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-04-16 18:19:13 +0000
committerPedro Alves <palves@redhat.com>2013-04-16 18:19:13 +0000
commitac31ed2ebb0456bddfce93b1fff1215a68183832 (patch)
tree6ba4fff0f4191f18b1cc82bb16a275d0c7ee6ade /gdb
parente8e160773247fa157b818494256ceeb9a806b351 (diff)
downloadgdb-ac31ed2ebb0456bddfce93b1fff1215a68183832.tar.gz
copyright.py: Don't update glibc_thread_db.h.
As glibc_thread_db.h is a 3rd party imported file, we should not update its copyright year range in the new year process. gdb/ 2013-04-16 Pedro Alves <palves@redhat.com> * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/copyright.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c616eeb0778..b6e547b8614 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-04-16 Pedro Alves <palves@redhat.com>
+ * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
+
+2013-04-16 Pedro Alves <palves@redhat.com>
+
* common/glibc_thread_db.h: Update from upstream glibc
(git 568035b7874a099087b77f7bba3e36a1173787b0).
diff --git a/gdb/copyright.py b/gdb/copyright.py
index 1af0f4816ed..039106cc86c 100644
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -171,6 +171,7 @@ def main ():
#
# Filenames are relative to the root directory.
EXCLUDE_LIST = (
+ 'gdb/common/glibc_thread_db.h',
'gdb/CONTRIBUTE',
'gdb/gnulib'
)