summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-18 10:33:33 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-05-18 10:33:33 -0700
commit3d4ee18234ef5118ff305a8e7026505601a1ce23 (patch)
tree72f0092c128e950ef8ce8696fac63351fe894d97 /gcc/config
parent6aca9695cfe6c56b4aa13957db1d462805edc658 (diff)
downloadgcc-3d4ee18234ef5118ff305a8e7026505601a1ce23.tar.gz
re PR target/21632 (ICE with small model attribute on ia64)
PR target/21632 * config/ia64/ia64.c (ia64_extra_constraint) <'T'>: Use small_addr_symbolic_operand. From-SVN: r99910
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/ia64/ia64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index da9f55cb5ee..d23d3553d8d 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -618,8 +618,7 @@ ia64_extra_constraint (rtx value, char c)
case 'T':
/* Symbol ref to small-address-area. */
- return (GET_CODE (value) == SYMBOL_REF
- && SYMBOL_REF_SMALL_ADDR_P (value));
+ return small_addr_symbolic_operand (value, VOIDmode);
case 'U':
/* Vector zero. */