diff options
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config/i386/i386.md | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcc25b87364..477aa77210f 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 60dc814bb0d..890ea568c9c 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") |

