diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-10-19 01:16:56 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-10-19 01:16:56 +0000 |
commit | ce183055998004700d9639928b9fb428f9d2696c (patch) | |
tree | e2320e8c2fdd813f1d3e93b141f079b75f8b82ed /include | |
parent | 36e034e05298ce286b4668de4c7a92e754b3c37a (diff) | |
download | gdb-ce183055998004700d9639928b9fb428f9d2696c.tar.gz |
* mmix.h (JMP_INSN_BYTE): Define.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/mmix.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index b248854a57b..b557db53504 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2003-10-19 Hans-Peter Nilsson <hp@bitrange.com> + + * mmix.h (JMP_INSN_BYTE): Define. + 2003-09-30 Chris Demetriou <cgd@broadcom.com> * mips.h: Document +E, +F, +G, +H, and +I operand types. diff --git a/include/opcode/mmix.h b/include/opcode/mmix.h index 825eb0e244b..d2aef32bdfe 100644 --- a/include/opcode/mmix.h +++ b/include/opcode/mmix.h @@ -1,5 +1,5 @@ /* mmix.h -- Header file for MMIX opcode table - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2003 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com) This file is part of GDB, GAS, and the GNU binutils. @@ -179,6 +179,7 @@ extern const struct mmix_spec_reg mmix_spec_regs[]; #define INCMH_INSN_BYTE 0xe5 #define INCH_INSN_BYTE 0xe4 #define SWYM_INSN_BYTE 0xfd +#define JMP_INSN_BYTE 0xf0 /* We can have 256 - 32 (local registers) - 1 ($255 is not allocatable) global registers. */ |