* pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 3 Jan 1998 11:09:27 +0000 (11:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 3 Jan 1998 11:09:27 +0000 (04:09 -0700)
From-SVN: r17284

gcc/ChangeLog
gcc/config/pa/pa.h

index 9c3be2f88cceb8b75589155714faf1c65ad19766..80593dd48460473334a1c36f51db3c144daf3532 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jan  3 12:08:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * pa.h (ASM_OUTPUT_MI_THUNK): Add missing % in fprintf.
+
 Fri Jan  2 23:40:09 1998  Jim Wilson  (wilson@cygnus.com)
                           Jeffrey A Law  (law@cygnus.com)
 
index 6af722a1b57b02e1ab35e0c5296558d6caae9133..0e9d0407b381b0931c49d228a59fde827354b599 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for the HP Spectrum.
-   Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support
    and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for
    Software Science at the University of Utah.
@@ -1118,7 +1118,7 @@ extern enum cmp_type hppa_branch_type;
   if (VAL_14_BITS_P (DELTA)) \
     fprintf (FILE, "\tb %s\n\tldo %d(%%r26),%%r26\n", target_name, DELTA); \
   else \
-    fprintf (FILE, "\taddil L%%%d,%r26\n\tb %s\n\tldo R%%%d(%%r1),%%r26\n", \
+    fprintf (FILE, "\taddil L%%%d,%%r26\n\tb %s\n\tldo R%%%d(%%r1),%%r26\n", \
             DELTA, target_name, DELTA); \
   fprintf (FILE, "\n\t.EXIT\n\t.PROCEND\n"); \
 }