diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-23 02:39:13 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-23 02:39:13 +0000 |
commit | aa170a07eb955e54eccf5df5129a4e2c92d7c5a1 (patch) | |
tree | 8beaa123cef99aa93d55442c7acc06a8907a8e05 /opcodes/ChangeLog | |
parent | dc8d251e9c86a76a916824bfd79d289c4964c8bd (diff) | |
download | gdb-aa170a07eb955e54eccf5df5129a4e2c92d7c5a1.zip gdb-aa170a07eb955e54eccf5df5129a4e2c92d7c5a1.tar.gz gdb-aa170a07eb955e54eccf5df5129a4e2c92d7c5a1.tar.bz2 |
Misc assembly/disassembly fixes.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1c8e71c..68a09ac 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,20 @@ +2000-04-22 Timothy Wall <twall@cygnus.com> + + * ia64-gen.c (general): Add an ordered table of primary + opcode names, as well as priority fields to disassembly data + structures to enforce a preferred disassembly format based on the + ordering of the opcode tables. + (load_insn_classes): Show a useful message if IC tables are missing. + (load_depfile): Ditto. + * ia64-asmtab.h (struct ia64_dis_names ): Add priority flag to + distinguish preferred disassembly. + * ia64-opc-f.c: Reorder some insn for preferred disassembly + format. Fix incorrect flag on fma.s/fma.s.s0. + * ia64-opc.c: Scan *all* disassembly matches and use the one with + the highest priority. + * ia64-opc-b.c: Use more abbreviations. + * ia64-asmtab.c: Regenerate. + Fri Apr 21 16:03:39 2000 Jason Eckhardt <jle@cygnus.com> * hppa-dis.c (extract_16): New function. |