diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-09-30 19:47:14 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-09-30 19:47:14 +0000 |
commit | c587b3f982b6d2e31c94f54f36756ff38480afa7 (patch) | |
tree | 4654a5bf64c2de7fdc15df7f6a7cfe1e79219de7 /opcodes/ChangeLog | |
parent | 6b0d7253afe4a7978ace7558016a0e8d5c844e74 (diff) | |
download | gdb-c587b3f982b6d2e31c94f54f36756ff38480afa7.zip gdb-c587b3f982b6d2e31c94f54f36756ff38480afa7.tar.gz gdb-c587b3f982b6d2e31c94f54f36756ff38480afa7.tar.bz2 |
2008-09-30 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c: Include "hashtab.h".
(next_field): Take a new argument, last. Check last.
(process_i386_cpu_flag): Updated.
(process_i386_opcode_modifier): Likewise.
(process_i386_operand_type): Likewise.
(process_i386_registers): Likewise.
(output_i386_opcode): New.
(opcode_hash_entry): Likewise.
(opcode_hash_table): Likewise.
(opcode_hash_hash): Likewise.
(opcode_hash_eq): Likewise.
(process_i386_opcodes): Use opcode hash table and opcode array.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 02642ef..d691664 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,18 @@ +2008-09-30 H.J. Lu <hongjiu.lu@intel.com> + + * i386-gen.c: Include "hashtab.h". + (next_field): Take a new argument, last. Check last. + (process_i386_cpu_flag): Updated. + (process_i386_opcode_modifier): Likewise. + (process_i386_operand_type): Likewise. + (process_i386_registers): Likewise. + (output_i386_opcode): New. + (opcode_hash_entry): Likewise. + (opcode_hash_table): Likewise. + (opcode_hash_hash): Likewise. + (opcode_hash_eq): Likewise. + (process_i386_opcodes): Use opcode hash table and opcode array. + 2008-09-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390-opc.txt (stdy, stey): Fix description |