diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-12-06 18:22:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-12-06 18:22:55 +0000 |
commit | 2b6348fcaa1f18364e20140940bcde366b8df808 (patch) | |
tree | 3c4be951cefe55782ebcc0a3719cb7c54e7ee8e4 /include | |
parent | d11b289ba89ed99c53bd66398fbc2726638ff6a8 (diff) | |
download | gdb-2b6348fcaa1f18364e20140940bcde366b8df808.zip gdb-2b6348fcaa1f18364e20140940bcde366b8df808.tar.gz gdb-2b6348fcaa1f18364e20140940bcde366b8df808.tar.bz2 |
* i386.h (i386_optab): Permit w suffix on processor control and
status word instructions.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a24d429..ab510e7 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,31 @@ +Sun Dec 6 13:21:34 1998 Ian Lance Taylor <ian@cygnus.com> + + * i386.h (i386_optab): Permit w suffix on processor control and + status word instructions. + +1998-11-30 Doug Evans <devans@casey.cygnus.com> + + * cgen.h (struct cgen_hw_entry): Delete const on attrs member. + (struct cgen_keyword_entry): Ditto. + (struct cgen_operand): Ditto. + (CGEN_IFLD): New typedef, with associated access macros. + (CGEN_IFMT): New typedef, with associated access macros. + (CGEN_IFMT): Renamed from CGEN_FORMAT. New member `iflds'. + (CGEN_IVALUE): New typedef. + (struct cgen_insn): Delete const on syntax,attrs members. + `format' now points to format data. Type of `value' is now + CGEN_IVALUE. + (struct cgen_opcode_table): New member ifld_table. + +1998-11-18 Doug Evans <devans@casey.cygnus.com> + + * cgen.h (cgen_extract_fn): Update type of `base_insn' arg. + (CGEN_OPERAND_INSTANCE): New member `attrs'. + (CGEN_OPERAND_INSTANCE_{ATTRS,ATTR}): New macros. + (cgen_dis_lookup_insn): Update type of `base_insn' arg. + (cgen_opcode_table): Update type of dis_hash fn. + (extract_operand): Update type of `insn_value' arg. + Thu Oct 29 11:38:36 1998 Doug Evans <devans@canuck.cygnus.com> * cgen.h (CGEN_VERSION_{MAJOR,MINOR,FIXLEVEL}): Delete. |