include/opcode/cris.h: New macro ADD_PC_INCR_OPCODE, committed.
Hans-Peter Nilsson
hans-peter.nilsson@axis.com
Thu Mar 22 08:11:00 GMT 2001
Committed.
2001-03-22 Hans-Peter Nilsson <hp@axis.com>
* cris.h (ADD_PC_INCR_OPCODE): New macro.
Index: cris.h
===================================================================
RCS file: /cvs/src/src/include/opcode/cris.h,v
retrieving revision 1.1
diff -p -c -r1.1 cris.h
*** cris.h 2000/07/20 15:39:41 1.1
--- cris.h 2001/03/22 16:02:54
*************** extern const char *const cris_cc_strings
*** 160,165 ****
--- 160,167 ----
#define JUMP_INDIR_Z_BITS (0xf2c0)
#define JUMP_PC_INCR_OPCODE \
(JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
+ #define ADD_PC_INCR_OPCODE \
+ (0xfa00 + (2 << 4) + AUTOINCR_BIT * 0x0100 + REG_PC)
/* Nop. */
#define NOP_OPCODE (0x050F)
brgds, H-P
More information about the Binutils
mailing list