comparison gcc/config/i386/vxworks.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* IA32 VxWorks target definitions for GNU compiler. 1 /* IA32 VxWorks target definitions for GNU compiler.
2 Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2003, 2004, 2005, 2007, 2010 Free Software Foundation, Inc.
3 Updated by CodeSourcery, LLC. 3 Updated by CodeSourcery, LLC.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see 18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */ 19 <http://www.gnu.org/licenses/>. */
20 20
21 #define HANDLE_SYSV_PRAGMA 1
22
23 #undef TARGET_VERSION 21 #undef TARGET_VERSION
24 #define TARGET_VERSION fprintf (stderr, " (80586, VxWorks syntax)"); 22 #define TARGET_VERSION fprintf (stderr, " (80586, VxWorks syntax)");
25 23
26 #undef ASM_SPEC 24 #undef ASM_SPEC
27 #define ASM_SPEC "%{v:-v} %{Qy:} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" 25 #define ASM_SPEC ""
28 26
29 #define TARGET_OS_CPP_BUILTINS() \ 27 #define TARGET_OS_CPP_BUILTINS() \
30 do \ 28 do \
31 { \ 29 { \
32 VXWORKS_OS_CPP_BUILTINS (); \ 30 VXWORKS_OS_CPP_BUILTINS (); \