]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/Makefile: update HFILES_NO_SRCDIR
authorAndrew Burgess <aburgess@redhat.com>
Thu, 15 Jan 2026 15:59:41 +0000 (15:59 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 15 Jan 2026 17:47:59 +0000 (17:47 +0000)
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 <tom@tromey.com>
gdb/Makefile.in

index a2413595983df4e6c3ee0c99f7175a0e0f82e013..1ae426fb4e3e99fe9148c4342ff40ac5d7b89ea5 100644 (file)
@@ -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 \