comparison gcc/config/sparc/sp-elf.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions of target machine for GCC, 1 /* Definitions of target machine for GCC,
2 for SPARC running in an embedded environment using the ELF file format. 2 for SPARC running in an embedded environment using the ELF file format.
3 Copyright (C) 2005-2017 Free Software Foundation, Inc. 3 Copyright (C) 2005-2018 Free Software Foundation, Inc.
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
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
15 GNU General Public License for more details. 15 GNU General Public License for more details.
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
21 /* Don't assume anything about the header files. */
22 #define NO_IMPLICIT_EXTERN_C
23 20
24 /* It's safe to pass -s always, even if -g is not used. */ 21 /* It's safe to pass -s always, even if -g is not used. */
25 #undef ASM_SPEC 22 #undef ASM_SPEC
26 #define ASM_SPEC \ 23 #define ASM_SPEC \
27 "-s \ 24 "-s \