From: Hans-Peter Nilsson Date: Sun, 19 Oct 2003 01:16:56 +0000 (+0000) Subject: * mmix.h (JMP_INSN_BYTE): Define. X-Git-Tag: corinna-01~68 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d775e6b7aeb570dd8d8624299c5d551bdefa9416;p=newlib-cygwin.git * mmix.h (JMP_INSN_BYTE): Define. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index b248854a5..b557db535 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2003-10-19 Hans-Peter Nilsson + + * mmix.h (JMP_INSN_BYTE): Define. + 2003-09-30 Chris Demetriou * mips.h: Document +E, +F, +G, +H, and +I operand types. diff --git a/include/opcode/mmix.h b/include/opcode/mmix.h index 825eb0e24..d2aef32bd 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. */