public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] bpf: add missing bpf-dis.c to opcodes/Makefile.am
@ 2023-07-21 12:39 Jose E. Marchesi
  0 siblings, 0 replies; only message in thread
From: Jose E. Marchesi @ 2023-07-21 12:39 UTC (permalink / raw)
  To: bfd-cvs

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

commit 386d30593e4a1b1267e03c72b812403d9038a75b
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Fri Jul 21 14:38:19 2023 +0200

    bpf: add missing bpf-dis.c to opcodes/Makefile.am
    
    This was breaking --enable-targets=all builds.
    
    opcodes/ChangeLog:
    
    2023-07-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
            * Makefile.am (TARGET64_LIBOPCODES_CFILES): Add missing bpf-dis.c
            * Makefile.in: Regenerate.

Diff:
---
 opcodes/ChangeLog   | 5 +++++
 opcodes/Makefile.am | 1 +
 opcodes/Makefile.in | 2 ++
 3 files changed, 8 insertions(+)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d1d2c6d66ad..f202d1941bc 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+	* Makefile.am (TARGET64_LIBOPCODES_CFILES): Add missing bpf-dis.c
+	* Makefile.in: Regenerate.
+
 2023-07-03  Nick Clifton  <nickc@redhat.com>
 
 	* configure: Regenerate.
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 7cc16d58cbc..1d22e72ec3a 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -94,6 +94,7 @@ TARGET64_LIBOPCODES_CFILES = \
 	alpha-dis.c \
 	alpha-opc.c \
 	bpf-opc.c \
+        bpf-dis.c \
 	ia64-dis.c \
 	ia64-opc.c \
 	loongarch-opc.c \
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index dcd0e9f2dce..b03ab88f6e7 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -486,6 +486,7 @@ TARGET64_LIBOPCODES_CFILES = \
 	alpha-dis.c \
 	alpha-opc.c \
 	bpf-opc.c \
+        bpf-dis.c \
 	ia64-dis.c \
 	ia64-opc.c \
 	loongarch-opc.c \
@@ -876,6 +877,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin-dis.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-asm.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-bitset.Plo@am__quote@

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

only message in thread, other threads:[~2023-07-21 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 12:39 [binutils-gdb] bpf: add missing bpf-dis.c to opcodes/Makefile.am Jose E. Marchesi

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