mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
Add opcodes RISC-V dependencies
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add riscv files. * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
This commit is contained in:
parent
412ffd830b
commit
dd1d944e23
@ -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]:
|
||||
|
@ -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 \
|
||||
|
@ -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@
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user