]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2006-02-02 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Feb 2006 19:55:09 +0000 (19:55 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Feb 2006 19:55:09 +0000 (19:55 +0000)
* config/sparc/freebsd.h (ENDFILE_SPEC): Add space to separate
object files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110520 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sparc/freebsd.h

index b11d57d8c7f1dffdfa07be0b436f1849e6bccfcf..eb8ae7a29538cf44ce76138af52369b144cb48cf 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-02  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * config/sparc/freebsd.h (ENDFILE_SPEC): Add space to separate
+       object files.
+
 2006-02-02  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        * flow.c (calculate_global_regs_live): Assert that there aren't any
index d3414004ddbc7a449bb981813d16452e0be5fa32..9e432a397019e4c1b0b489b7326f270c6936e55d 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Sun SPARC64 running FreeBSD using the ELF format
-   Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
    Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
 
 This file is part of GCC.
@@ -150,9 +150,9 @@ Boston, MA 02110-1301, USA.  */
 /* #define DWARF_OFFSET_SIZE PTR_SIZE */
 
 #undef ENDFILE_SPEC
-#define ENDFILE_SPEC \
-       "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" \
-       FBSD_ENDFILE_SPEC
+#define ENDFILE_SPEC                                           \
+  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} "  \
+  FBSD_ENDFILE_SPEC
 
 /* We use GNU ld so undefine this so that attribute((init_priority)) works.  */
 #undef CTORS_SECTION_ASM_OP