OSDN Git Service

* builtins.c (expand_builtin_setjmp_receiver): Const-ify.
[pf3gnuchains/gcc-fork.git] / gcc / config / m68k / dpx2g.h
1 /*
2  * dpx2g.h - Bull DPX/2 200 and 300 systems (m68k, SysVr3) with gas
3  */
4
5 #define USE_GAS
6 #include "m68k/dpx2.h"
7
8 #undef STARTFILE_SPEC
9 #define STARTFILE_SPEC \
10   "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
11   huge.o%s"
12
13 /* Gas understands dollars in labels. */
14 #undef NO_DOLLAR_IN_LABEL
15 /* GAS does not understand .ident so don't output anything for #ident.  */
16 #undef ASM_OUTPUT_IDENT
17
18 #undef ASM_LONG
19 #define ASM_LONG "\t.long"
20
21 /* end of dpx2g.h */