From 35d405cf7d68d27de719b6edf882370137a74b91 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 14 Jan 2004 09:48:30 +0000 Subject: [PATCH] ChangeLog From-SVN: r75855 --- gcc/config/sparc/sparc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index b3a7dfaf447..08434789c5a 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -8597,7 +8597,7 @@ [(set (match_operand:SI 0 "register_operand" "=r") (plus:SI (match_operand:SI 1 "register_operand" "r") (unspec:SI [(match_operand:SI 2 "register_operand" "r") - (match_operand 3 "tld_symbolic_operand" "")] + (match_operand 3 "tie_symbolic_operand" "")] UNSPEC_TLSIE)))] "TARGET_SUN_TLS && TARGET_ARCH32" "add\\t%1, %2, %0, %%tie_add(%a3)") @@ -8606,7 +8606,7 @@ [(set (match_operand:DI 0 "register_operand" "=r") (plus:DI (match_operand:DI 1 "register_operand" "r") (unspec:DI [(match_operand:DI 2 "register_operand" "r") - (match_operand 3 "tld_symbolic_operand" "")] + (match_operand 3 "tie_symbolic_operand" "")] UNSPEC_TLSIE)))] "TARGET_SUN_TLS && TARGET_ARCH64" "add\\t%1, %2, %0, %%tie_add(%a3)") -- 2.30.2