Browse Source

* cgen.h (lookup_insn): New argument alias_p.

* dvp.h (VU_FLAG_[IEMDT]): New macros.
gdb-4_18-branch
Doug Evans 29 years ago
parent
commit
ad87e8651b
  1. 8
      include/opcode/ChangeLog
  2. 2
      include/opcode/cgen.h

8
include/opcode/ChangeLog

@ -1,3 +1,11 @@
Thu Feb 12 18:30:41 1998 Doug Evans <devans@canuck.cygnus.com>
* cgen.h (lookup_insn): New argument alias_p.
start-sanitize-sky
* dvp.h (VU_FLAG_[IEMDT]): New macros.
end-sanitize-sky
Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Fix rac to accept only a0:

2
include/opcode/cgen.h

@ -845,7 +845,7 @@ CGEN_SYM (get_insn_operands) PARAMS ((const CGEN_INSN *, cgen_insn_t,
int, int *));
const CGEN_INSN *
CGEN_SYM (lookup_insn) PARAMS ((const CGEN_INSN *, cgen_insn_t,
int, CGEN_FIELDS *));
int, CGEN_FIELDS *, int));
CGEN_INLINE void
CGEN_SYM (put_operand) PARAMS ((int, const long *,

Loading…
Cancel
Save