diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-07-21 14:38:19 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2023-07-21 14:38:19 +0200 |
commit | 386d30593e4a1b1267e03c72b812403d9038a75b (patch) | |
tree | 9e5faac4fba595fb08a96051a984f075e52427ab /opcodes | |
parent | 7bb9f0c2be98d6c8853e3a0bf992f49c5422bf3e (diff) | |
download | binutils-386d30593e4a1b1267e03c72b812403d9038a75b.zip binutils-386d30593e4a1b1267e03c72b812403d9038a75b.tar.gz binutils-386d30593e4a1b1267e03c72b812403d9038a75b.tar.bz2 |
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.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/Makefile.am | 1 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d1d2c6d..f202d19 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 7cc16d5..1d22e72 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 dcd0e9f..b03ab88 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@ |