aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-16 02:15:55 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-16 02:15:55 +0000
commit721478d51bd4574ab5de91fb09003325c6f15b69 (patch)
tree9ca0aa3a87e9483b10d722bf7a429f20689547b6 /sim/v850/Makefile.in
parent3484de0091d31d5f51ec9f3a9718820fe2892156 (diff)
downloadgdb-721478d51bd4574ab5de91fb09003325c6f15b69.zip
gdb-721478d51bd4574ab5de91fb09003325c6f15b69.tar.gz
gdb-721478d51bd4574ab5de91fb09003325c6f15b69.tar.bz2
Add v850e version of breakpoint instruction.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index c7125a6..ad3355b 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -108,11 +108,13 @@ clean-igen:
../igen/igen:
cd ../igen && $(MAKE)
+IGEN_TRACE= # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
IGEN_INSN=$(srcdir)/v850.igen
IGEN_DC=$(srcdir)/v850-dc
tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
cd ../igen && $(MAKE)
../igen/igen \
+ $(IGEN_TRACE) \
-G gen-direct-access \
-i $(IGEN_INSN) \
-o $(IGEN_DC) \