[1/2] gdb/copyright.py: update unordered_dense path
Commit Message
The unordered_dense library is now contained in the
gdbsupport/unordered_dense directory, update the exclusion entry
accordingly.
Change-Id: If82355b94b245099ab4c2b27c929639242e33988
---
gdb/copyright.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
base-commit: 9e4529eba978e2205cdc60c38d69a58a21755cda
Comments
>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:
Simon> The unordered_dense library is now contained in the
Simon> gdbsupport/unordered_dense directory, update the exclusion entry
Simon> accordingly.
Ok, thanks.
Approved-By: Tom Tromey <tom@tromey.com>
Tom
@@ -230,7 +230,7 @@ EXCLUDE_LIST = (
"gdb/nat/glibc_thread_db.h",
"gdb/CONTRIBUTE",
"gdbsupport/Makefile.in",
- "gdbsupport/unordered_dense.h",
+ "gdbsupport/unordered_dense/*",
"gnulib/doc/gendocs_template",
"gnulib/doc/gendocs_template_min",
"gnulib/import/**",