[PATCH 3/5] x86: make PUSH/POP disassembly uniform

H.J. Lu hjl.tools@gmail.com
Tue Jul 14 13:07:41 GMT 2020


On Tue, Jul 14, 2020 at 12:13:17PM +0200, Jan Beulich wrote:
> Irrespective of their encoding the resulting output should look the
> same. Therefore wire the handling of PUSH/POP with GPR operands
> encoded in the main opcode byte to the same logic used for other
> operands. This frees up yet another macro character.
> 
> opcodes/
> 2020-07-XX  Jan Beulich  <jbeulich@suse.com>
> 
> 	* i386-dis.c (dis386): Adjust 'V' description. Use P-based
> 	construct for push/pop of register.
> 	(putop): Honor cond when handling 'P'. Drop handling of plain
> 	'V'.
> 

OK.

Thanks.

H.J.


More information about the Binutils mailing list