mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
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.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2013-04-16 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* common/glibc_thread_db.h: Update from upstream glibc
|
* common/glibc_thread_db.h: Update from upstream glibc
|
||||||
|
@ -171,6 +171,7 @@ def main ():
|
|||||||
#
|
#
|
||||||
# Filenames are relative to the root directory.
|
# Filenames are relative to the root directory.
|
||||||
EXCLUDE_LIST = (
|
EXCLUDE_LIST = (
|
||||||
|
'gdb/common/glibc_thread_db.h',
|
||||||
'gdb/CONTRIBUTE',
|
'gdb/CONTRIBUTE',
|
||||||
'gdb/gnulib'
|
'gdb/gnulib'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user