mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-14 03:02:39 +08:00
* cgen.h (lookup_insn): New argument alias_p.
* dvp.h (VU_FLAG_[IEMDT]): New macros.
This commit is contained in:
@ -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>
|
Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||||
|
|
||||||
Fix rac to accept only a0:
|
Fix rac to accept only a0:
|
||||||
|
@ -845,7 +845,7 @@ CGEN_SYM (get_insn_operands) PARAMS ((const CGEN_INSN *, cgen_insn_t,
|
|||||||
int, int *));
|
int, int *));
|
||||||
const CGEN_INSN *
|
const CGEN_INSN *
|
||||||
CGEN_SYM (lookup_insn) PARAMS ((const CGEN_INSN *, cgen_insn_t,
|
CGEN_SYM (lookup_insn) PARAMS ((const CGEN_INSN *, cgen_insn_t,
|
||||||
int, CGEN_FIELDS *));
|
int, CGEN_FIELDS *, int));
|
||||||
|
|
||||||
CGEN_INLINE void
|
CGEN_INLINE void
|
||||||
CGEN_SYM (put_operand) PARAMS ((int, const long *,
|
CGEN_SYM (put_operand) PARAMS ((int, const long *,
|
||||||
|
Reference in New Issue
Block a user