OSDN Git Service

opcodes/
authorJan Beulich <jbeulich@novell.com>
Fri, 26 Aug 2005 15:33:43 +0000 (15:33 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 26 Aug 2005 15:33:43 +0000 (15:33 +0000)
commit424b78acf19dd38ad32d86e2057fa2cb26321bf2
treef3a8e48097cdc4d32fb98b37dccd9a8cd9394e51
parent1cf8832f71c54fb99c8b54fabb6eb91ee30d5b61
opcodes/
2005-08-26  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (intel_operand_size): New, broken out from OP_E for
re-use.
(OP_E): Call intel_operand_size, move call site out of mode
dependent code.
(OP_OFF): Call intel_operand_size if suffix_always. Remove
ATTRIBUTE_UNUSED from parameters.
(OP_OFF64): Likewise.
(OP_ESreg): Call intel_operand_size.
(OP_DSreg): Likewise.
(OP_DIR): Use colon rather than semicolon as separator of far
jump/call operands.

gas/testsuite/
2005-08-26  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intelok.d: Adjust.
opcodes/ChangeLog
opcodes/i386-dis.c