]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(LINK_SPEC): Fix typo.
authorDoug Evans <dje@gnu.org>
Fri, 24 Jun 1994 02:07:17 +0000 (02:07 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 24 Jun 1994 02:07:17 +0000 (02:07 +0000)
(PTRDIFF_TYPE): Likewise.

From-SVN: r7554

gcc/config/sparc/sp64-elf.h

index 6c518b34fa2191d7ecdc84b10068643550b5cb8f..487876f4901bedad9060fa8c755086dd86e95236 100644 (file)
@@ -67,7 +67,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* This is taken from sol2.h.  */
 #undef LINK_SPEC
 #define LINK_SPEC "\
-%{!nostdlib:%{!r*:%{!e*:-e _start}}}
+%{!nostdlib:%{!r*:%{!e*:-e _start}}} \
 %{h*} %{V} %{v:%{!V:-V}} \
 %{b} %{Wl,*:%*} \
 %{static:-dn -Bstatic} \
@@ -86,7 +86,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef PTRDIFF_TYPE
 #define PTRDIFF_TYPE \
   (POINTER_SIZE == 64 ? "long long int"                                \
-   : POINTER_SIZE == 32 && LONG_TYPE_SIZE == 32 ? "long"       \
+   : POINTER_SIZE == 32 && LONG_TYPE_SIZE == 32 ? "long int"   \
    : 0 /*abort*/)
 
 #undef SIZE_TYPE