This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add opcodes RISC-V dependencies


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

commit dd1d944e2321de26f75a21f42750dd38ed964714
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Dec 20 11:48:21 2016 +1030

    Add opcodes RISC-V dependencies
    
    	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add riscv files.
    	* Makefile.in: Regenerate.
    	* po/POTFILES.in: Regenerate.

Diff:
---
 opcodes/ChangeLog      | 6 ++++++
 opcodes/Makefile.am    | 2 ++
 opcodes/Makefile.in    | 4 ++++
 opcodes/po/POTFILES.in | 2 ++
 4 files changed, 14 insertions(+)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7637018..430b1f4 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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]:
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index e954cbe..737e8e3 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -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 \
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 44e5c04..cf8e5aa 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -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@
diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in
index 0e8039d..69f968a 100644
--- a/opcodes/po/POTFILES.in
+++ b/opcodes/po/POTFILES.in
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]