mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 01:53:38 +08:00
Add libctf to update-copyright.py
This commit is contained in:
parent
c2795844e6
commit
f192b314f3
@ -1,3 +1,7 @@
|
||||
2021-01-01 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* update-copyright.py (BinutilsCmdLine.__init__): Add libctf.
|
||||
|
||||
2020-01-15 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* texi2pod.pl: Handle @t{...} tags.
|
||||
|
@ -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',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user