i386.c (print_operand): Handle new 'A' formatting code.
authorDiego Novillo <dnovillo@cygnus.com>
Wed, 25 Oct 2000 17:26:27 +0000 (17:26 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 25 Oct 2000 17:26:27 +0000 (13:26 -0400)
commitfb204271dd889c63b0427b4ab48dd04b3ded329c
treebe54342dbc07c7ca495b35e15a42957e3c90a633
parent138e79e7854509c60fd9ff9e9274b36ad6873ab8
i386.c (print_operand): Handle new 'A' formatting code.

2000-10-23  Diego Novillo  <dnovillo@cygnus.com>

* i386.c (print_operand): Handle new 'A' formatting code.
387 opcodes need suffixes even with -mintel-syntax.
Check for explicit size override (codes 'b', 'w' and 'k').
(print_operand_address): Check if register prefix is needed when
emitting `ds' segment override.
* i386.h: Add comment about new 'A' formatting code.
* i386.md (jump and call patterns): Emit absolute references using %A.

From-SVN: r37055
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md