]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/i386/i386.c (ix86_print_operand): Remove dead code that
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Nov 2015 17:48:31 +0000 (17:48 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Nov 2015 17:48:31 +0000 (17:48 +0000)
commit072a7cc9dc5f99f4ba1fe40ba2e12d4830ba0394
treea1931e1814374f90c5e684873599767a012d3541
parentef4899273a734f65cb45b09222fab75bc515482a
* config/i386/i386.c (ix86_print_operand): Remove dead code that
tried to avoid (%rip) for call operands.

* config/i386/i386.c (ix86_print_operand_address_as): Add no_rip
argument.  Do not use RIP relative addressing when no_rip is set.
(ix86_print_operand): Update call to ix86_print_operand_address_as.
(ix86_print_operand_address): Ditto.
* config/i386/i386.md (*movabs<mode>_1): Use %P modifier for
absolute movabs operand 0.  Add square braces for -masm=intel.
(*movabs<mode>_2): Ditto for operand 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230117 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md