OSDN Git Service

2002-04-12 Eric Norum <eric.norum@usask.ca>
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / sun.h
1 /* Definitions for Intel 386 running SunOS 4.0.
2    Copyright (C) 1988, 1995, 2002 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 /* Use's the Sun assembler syntax.  */
22
23 /* Use crt0.o as a startup file.  */
24
25 #define STARTFILE_SPEC  \
26   "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
27
28 #define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} \
29 %{g:-lg} %{sun386:}"
30 /* That last item is just to prevent a spurious error.  */
31
32 #undef LINK_SPEC
33 #define LINK_SPEC \
34   "%{!nostdlib:%{!r*:%{!e*:-e _start}}} -dc -dp %{static:-Bstatic}"
35
36 /* Extra switches to give the assembler.  */
37
38 #define ASM_SPEC "%{R} -i386 %{keep-local-as-symbols:-L}"
39
40 /* Specify predefined symbols in preprocessor.  */
41
42 #define CPP_PREDEFINES "-Dunix -Dsun386 -Dsun -Asystem=unix -Asystem=bsd"
43
44 /* Allow #sccs in preprocessor.  */
45
46 #define SCCS_DIRECTIVE
47
48 /* Output #ident as a .ident.  */
49
50 #define ASM_OUTPUT_IDENT(FILE, NAME) fprintf (FILE, "\t.ident \"%s\"\n", NAME);
51
52 /* We don't want to output SDB debugging information.  */
53
54 #undef SDB_DEBUGGING_INFO
55
56 /* We want to output DBX debugging information.  */
57
58 #define DBX_DEBUGGING_INFO
59
60 /* Implicit library calls should use memcpy, not bcopy, etc.  */
61
62 #define TARGET_MEM_FUNCTIONS
63
64 /* Force structure alignment to the type used for a bitfield.  */
65
66 #define PCC_BITFIELD_TYPE_MATTERS 1
67
68 /* This is partly guess.  */
69
70 #undef DBX_REGISTER_NUMBER
71 #define DBX_REGISTER_NUMBER(n) \
72   ((n) == 0 ? 11 : (n)  == 1 ? 9 : (n) == 2 ? 10 : (n) == 3 ? 8 \
73    : (n) == 4 ? 5 : (n) == 5 ? 4 : (n) == 6 ? 6 : (n))
74
75 /* Every debugger symbol must be in the text section.
76    Otherwise the assembler or the linker screws up.  */
77
78 #define DEBUG_SYMS_TEXT