1 /* Definitions for Intel 386 running Linux-based GNU systems with ELF format.
2 Copyright (C) 2012-2022 Free Software Foundation, Inc.
3 Contributed by Ilya Enkovich.
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 3, 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 COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
21 #undef TARGET_OS_CPP_BUILTINS
22 #define TARGET_OS_CPP_BUILTINS() \
25 GNU_USER_TARGET_OS_CPP_BUILTINS(); \
26 ANDROID_TARGET_OS_CPP_BUILTINS(); \
30 #define EXTRA_TARGET_D_OS_VERSIONS() \
31 ANDROID_TARGET_D_OS_VERSIONS();
35 LINUX_OR_ANDROID_CC (GNU_USER_TARGET_CC1_SPEC, \
36 GNU_USER_TARGET_CC1_SPEC " " ANDROID_CC1_SPEC)
40 LINUX_OR_ANDROID_LD (GNU_USER_TARGET_LINK_SPEC, \
41 GNU_USER_TARGET_LINK_SPEC " " ANDROID_LINK_SPEC)
45 LINUX_OR_ANDROID_LD (GNU_USER_TARGET_LIB_SPEC, \
46 GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC " " ANDROID_LIB_SPEC)
49 #define STARTFILE_SPEC \
50 LINUX_OR_ANDROID_LD (GNU_USER_TARGET_STARTFILE_SPEC, \
51 ANDROID_STARTFILE_SPEC)
54 #define ENDFILE_SPEC \
55 LINUX_OR_ANDROID_LD (GNU_USER_TARGET_MATHFILE_SPEC " " \
56 GNU_USER_TARGET_ENDFILE_SPEC, \
57 GNU_USER_TARGET_MATHFILE_SPEC " " \
60 #ifdef HAVE_LD_PUSHPOPSTATE_SUPPORT
61 #define MPX_LD_AS_NEEDED_GUARD_PUSH "--push-state --no-as-needed"
62 #define MPX_LD_AS_NEEDED_GUARD_POP "--pop-state"
64 #define MPX_LD_AS_NEEDED_GUARD_PUSH ""
65 #define MPX_LD_AS_NEEDED_GUARD_POP ""
68 extern void file_end_indicate_exec_stack_and_gnu_property (void);
70 #undef TARGET_ASM_FILE_END
71 #define TARGET_ASM_FILE_END file_end_indicate_exec_stack_and_gnu_property