From af70241489788f2dc259d9e2b134c0bae7e82687 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 6 Jan 2026 15:30:40 -0500 Subject: [PATCH] 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 --- gdb/copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/copyright.py b/gdb/copyright.py index b898c2577fd..eadf33870a0 100755 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -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/**",