comparison gcc/config/sh/rtems.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Definitions for rtems targeting a SH using COFF. 1 /* Definitions for rtems targeting a SH using COFF.
2 Copyright (C) 1997, 1998, 2000, 2002, 2007 Free Software Foundation, Inc. 2 Copyright (C) 1997-2017 Free Software Foundation, Inc.
3 Contributed by Joel Sherrill (joel@OARcorp.com). 3 Contributed by Joel Sherrill (joel@OARcorp.com).
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 it
8 it under the terms of the GNU General Public License as published by 8 under the terms of the GNU General Public License as published
9 the Free Software Foundation; either version 3, or (at your option) 9 by the Free Software Foundation; either version 3, or (at your
10 any later version. 10 option) any later version.
11 11
12 GCC is distributed in the hope that it will be useful, 12 GCC is distributed in the hope that it will be useful, but WITHOUT
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 GNU General Public License for more details. 15 License for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 Under Section 7 of GPL version 3, you are granted additional
18 along with GCC; see the file COPYING3. If not see 18 permissions described in the GCC Runtime Library Exception, version
19 <http://www.gnu.org/licenses/>. */ 19 3.1, as published by the Free Software Foundation.
20
21 You should have received a copy of the GNU General Public License and
22 a copy of the GCC Runtime Library Exception along with this program;
23 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
24 <http://www.gnu.org/licenses/>. */
20 25
21 /* Specify predefined symbols in preprocessor. */ 26 /* Specify predefined symbols in preprocessor. */
22 27
23 #define TARGET_OS_CPP_BUILTINS() do { \ 28 #define TARGET_OS_CPP_BUILTINS() do { \
24 builtin_define( "__rtems__" ); \ 29 builtin_define( "__rtems__" ); \