public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add config.h to generated_files for sim
@ 2021-05-04 19:47 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2021-05-04 19:47 UTC (permalink / raw)
  To: gdb-cvs

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

commit 937a049c9508d6119b90ae48bba319681c845464
Author: Tom Tromey <tromey@adacore.com>
Date:   Tue May 4 08:37:13 2021 -0600

    Add config.h to generated_files for sim
    
    I noticed that config.h isn't in 'generated_files' in the sim
    subdirectories.  This causes it to sometimes be rebuilt too late.
    
    2021-05-04  Tom Tromey  <tromey@adacore.com>
    
            * Make-common.in (generated_files): Add config.h.

Diff:
---
 sim/common/ChangeLog      | 4 ++++
 sim/common/Make-common.in | 1 +
 2 files changed, 5 insertions(+)

diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 783449941b2..b2466c225a9 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-04  Tom Tromey  <tromey@adacore.com>
+
+	* Make-common.in (generated_files): Add config.h.
+
 2021-05-04  Mike Frysinger  <vapier@gentoo.org>
 
 	* cgen-trace.c (sim_disasm_perror_memory): Use BFD_VMA_FMT and drop
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 0f877490509..c92228bb929 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -420,6 +420,7 @@ endif
 all_object_files = $(LIB_OBJS) $(SIM_RUN_OBJS)
 generated_files = \
 	$(SIM_EXTRA_DEPS) \
+	config.h \
 	hw-config.h \
 	modules.c \
 	targ-map.c \


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

only message in thread, other threads:[~2021-05-04 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 19:47 [binutils-gdb] Add config.h to generated_files for sim Tom Tromey

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).