1 /* Definitions of target machine for GNU compiler,
2 for NetBSD/vax ELF systems.
3 Copyright (C) 2002 Free Software Foundation, Inc.
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING. If not, write to
19 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
20 Boston, MA 02110-1301, USA. */
22 /* Names to predefine in the preprocessor for this target OS. */
23 #undef TARGET_OS_CPP_BUILTINS
24 #define TARGET_OS_CPP_BUILTINS() \
27 NETBSD_OS_CPP_BUILTINS_ELF(); \
32 #define CPP_SPEC NETBSD_CPP_SPEC
35 #define CC1_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC VAX_CC1_AND_CC1PLUS_SPEC
38 #define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC VAX_CC1_AND_CC1PLUS_SPEC
40 #define NETBSD_ENTRY_POINT "__start"
44 /* FIXME: We must link all executables statically until PIC support
45 is added to the compiler. */
47 "%{assert*} %{R*} %{rpath*} \
48 %{shared:%ethe -shared option is not currently supported for VAX ELF} \
53 %{!e*:-e %(netbsd_entry_point)}}} \
57 #define LINK_SPEC NETBSD_LINK_SPEC_ELF
61 { "netbsd_entry_point", NETBSD_ENTRY_POINT },
63 /* We use gas, not the UNIX assembler. */
65 #define TARGET_DEFAULT MASK_QMATH