From f500db2abacce2d005c8fa19f64e5286ea905fdc Mon Sep 17 00:00:00 2001 From: hjl Date: Mon, 12 Mar 2012 18:35:57 +0000 Subject: [PATCH] Remove :P on tls_symbolic_operand 2012-03-12 H.J. Lu * config/i386/i386.md (*tls_global_dynamic_64_): Remove :P on tls_symbolic_operand. (tls_global_dynamic_64_): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185261 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/i386.md | 4 ++-- 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 + + * config/i386/i386.md (*tls_global_dynamic_64_): Remove :P + on tls_symbolic_operand. + (tls_global_dynamic_64_): Likewise. + 2012-03-12 Georg-Johann Lay 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") -- 2.7.4