From: Andrew Burgess Date: Thu, 15 Jan 2026 15:59:41 +0000 (+0000) Subject: gdb/Makefile: update HFILES_NO_SRCDIR X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb4550b9f785a81df01f4d3b8097ce4877511a6;p=thirdparty%2Fbinutils-gdb.git gdb/Makefile: update HFILES_NO_SRCDIR The HFILES_NO_SRCDIR in our Makefile has gotten a little out of date. The files: expanded-symbol.h, finish-thread-state.h, and nat/amd64-linux.h are missing, and there are a few files that are in the list twice. This commit adds the missing files and removes the duplicates. There should be no changes to a built GDB after this commit. Approved-By: Tom Tromey --- diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a2413595983..1ae426fb4e3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1440,6 +1440,7 @@ HFILES_NO_SRCDIR = \ event-top.h \ exceptions.h \ exec.h \ + expanded-symbol.h \ expop.h \ expression.h \ extension.h \ @@ -1451,6 +1452,7 @@ HFILES_NO_SRCDIR = \ f-exp.h \ filename-seen-cache.h \ filesystem.h \ + finish-thread-state.h \ f-lang.h \ frame-base.h \ frame.h \ @@ -1468,10 +1470,6 @@ HFILES_NO_SRCDIR = \ gdb-demangle.h \ gdb_expat.h \ gdb_proc_service.h \ - gdb_vfork.h \ - gdb_wchar.h \ - gdbarch.h \ - gdbcore.h \ gdbthread.h \ gdbtypes.h \ gdb_vfork.h \ @@ -1551,6 +1549,7 @@ HFILES_NO_SRCDIR = \ nat/aarch64-mte-linux-ptrace.h \ nat/aarch64-scalable-linux-ptrace.h \ nat/aarch64-scalable-linux-sigcontext.h \ + nat/amd64-linux.h \ nat/amd64-linux-siginfo.h \ nat/fork-inferior.h \ nat/gdb_ptrace.h \