diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-29 16:59:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-29 16:59:20 +0000 |
commit | e551c2572e97cf7ab0a431f5a1f25207d9a4d179 (patch) | |
tree | b2a67edac542e66bf508e95cdaa04e1fb46256d2 /sim/v850/Makefile.in | |
parent | 07c988968aac519ba013f6e22f881d9d66fdfa44 (diff) | |
download | gdb-e551c2572e97cf7ab0a431f5a1f25207d9a4d179.zip gdb-e551c2572e97cf7ab0a431f5a1f25207d9a4d179.tar.gz gdb-e551c2572e97cf7ab0a431f5a1f25207d9a4d179.tar.bz2 |
Makefile.in: Add gen-zero-r0 option.
sim-main.h (GPR_SET, GPR_CLEAR): Define.
simops.c (OP_24007E0): Sign extend the imm9 operand of a mul instruction.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r-- | sim/v850/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 110cb17..89029d6 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -82,6 +82,7 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen ../igen/igen \ $(IGEN_TRACE) \ -G gen-direct-access \ + -G gen-zero-r0 \ -i $(IGEN_INSN) \ -o $(IGEN_DC) \ -x \ |