diff options
author | Doug Evans <dje@google.com> | 1998-02-13 02:33:26 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-13 02:33:26 +0000 |
commit | ad87e8651b588d3e1eae38d950d2c1ccf43068d4 (patch) | |
tree | abfca4f751907e3702f32634f3cac56ad7b01f3f /include | |
parent | bf59c0544dad1784c994881979f94a1f2325822c (diff) | |
download | fsf-binutils-gdb-ad87e8651b588d3e1eae38d950d2c1ccf43068d4.zip fsf-binutils-gdb-ad87e8651b588d3e1eae38d950d2c1ccf43068d4.tar.gz fsf-binutils-gdb-ad87e8651b588d3e1eae38d950d2c1ccf43068d4.tar.bz2 |
* cgen.h (lookup_insn): New argument alias_p.
* dvp.h (VU_FLAG_[IEMDT]): New macros.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 8 | ||||
-rw-r--r-- | include/opcode/cgen.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 65ff137..1fee071 100644 --- a/include/opcode/ChangeLog +++ b/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: diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index 4b9644a..212797d 100644 --- a/include/opcode/cgen.h +++ b/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 *, |