[1/2] gdb/copyright.py: update unordered_dense path

Message ID 20260106203107.308021-1-simon.marchi@efficios.com
State New
Headers
Series [1/2] gdb/copyright.py: update unordered_dense path |

Commit Message

Simon Marchi Jan. 6, 2026, 8:30 p.m. UTC
  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

Tom Tromey Jan. 7, 2026, 6:09 p.m. UTC | #1
>>>>> "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
  

Patch

diff --git a/gdb/copyright.py b/gdb/copyright.py
index b898c2577fd3..eadf33870a01 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/**",