aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-03-12 18:35:57 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-03-12 11:35:57 -0700
commita029a1543541b5231e2b7eba3ef1b30046234d36 (patch)
treec5be9cba681588eac53c60a762a96e2c90b6a8d2
parent19eb5c1a1ef70a27483538a3342491b02be15ae3 (diff)
downloadgcc-a029a1543541b5231e2b7eba3ef1b30046234d36.zip
gcc-a029a1543541b5231e2b7eba3ef1b30046234d36.tar.gz
gcc-a029a1543541b5231e2b7eba3ef1b30046234d36.tar.bz2
Remove :P on tls_symbolic_operand
2012-03-12 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P on tls_symbolic_operand. (tls_global_dynamic_64_<mode>): Likewise. From-SVN: r185261
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/i386.md4
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fcc25b8..477aa77 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
+ on tls_symbolic_operand.
+ (tls_global_dynamic_64_<mode>): Likewise.
+
2012-03-12 Georg-Johann Lay <avr@gjlay.de>
PR other/52545
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 60dc814..890ea56 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -12628,7 +12628,7 @@
(call:P
(mem:QI (match_operand:P 2 "constant_call_address_operand" "z"))
(match_operand:P 3 "" "")))
- (unspec:P [(match_operand:P 1 "tls_symbolic_operand" "")]
+ (unspec:P [(match_operand 1 "tls_symbolic_operand" "")]
UNSPEC_TLS_GD)]
"TARGET_64BIT"
{
@@ -12652,7 +12652,7 @@
(call:P
(mem:QI (match_operand:P 2 "constant_call_address_operand" ""))
(const_int 0)))
- (unspec:P [(match_operand:P 1 "tls_symbolic_operand" "")]
+ (unspec:P [(match_operand 1 "tls_symbolic_operand" "")]
UNSPEC_TLS_GD)])]
"TARGET_64BIT")