diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-04-14 14:34:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-04-14 14:34:48 +0000 |
commit | c0a4c3ba170e91bf93d16e0a6340980f6d62901a (patch) | |
tree | 2632698074a0ae78b8d5c070716ffee0a7ba83eb /sim/mips/Makefile.in | |
parent | 7bf341f4a82e7e038d6d3861a7ce559d2bb8713f (diff) | |
download | gdb-c0a4c3ba170e91bf93d16e0a6340980f6d62901a.zip gdb-c0a4c3ba170e91bf93d16e0a6340980f6d62901a.tar.gz gdb-c0a4c3ba170e91bf93d16e0a6340980f6d62901a.tar.bz2 |
Implement 32 bit MIPS16 instructions listed in m16.igen.
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 28ae81c..4f3bb2f 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -120,7 +120,7 @@ getopt1.o: $(srcdir)/../../libiberty/getopt1.c ../igen/igen: cd ../igen && $(MAKE) -IGEN_TRACE= -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries +IGEN_TRACE= # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries # -G trace-all IGEN_INSN=$(srcdir)/mips.igen IGEN_DC=$(srcdir)/mips.dc M16_DC=$(srcdir)/m16.dc |