+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
/* 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.
/* 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,*:%*}"