From 9ec9ad579896de301d5a2d1fa0949cf5a83d4cef Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 18 Aug 1993 00:22:49 -0600 Subject: [PATCH] pa.md (call_internal_symref): Make pattern unavailable if TARGET_LONG_CALLS. * pa.md (call_internal_symref): Make pattern unavailable if TARGET_LONG_CALLS. (call_value_internal_symref): Likewise. From-SVN: r5170 --- gcc/config/pa/pa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 80d2af58c09..4b085f27eb7 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2792,7 +2792,7 @@ (match_operand 1 "" "i")) (clobber (reg:SI 2)) (use (const_int 0))] - "" + "! TARGET_LONG_CALLS" "* { output_arg_descriptor (insn); @@ -2855,7 +2855,7 @@ (clobber (reg:SI 2)) (use (const_int 0))] ;;- Don't use operand 1 for most machines. - "" + "! TARGET_LONG_CALLS" "* { output_arg_descriptor (insn); -- 2.30.2