]> sourceware.org Git - newlib-cygwin.git/commitdiff
* mmix.h (JMP_INSN_BYTE): Define.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 19 Oct 2003 01:16:56 +0000 (01:16 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 19 Oct 2003 01:16:56 +0000 (01:16 +0000)
include/opcode/ChangeLog
include/opcode/mmix.h

index b248854a57b2100bfff3522d89125324b157589e..b557db535041cec01980d5f2a3d9e3fff2d3c97d 100644 (file)
@@ -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.
index 825eb0e244ba0ab0c38e9e529c2b1f6302be8f71..d2aef32bdfed387581adbca99b6ffd08681325ac 100644 (file)
@@ -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.  */
This page took 0.033797 seconds and 5 git commands to generate.