sim: v850: rename v850.dc to align with other ports
Other arches use the .dc extension for the instruction decode table.
This commit is contained in:
parent
ef7c5fd15d
commit
897fc27b25
@ -1628,7 +1628,7 @@ testsuite_common_CPPFLAGS = \
|
||||
|
||||
@SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_TRACE = # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
|
||||
@SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_INSN = $(srcdir)/v850/v850.igen
|
||||
@SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_DC = $(srcdir)/v850/v850-dc
|
||||
@SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_DC = $(srcdir)/v850/v850.dc
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
|
@ -51,7 +51,7 @@ $(%C%_BUILT_SRC_FROM_IGEN): %D%/stamp-igen
|
||||
|
||||
%C%_IGEN_TRACE = # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
|
||||
%C%_IGEN_INSN = $(srcdir)/%D%/v850.igen
|
||||
%C%_IGEN_DC = $(srcdir)/%D%/v850-dc
|
||||
%C%_IGEN_DC = $(srcdir)/%D%/v850.dc
|
||||
%D%/stamp-igen: $(%C%_IGEN_INSN) $(%C%_IGEN_DC) $(IGEN)
|
||||
$(AM_V_GEN)$(IGEN_RUN) \
|
||||
$(%C%_IGEN_TRACE) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user