diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-01 09:23:40 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-01 10:31:02 +1030 |
commit | f192b314f3febc7727cdfca9313d3724972ef005 (patch) | |
tree | 3a31ee6867470f40d06c7b320d0654f2e70878fd /etc/update-copyright.py | |
parent | c2795844e6a42cf207cbb7c72c2a898f78374a52 (diff) | |
download | gdb-f192b314f3febc7727cdfca9313d3724972ef005.zip gdb-f192b314f3febc7727cdfca9313d3724972ef005.tar.gz gdb-f192b314f3febc7727cdfca9313d3724972ef005.tar.bz2 |
Add libctf to update-copyright.py
Diffstat (limited to 'etc/update-copyright.py')
-rwxr-xr-x | etc/update-copyright.py | 2 |
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', ] |