comparison gcc/config/xtensa/elf.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 /* Xtensa/Elf configuration. 1 /* Xtensa/Elf configuration.
2 Derived from the configuration for GCC for Intel i386 running Linux. 2 Derived from the configuration for GCC for Intel i386 running Linux.
3 Copyright (C) 2001, 2003, 2006, 2007, 2010 Free Software Foundation, Inc. 3 Copyright (C) 2001-2017 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 it under 7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free 8 the terms of the GNU General Public License as published by the Free
27 #define ASM_APP_ON "#APP\n" 27 #define ASM_APP_ON "#APP\n"
28 28
29 #undef ASM_APP_OFF 29 #undef ASM_APP_OFF
30 #define ASM_APP_OFF "#NO_APP\n" 30 #define ASM_APP_OFF "#NO_APP\n"
31 31
32 #undef TARGET_VERSION
33 #define TARGET_VERSION fputs (" (Xtensa/ELF)", stderr);
34
35 #undef SIZE_TYPE 32 #undef SIZE_TYPE
36 #define SIZE_TYPE "unsigned int" 33 #define SIZE_TYPE "unsigned int"
37 34
38 #undef PTRDIFF_TYPE 35 #undef PTRDIFF_TYPE
39 #define PTRDIFF_TYPE "int" 36 #define PTRDIFF_TYPE "int"
49 "%{mtext-section-literals:--text-section-literals} \ 46 "%{mtext-section-literals:--text-section-literals} \
50 %{mno-text-section-literals:--no-text-section-literals} \ 47 %{mno-text-section-literals:--no-text-section-literals} \
51 %{mtarget-align:--target-align} \ 48 %{mtarget-align:--target-align} \
52 %{mno-target-align:--no-target-align} \ 49 %{mno-target-align:--no-target-align} \
53 %{mlongcalls:--longcalls} \ 50 %{mlongcalls:--longcalls} \
54 %{mno-longcalls:--no-longcalls}" 51 %{mno-longcalls:--no-longcalls} \
52 %{mauto-litpools:--auto-litpools} \
53 %{mno-auto-litpools:--no-auto-litpools}"
55 54
56 #undef LIB_SPEC 55 #undef LIB_SPEC
57 #define LIB_SPEC "-lc -lsim -lc -lhandlers-sim -lhal" 56 #define LIB_SPEC "-lc -lsim -lc -lhandlers-sim -lhal"
58 57
59 #undef STARTFILE_SPEC 58 #undef STARTFILE_SPEC