From ebcf525f58c8bf78b8ee10c7cd4aed0ee26ff604 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 1 May 1997 15:03:33 -0600 Subject: * pa.md (call_internal_symref): Fix typo. From-SVN: r14006 --- gcc/config/pa/pa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index b89dbb7..3bb9794 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -4128,7 +4128,7 @@ /* Long millicode call, but we are not generating PIC or portable runtime code. */ if (get_attr_length (insn) == 12) - return \"CALL\\tARGW0=GR\;ldil L%%$$dyncall,%%r2\;ble R%%$$dyncall(%%sr4,%%r2)\;copy %%r31,%%r2\"; + return \".CALL\\tARGW0=GR\;ldil L%%$$dyncall,%%r2\;ble R%%$$dyncall(%%sr4,%%r2)\;copy %%r31,%%r2\"; /* Long millicode call for portable runtime. */ if (get_attr_length (insn) == 20) -- cgit v1.1