This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Missing part for MMIX relaxation.


Mea culpa.  I forgot this one.  Not that I suspect many have
compiled precisely for MMIX from CVS today, but some may have
noticed it with --enable-targets=all.

Committed.

include/opcode:

	* mmix.h (JMP_INSN_BYTE): Define.

Index: mmix.h
===================================================================
RCS file: /cvs/src/src/include/opcode/mmix.h,v
retrieving revision 1.1
diff -p -c -r1.1 mmix.h
*** mmix.h	30 Oct 2001 15:20:10 -0000	1.1
--- mmix.h	19 Oct 2003 01:14:23 -0000
***************
*** 1,5 ****
  /* mmix.h -- Header file for MMIX opcode table
!    Copyright (C) 2001 Free Software Foundation, Inc.
     Written by Hans-Peter Nilsson (hp@bitrange.com)

  This file is part of GDB, GAS, and the GNU binutils.
--- 1,5 ----
  /* mmix.h -- Header file for MMIX opcode table
!    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.
*************** extern const struct mmix_spec_reg mmix_s
*** 179,184 ****
--- 179,185 ----
  #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.  */

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]