aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2011-07-21 15:09:37 +0200
committerUros Bizjak <uros@gcc.gnu.org>2011-07-21 15:09:37 +0200
commita423549540656e001cd6d0f820ff60cdbe045f7d (patch)
tree3cc15be7a09396825df7f86c405b3608e8589e6d /gcc
parent7c53a140d9542cb965915ad1d1bb75cd8ce244f5 (diff)
downloadgcc-a423549540656e001cd6d0f820ff60cdbe045f7d.zip
gcc-a423549540656e001cd6d0f820ff60cdbe045f7d.tar.gz
gcc-a423549540656e001cd6d0f820ff60cdbe045f7d.tar.bz2
* ChangeLog: Fix description of my last commit.
From-SVN: r176566
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a1aa3eb..c0c820d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2011-07-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_decompose_address): Reject all but
- register operands and DImode hard registers in index.
+ register operands and subregs of DImode hard registers in index.
2011-07-21 Kai Tietz <ktietz@redhat.com>
@@ -51,9 +51,8 @@
* config/i386/i386.md (indirect_jump): Replace
nonimmediate_operand with indirect_branch_operand.
(*indirect_jump): Likewise. Replace constraint "m" with "w".
- (tablejump): Replace nonimmediate_operand with
- indirect_branch_operand. Convert operand 0 to Pmode for x32 if
- not PIC.
+ (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
+ Convert operand 0 to Pmode for x32 if not PIC.
(*tablejump_1): Replace nonimmediate_operand with
indirect_branch_operand. Replace constraint "m" with "w".
(*call_vzeroupper): Replace constraint "m" with "w".
@@ -64,8 +63,7 @@
(*call_value): Likewise.
(*call_value_rex64_ms_sysv_vzeroupper): Likewise.
(*call_value_rex64_ms_sysv): Likewise.
- (set_got_offset_rex64): Check TARGET_LP64 instead of
- TARGET_64BIT.
+ (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
* config/i386/predicates.md (indirect_branch_operand): New.
(call_insn_operand): Support x32.