aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2006-02-02 20:55:09 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2006-02-02 20:55:09 +0100
commitf767d7943513ae0fb8f85484f802389853dc8a71 (patch)
tree94f55925415e7327f045ba3fea657b7ab7bdb779
parent82fd2f04a6850986d799777c247642c823318f70 (diff)
downloadgcc-f767d7943513ae0fb8f85484f802389853dc8a71.zip
gcc-f767d7943513ae0fb8f85484f802389853dc8a71.tar.gz
gcc-f767d7943513ae0fb8f85484f802389853dc8a71.tar.bz2
freebsd.h (ENDFILE_SPEC): Add space to separate object files.
2006-02-02 Andreas Tobler <a.tobler@schweiz.ch> * config/sparc/freebsd.h (ENDFILE_SPEC): Add space to separate object files. From-SVN: r110520
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sparc/freebsd.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b11d57d..eb8ae7a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h
index d341400..9e432a3 100644
--- a/gcc/config/sparc/freebsd.h
+++ b/gcc/config/sparc/freebsd.h
@@ -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