Commit 35076532 by Andreas Tobler Committed by Andreas Tobler

re PR bootstrap/41018 (bootstrap broken on FreeBSD powerpc)

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
parent 812a5d4b
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> 2009-08-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
PR target/37053 PR target/37053
......
/* Definitions for PowerPC running FreeBSD using the ELF format /* 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. Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
This file is part of GCC. This file is part of GCC.
...@@ -69,3 +69,6 @@ ...@@ -69,3 +69,6 @@
/* Override rs6000.h definition. */ /* Override rs6000.h definition. */
#undef ASM_APP_OFF #undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n" #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,*:%*}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment