comparison gcc/config/i386/nto.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Definitions for Intel 386 running QNX/Neutrino. 1 /* Definitions for Intel 386 running QNX/Neutrino.
2 Copyright (C) 2002, 2003, 2007, 2010 Free Software Foundation, Inc. 2 Copyright (C) 2002-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 #undef DEFAULT_PCC_STRUCT_RETURN 20 #undef DEFAULT_PCC_STRUCT_RETURN
21 #define DEFAULT_PCC_STRUCT_RETURN 1 21 #define DEFAULT_PCC_STRUCT_RETURN 1
22
23 #undef TARGET_VERSION
24 #define TARGET_VERSION fprintf (stderr, " (QNX/Neutrino/i386 ELF)");
25 22
26 #undef TARGET_OS_CPP_BUILTINS 23 #undef TARGET_OS_CPP_BUILTINS
27 #define TARGET_OS_CPP_BUILTINS() \ 24 #define TARGET_OS_CPP_BUILTINS() \
28 do \ 25 do \
29 { \ 26 { \