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
This commit is contained in:
Andreas Tobler 2009-08-10 18:23:57 +00:00 committed by Andreas Tobler
parent 812a5d4b7e
commit 3507653247
2 changed files with 10 additions and 1 deletions

View 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

View 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,*:%*}"