OSDN Git Service

Fix copyrights.
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sp64-elf.h
1 /* Definitions of target machine for GNU compiler, for SPARC64, ELF.
2    Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000
3    Free Software Foundation, Inc.
4    Contributed by Doug Evans, dje@cygnus.com.
5
6 This file is part of GNU CC.
7
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING.  If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA.  */
22
23 /* ??? We're taking the scheme of including another file and then overriding
24    the values we don't like a bit too far here.  The alternative is to more or
25    less duplicate all of svr4.h, sparc/sysv4.h, and sparc/sol2.h here
26    (suitably cleaned up).  */
27
28 #include "sparc/sol2.h"
29
30 #undef TARGET_VERSION
31 #define TARGET_VERSION fprintf (stderr, " (sparc64-elf)")
32
33 /* A 64 bit v9 compiler in a Medium/Anywhere code model environment.  */
34
35 #undef TARGET_DEFAULT
36 #define TARGET_DEFAULT \
37 (MASK_V9 + MASK_PTR64 + MASK_64BIT + MASK_HARD_QUAD \
38  + MASK_APP_REGS + MASK_EPILOGUE + MASK_FPU + MASK_STACK_BIAS)
39
40 #undef SPARC_DEFAULT_CMODEL
41 #define SPARC_DEFAULT_CMODEL CM_EMBMEDANY
42
43 #undef CPP_PREDEFINES
44 #define CPP_PREDEFINES "-Dsparc -D__ELF__ -Acpu(sparc) -Amachine(sparc)"
45
46 /* __svr4__ is used by the C library (FIXME) */
47 #undef CPP_SUBTARGET_SPEC
48 #define CPP_SUBTARGET_SPEC "-D__svr4__"
49
50 #undef MD_EXEC_PREFIX
51 #undef MD_STARTFILE_PREFIX
52
53 #undef ASM_SPEC
54 #define ASM_SPEC "\
55 %{v:-V} -s %{fpic:-K PIC} %{fPIC:-K PIC} \
56 %{mlittle-endian:-EL} \
57 %(asm_cpu) %(asm_arch) \
58 "
59
60 /* This is taken from sol2.h.  */
61 #undef LINK_SPEC
62 #define LINK_SPEC "\
63 %{v:-V} \
64 %{mlittle-endian:-EL} \
65 "
66
67 /* We need something a little simpler for the embedded environment.
68    Profiling doesn't really work yet so we just copy the default.  */
69 #undef STARTFILE_SPEC
70 #define STARTFILE_SPEC "\
71 %{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}} \
72 crtbegin.o%s \
73 "
74
75 #undef ENDFILE_SPEC
76 #define ENDFILE_SPEC "crtend.o%s"
77
78 /* Use the default (for now).  */
79 #undef LIB_SPEC
80
81 /* V9 chips can handle either endianness.  */
82 #undef SUBTARGET_SWITCHES
83 #define SUBTARGET_SWITCHES \
84 {"big-endian", -MASK_LITTLE_ENDIAN, "Generate code for big endian" }, \
85 {"little-endian", MASK_LITTLE_ENDIAN, "Generate code for little endian" },
86
87 #undef BYTES_BIG_ENDIAN
88 #define BYTES_BIG_ENDIAN (! TARGET_LITTLE_ENDIAN)
89
90 #undef WORDS_BIG_ENDIAN
91 #define WORDS_BIG_ENDIAN (! TARGET_LITTLE_ENDIAN)
92
93 /* ??? This should be 32 bits for v9 but what can we do?  */
94 #undef WCHAR_TYPE
95 #define WCHAR_TYPE "short unsigned int"
96
97 #undef WCHAR_TYPE_SIZE
98 #define WCHAR_TYPE_SIZE 16
99
100 #undef LONG_DOUBLE_TYPE_SIZE
101 #define LONG_DOUBLE_TYPE_SIZE 128
102
103 /* The medium/anywhere code model practically requires us to put jump tables
104    in the text section as gcc is unable to distinguish LABEL_REF's of jump
105    tables from other label refs (when we need to).  */
106 /* But we now defer the tables to the end of the function, so we make
107    this 0 to not confuse the branch shortening code.  */
108 #undef JUMP_TABLES_IN_TEXT_SECTION
109 #define JUMP_TABLES_IN_TEXT_SECTION 0
110
111 /* System V Release 4 uses DWARF debugging info.
112    GDB doesn't support 64 bit stabs yet and the desired debug format is DWARF
113    anyway so it is the default.  */
114
115 #define DWARF_DEBUGGING_INFO
116 #define DWARF2_DEBUGGING_INFO
117 #define DBX_DEBUGGING_INFO
118
119 #undef PREFERRED_DEBUGGING_TYPE
120 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
121
122 /* Stabs doesn't use this, and it confuses a simulator.  */
123 /* ??? Need to see what DWARF needs, if anything.  */
124 #undef ASM_IDENTIFY_GCC
125 #define ASM_IDENTIFY_GCC(FILE)
126
127 /* Define the names of various pseudo-ops used by the Sparc/svr4 assembler.
128    ??? If ints are 64 bits then UNALIGNED_INT_ASM_OP (defined elsewhere) is
129    misnamed.  These should all refer to explicit sizes (half/word/xword?),
130    anything other than short/int/long/etc.  */
131
132 #define UNALIGNED_LONGLONG_ASM_OP       ".uaxword"
133
134 /* DWARF stuff.  */
135
136 #define ASM_OUTPUT_DWARF_ADDR(FILE, LABEL) \
137 do {                                                            \
138   fprintf ((FILE), "\t%s\t", UNALIGNED_LONGLONG_ASM_OP);        \
139   assemble_name ((FILE), (LABEL));                              \
140   fprintf ((FILE), "\n");                                       \
141 } while (0)
142
143 #define ASM_OUTPUT_DWARF_ADDR_CONST(FILE, RTX) \
144 do {                                                            \
145   fprintf ((FILE), "\t%s\t", UNALIGNED_LONGLONG_ASM_OP);        \
146   output_addr_const ((FILE), (RTX));                            \
147   fputc ('\n', (FILE));                                         \
148 } while (0)
149
150 /* ??? Not sure if this should be 4 or 8 bytes.  4 works for now.  */
151 #define ASM_OUTPUT_DWARF_REF(FILE, LABEL) \
152 do {                                                            \
153   fprintf ((FILE), "\t%s\t", UNALIGNED_INT_ASM_OP);             \
154   assemble_name ((FILE), (LABEL));                              \
155   fprintf ((FILE), "\n");                                       \
156 } while (0)