* pa.md (call_internal_symref): Fix typo.
authorJeff Law <law@gcc.gnu.org>
Thu, 1 May 1997 21:03:33 +0000 (15:03 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 1 May 1997 21:03:33 +0000 (15:03 -0600)
From-SVN: r14006

gcc/config/pa/pa.md

index b89dbb760913b044de01e93fa7da4c99eb6339c5..3bb9794a9837a816b116feeecef9905f48e0d30b 100644 (file)
   /* 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)