public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: add AMDGPU header files to HFILES_NO_SRCDIR
@ 2023-02-23 16:29 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2023-02-23 16:29 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=efb04b14e28fd9941daa6265c1982308fe68d334

commit efb04b14e28fd9941daa6265c1982308fe68d334
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Thu Feb 23 11:27:23 2023 -0500

    gdb: add AMDGPU header files to HFILES_NO_SRCDIR
    
    Commit 18b4d0736bc5 ("gdb: initial support for ROCm platform (AMDGPU)
    debugging") missed adding these header files to the HFILES_NO_SRCDIR
    list in the Makefile.  Fix that now.
    
    Change-Id: Ifd387096aef3d147b51aefa2037da5bf6373ea64

Diff:
---
 gdb/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ace507cded8..ad9b9e593a9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1271,11 +1271,13 @@ HFILES_NO_SRCDIR = \
 	addrmap.h \
 	alpha-bsd-tdep.h \
 	alpha-tdep.h \
+	amd-dbgapi-target.h \
 	amd64-darwin-tdep.h \
 	amd64-linux-tdep.h \
 	amd64-nat.h \
 	amd64-ravenscar-thread.h \
 	amd64-tdep.h \
+	amdgpu-tdep.h \
 	annotate.h \
 	arc-tdep.h \
 	arch-utils.h \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-23 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 16:29 [binutils-gdb] gdb: add AMDGPU header files to HFILES_NO_SRCDIR Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).