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

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

commit b22138f32f71d5a8d93e6409fb11f116892d544e
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Apr 25 07:30:03 2021 -0600

    Add engv32.h to SIM_EXTRA_DEPS in sim/cris
    
    A rebuild showed that an earlier change of mine missed a built header
    file -- cris/engv32.h.  This patch fixes the problem.
    
    sim/cris/ChangeLog
    2021-04-25  Tom Tromey  <tom@tromey.com>
    
            * Makefile.in (SIM_EXTRA_DEPS): Add engv32.h.

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

diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index d123611e5f3..191768d4642 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/ChangeLog
@@ -1,3 +1,7 @@
+2021-04-25  Tom Tromey  <tom@tromey.com>
+
+	* Makefile.in (SIM_EXTRA_DEPS): Add engv32.h.
+
 2021-04-23  Mike Frysinger  <vapier@gentoo.org>
 
 	* configure.ac (SIM_AC_OPTION_HARDWARE): Delete first two args.
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 87c1efe4682..48a379d7887 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -36,7 +36,7 @@ SIM_OBJS = \
 # FIXME: $(srccom)/cgen-ops.h should be in CGEN_INCLUDE_DEPS.
 SIM_EXTRA_DEPS = \
 	$(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \
-	arch.h cpuall.h cris-sim.h cris-desc.h engv10.h
+	arch.h cpuall.h cris-sim.h cris-desc.h engv10.h engv32.h
 
 SIM_EXTRA_CLEAN = cris-clean


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

only message in thread, other threads:[~2021-04-25 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 13:31 [binutils-gdb] Add engv32.h to SIM_EXTRA_DEPS in sim/cris 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).