Add opcodes RISC-V dependencies
authorAlan Modra <amodra@gmail.com>
Tue, 20 Dec 2016 01:18:21 +0000 (11:48 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 20 Dec 2016 01:56:08 +0000 (12:26 +1030)
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add riscv files.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/po/POTFILES.in

index 763701882b33a7002955f717de1f66de9d139ba8..430b1f4a6ab616db93d7ae84fe0d11140b9f50b3 100644 (file)
@@ -1,3 +1,9 @@
+2016-12-20  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (TARGET_LIBOPCODES_CFILES): Add riscv files.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
 2016-12-19  Maciej W. Rozycki  <macro@imgtec.com>
 
        * mips-dis.c (set_default_mips_dis_options) [SYMTAB_AVAILABLE]:
index e954cbe030c0b8f7ee29205d52be0196e68004b5..737e8e3d004e5b50228e32e6f949b56f09fd98ea 100644 (file)
@@ -223,6 +223,8 @@ TARGET_LIBOPCODES_CFILES = \
        pj-opc.c \
        ppc-dis.c \
        ppc-opc.c \
+       riscv-dis.c \
+       riscv-opc.c \
        rl78-decode.c \
        rl78-dis.c \
        rx-decode.c \
index 44e5c04ce80783db36c55960f5158ffd209e0707..cf8e5aa8f8aa043081945a1487217048524fe178 100644 (file)
@@ -525,6 +525,8 @@ TARGET_LIBOPCODES_CFILES = \
        pj-opc.c \
        ppc-dis.c \
        ppc-opc.c \
+       riscv-dis.c \
+       riscv-opc.c \
        rl78-decode.c \
        rl78-dis.c \
        rx-decode.c \
@@ -928,6 +930,8 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-opc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscv-dis.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscv-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-decode.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx-decode.Plo@am__quote@
index 0e8039d0ae407d0af026176995b779cc1d99a11b..69f968a8646138773dc7d85c4a96d60194accea9 100644 (file)
@@ -175,6 +175,8 @@ pj-dis.c
 pj-opc.c
 ppc-dis.c
 ppc-opc.c
+riscv-dis.c
+riscv-opc.c
 rl78-decode.c
 rl78-dis.c
 rx-decode.c
This page took 0.029921 seconds and 4 git commands to generate.