aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2004-01-14 09:48:30 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-01-14 09:48:30 +0000
commit35d405cf7d68d27de719b6edf882370137a74b91 (patch)
treed143a6d62d8d2aa82cb89da8a956579304cccb1a
parent27768ae6ae1433441ae6bb34625d0b5b25eda10c (diff)
downloadgcc-35d405cf7d68d27de719b6edf882370137a74b91.zip
gcc-35d405cf7d68d27de719b6edf882370137a74b91.tar.gz
gcc-35d405cf7d68d27de719b6edf882370137a74b91.tar.bz2
ChangeLog
From-SVN: r75855
-rw-r--r--gcc/config/sparc/sparc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md
index b3a7dfa..0843478 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)")