gdb/copyright.py: update unordered_dense path

The unordered_dense library is now contained in the
gdbsupport/unordered_dense directory, update the exclusion entry
accordingly.

Change-Id: If82355b94b245099ab4c2b27c929639242e33988
Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
Simon Marchi 2026-01-06 15:30:40 -05:00 committed by Simon Marchi
parent a118b5598b
commit af70241489

View file

@ -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/**",