]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/41018 (bootstrap broken on FreeBSD powerpc)
authorAndreas Tobler <a.tobler@schweiz.org>
Mon, 10 Aug 2009 18:23:57 +0000 (18:23 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 10 Aug 2009 18:23:57 +0000 (20:23 +0200)
2009-08-10  Andreas Tobler  <a.tobler@schweiz.org>

PR bootstrap/41018
* config/rs6000/freebsd.h: Define SVR4_ASM_SPEC. Adjust copyright
year.

From-SVN: r150632

gcc/ChangeLog
gcc/config/rs6000/freebsd.h

index 67d98a7cd109a06191cbd8f809a81656b1115c95..8cee76abc124454322afcee24198907bfce4e5e8 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-10  Andreas Tobler  <a.tobler@schweiz.org>
+
+       PR bootstrap/41018
+       * config/rs6000/freebsd.h: Define SVR4_ASM_SPEC. Adjust copyright
+       year.
+
 2009-08-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        PR target/37053
index b4dea55417dd3777d9a0faf2e78124281b053996..bc2a10bb7a3aeaef478c79c674bbac654706bee2 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for PowerPC running FreeBSD using the ELF format
-   Copyright (C) 2001, 2003, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2007, 2009 Free Software Foundation, Inc.
    Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
 
    This file is part of GCC.
@@ -69,3 +69,6 @@
 /* Override rs6000.h definition.  */
 #undef  ASM_APP_OFF
 #define ASM_APP_OFF "#NO_APP\n"
+/* Define SVR4_ASM_SPEC, we use GAS by default. See svr4.h for details.  */
+#define SVR4_ASM_SPEC \
+  "%{v:-V} %{Wa,*:%*}"