2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / elfos.h
blob6a138f9f76f816a0b8721d73308995457c169251
1 /* elfos.h -- operating system specific defines to be used when
2 targeting GCC for some generic ELF system
3 Copyright (C) 1991, 1994, 1995, 1999, 2000, 2001, 2002, 2003
4 Free Software Foundation, Inc.
5 Based on svr4.h contributed by Ron Guilmette (rfg@netcom.com).
7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
14 GCC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with GCC; see the file COPYING. If not, write to
21 the Free Software Foundation, 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
24 #define TARGET_OBJFMT_CPP_BUILTINS() \
25 do \
26 { \
27 builtin_define ("__ELF__"); \
28 } \
29 while (0)
31 /* Define a symbol indicating that we are using elfos.h.
32 Some CPU specific configuration files use this. */
33 #define USING_ELFOS_H
35 /* The prefix to add to user-visible assembler symbols.
37 For ELF systems the convention is *not* to prepend a leading
38 underscore onto user-level symbol names. */
40 #undef USER_LABEL_PREFIX
41 #define USER_LABEL_PREFIX ""
43 /* Biggest alignment supported by the object file format of this
44 machine. Use this macro to limit the alignment which can be
45 specified using the `__attribute__ ((aligned (N)))' construct. If
46 not defined, the default value is `BIGGEST_ALIGNMENT'. */
47 #ifndef MAX_OFILE_ALIGNMENT
48 #define MAX_OFILE_ALIGNMENT (32768 * 8)
49 #endif
51 /* Use periods rather than dollar signs in special g++ assembler names. */
53 #define NO_DOLLAR_IN_LABEL
55 /* Writing `int' for a bit-field forces int alignment for the structure. */
57 #ifndef PCC_BITFIELD_TYPE_MATTERS
58 #define PCC_BITFIELD_TYPE_MATTERS 1
59 #endif
61 /* Implicit library calls should use memcpy, not bcopy, etc. */
63 #define TARGET_MEM_FUNCTIONS
65 /* Handle #pragma weak and #pragma pack. */
67 #define HANDLE_SYSV_PRAGMA 1
69 /* All ELF targets can support DWARF-2. */
71 #define DWARF2_DEBUGGING_INFO 1
73 /* The GNU tools operate better with dwarf2, and it is required by some
74 psABI's. Since we don't have any native tools to be compatible with,
75 default to dwarf2. */
77 #ifndef PREFERRED_DEBUGGING_TYPE
78 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
79 #endif
81 /* All SVR4 targets use the ELF object file format. */
82 #define OBJECT_FORMAT_ELF
85 /* Output #ident as a .ident. */
87 #define ASM_OUTPUT_IDENT(FILE, NAME) \
88 fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);
90 #define IDENT_ASM_OP "\t.ident\t"
92 #undef SET_ASM_OP
93 #define SET_ASM_OP "\t.set\t"
95 /* Most svr4 assemblers want a .file directive at the beginning of
96 their input file. */
97 #define TARGET_ASM_FILE_START_FILE_DIRECTIVE true
99 /* This is how to allocate empty space in some section. The .zero
100 pseudo-op is used for this on most svr4 assemblers. */
102 #define SKIP_ASM_OP "\t.zero\t"
104 #undef ASM_OUTPUT_SKIP
105 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
106 fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
107 SKIP_ASM_OP, (SIZE))
109 /* This is how to store into the string LABEL
110 the symbol_ref name of an internal numbered label where
111 PREFIX is the class of label and NUM is the number within the class.
112 This is suitable for output with `assemble_name'.
114 For most svr4 systems, the convention is that any symbol which begins
115 with a period is not put into the linker symbol table by the assembler. */
117 #undef ASM_GENERATE_INTERNAL_LABEL
118 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
119 do \
121 sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM)); \
123 while (0)
125 /* Output the label which precedes a jumptable. Note that for all svr4
126 systems where we actually generate jumptables (which is to say every
127 svr4 target except i386, where we use casesi instead) we put the jump-
128 tables into the .rodata section and since other stuff could have been
129 put into the .rodata section prior to any given jumptable, we have to
130 make sure that the location counter for the .rodata section gets pro-
131 perly re-aligned prior to the actual beginning of the jump table. */
133 #undef ALIGN_ASM_OP
134 #define ALIGN_ASM_OP "\t.align\t"
136 #ifndef ASM_OUTPUT_BEFORE_CASE_LABEL
137 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
138 ASM_OUTPUT_ALIGN ((FILE), 2);
139 #endif
141 #undef ASM_OUTPUT_CASE_LABEL
142 #define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE) \
143 do \
145 ASM_OUTPUT_BEFORE_CASE_LABEL (FILE, PREFIX, NUM, JUMPTABLE) \
146 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); \
148 while (0)
150 /* The standard SVR4 assembler seems to require that certain builtin
151 library routines (e.g. .udiv) be explicitly declared as .globl
152 in each assembly file where they are referenced. */
154 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
155 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
157 /* This says how to output assembler code to declare an
158 uninitialized external linkage data object. Under SVR4,
159 the linker seems to want the alignment of data objects
160 to depend on their types. We do exactly that here. */
162 #define COMMON_ASM_OP "\t.comm\t"
164 #undef ASM_OUTPUT_ALIGNED_COMMON
165 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
166 do \
168 fprintf ((FILE), "%s", COMMON_ASM_OP); \
169 assemble_name ((FILE), (NAME)); \
170 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
171 (SIZE), (ALIGN) / BITS_PER_UNIT); \
173 while (0)
175 /* This says how to output assembler code to declare an
176 uninitialized internal linkage data object. Under SVR4,
177 the linker seems to want the alignment of data objects
178 to depend on their types. We do exactly that here. */
180 #define LOCAL_ASM_OP "\t.local\t"
182 #undef ASM_OUTPUT_ALIGNED_LOCAL
183 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
184 do \
186 fprintf ((FILE), "%s", LOCAL_ASM_OP); \
187 assemble_name ((FILE), (NAME)); \
188 fprintf ((FILE), "\n"); \
189 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \
191 while (0)
193 /* This is the pseudo-op used to generate a contiguous sequence of byte
194 values from a double-quoted string WITHOUT HAVING A TERMINATING NUL
195 AUTOMATICALLY APPENDED. This is the same for most svr4 assemblers. */
197 #undef ASCII_DATA_ASM_OP
198 #define ASCII_DATA_ASM_OP "\t.ascii\t"
200 /* Support a read-only data section. */
201 #define READONLY_DATA_SECTION_ASM_OP "\t.section\t.rodata"
203 /* On svr4, we *do* have support for the .init and .fini sections, and we
204 can put stuff in there to be executed before and after `main'. We let
205 crtstuff.c and other files know this by defining the following symbols.
206 The definitions say how to change sections to the .init and .fini
207 sections. This is the same for all known svr4 assemblers. */
209 #define INIT_SECTION_ASM_OP "\t.section\t.init"
210 #define FINI_SECTION_ASM_OP "\t.section\t.fini"
212 /* Output assembly directive to move to the beginning of current section. */
213 #ifdef HAVE_GAS_SUBSECTION_ORDERING
214 # define ASM_SECTION_START_OP "\t.subsection\t-1"
215 # define ASM_OUTPUT_SECTION_START(FILE) \
216 fprintf ((FILE), "%s\n", ASM_SECTION_START_OP)
217 #endif
219 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
221 /* Switch into a generic section. */
222 #define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section
224 #undef TARGET_ASM_SELECT_RTX_SECTION
225 #define TARGET_ASM_SELECT_RTX_SECTION default_elf_select_rtx_section
226 #undef TARGET_ASM_SELECT_SECTION
227 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
229 /* Define the strings used for the special svr4 .type and .size directives.
230 These strings generally do not vary from one system running svr4 to
231 another, but if a given system (e.g. m88k running svr) needs to use
232 different pseudo-op names for these, they may be overridden in the
233 file which includes this one. */
235 #define TYPE_ASM_OP "\t.type\t"
236 #define SIZE_ASM_OP "\t.size\t"
238 /* This is how we tell the assembler that a symbol is weak. */
240 #define ASM_WEAKEN_LABEL(FILE, NAME) \
241 do \
243 fputs ("\t.weak\t", (FILE)); \
244 assemble_name ((FILE), (NAME)); \
245 fputc ('\n', (FILE)); \
247 while (0)
249 /* The following macro defines the format used to output the second
250 operand of the .type assembler directive. Different svr4 assemblers
251 expect various different forms for this operand. The one given here
252 is just a default. You may need to override it in your machine-
253 specific tm.h file (depending upon the particulars of your assembler). */
255 #define TYPE_OPERAND_FMT "@%s"
257 /* Write the extra assembler code needed to declare a function's result.
258 Most svr4 assemblers don't require any special declaration of the
259 result value, but there are exceptions. */
261 #ifndef ASM_DECLARE_RESULT
262 #define ASM_DECLARE_RESULT(FILE, RESULT)
263 #endif
265 /* These macros generate the special .type and .size directives which
266 are used to set the corresponding fields of the linker symbol table
267 entries in an ELF object file under SVR4. These macros also output
268 the starting labels for the relevant functions/objects. */
270 /* Write the extra assembler code needed to declare a function properly.
271 Some svr4 assemblers need to also have something extra said about the
272 function's return value. We allow for that here. */
274 #ifndef ASM_DECLARE_FUNCTION_NAME
275 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
276 do \
278 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
279 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
280 ASM_OUTPUT_LABEL (FILE, NAME); \
282 while (0)
283 #endif
285 /* Write the extra assembler code needed to declare an object properly. */
287 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
288 do \
290 HOST_WIDE_INT size; \
292 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "object"); \
294 size_directive_output = 0; \
295 if (!flag_inhibit_size_directive \
296 && (DECL) && DECL_SIZE (DECL)) \
298 size_directive_output = 1; \
299 size = int_size_in_bytes (TREE_TYPE (DECL)); \
300 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, NAME, size); \
303 ASM_OUTPUT_LABEL (FILE, NAME); \
305 while (0)
307 /* Output the size directive for a decl in rest_of_decl_compilation
308 in the case where we did not do so before the initializer.
309 Once we find the error_mark_node, we know that the value of
310 size_directive_output was set
311 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. */
313 #undef ASM_FINISH_DECLARE_OBJECT
314 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END)\
315 do \
317 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
318 HOST_WIDE_INT size; \
320 if (!flag_inhibit_size_directive \
321 && DECL_SIZE (DECL) \
322 && ! AT_END && TOP_LEVEL \
323 && DECL_INITIAL (DECL) == error_mark_node \
324 && !size_directive_output) \
326 size_directive_output = 1; \
327 size = int_size_in_bytes (TREE_TYPE (DECL)); \
328 ASM_OUTPUT_SIZE_DIRECTIVE (FILE, name, size); \
331 while (0)
333 /* This is how to declare the size of a function. */
334 #ifndef ASM_DECLARE_FUNCTION_SIZE
335 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
336 do \
338 if (!flag_inhibit_size_directive) \
339 ASM_OUTPUT_MEASURED_SIZE (FILE, FNAME); \
341 while (0)
342 #endif
344 /* A table of bytes codes used by the ASM_OUTPUT_ASCII and
345 ASM_OUTPUT_LIMITED_STRING macros. Each byte in the table
346 corresponds to a particular byte value [0..255]. For any
347 given byte value, if the value in the corresponding table
348 position is zero, the given character can be output directly.
349 If the table value is 1, the byte must be output as a \ooo
350 octal escape. If the tables value is anything else, then the
351 byte value should be output as a \ followed by the value
352 in the table. Note that we can use standard UN*X escape
353 sequences for many control characters, but we don't use
354 \a to represent BEL because some svr4 assemblers (e.g. on
355 the i386) don't know about that. Also, we don't use \v
356 since some versions of gas, such as 2.2 did not accept it. */
358 #define ESCAPES \
359 "\1\1\1\1\1\1\1\1btn\1fr\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\
360 \0\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
361 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\\0\0\0\
362 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\
363 \1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\
364 \1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\
365 \1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\
366 \1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1"
368 /* Some svr4 assemblers have a limit on the number of characters which
369 can appear in the operand of a .string directive. If your assembler
370 has such a limitation, you should define STRING_LIMIT to reflect that
371 limit. Note that at least some svr4 assemblers have a limit on the
372 actual number of bytes in the double-quoted string, and that they
373 count each character in an escape sequence as one byte. Thus, an
374 escape sequence like \377 would count as four bytes.
376 If your target assembler doesn't support the .string directive, you
377 should define this to zero.
380 #define STRING_LIMIT ((unsigned) 256)
382 #define STRING_ASM_OP "\t.string\t"
384 /* The routine used to output NUL terminated strings. We use a special
385 version of this for most svr4 targets because doing so makes the
386 generated assembly code more compact (and thus faster to assemble)
387 as well as more readable, especially for targets like the i386
388 (where the only alternative is to output character sequences as
389 comma separated lists of numbers). */
391 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \
392 do \
394 register const unsigned char *_limited_str = \
395 (const unsigned char *) (STR); \
396 register unsigned ch; \
398 fprintf ((FILE), "%s\"", STRING_ASM_OP); \
400 for (; (ch = *_limited_str); _limited_str++) \
402 register int escape; \
404 switch (escape = ESCAPES[ch]) \
406 case 0: \
407 putc (ch, (FILE)); \
408 break; \
409 case 1: \
410 fprintf ((FILE), "\\%03o", ch); \
411 break; \
412 default: \
413 putc ('\\', (FILE)); \
414 putc (escape, (FILE)); \
415 break; \
419 fprintf ((FILE), "\"\n"); \
421 while (0)
423 /* The routine used to output sequences of byte values. We use a special
424 version of this for most svr4 targets because doing so makes the
425 generated assembly code more compact (and thus faster to assemble)
426 as well as more readable. Note that if we find subparts of the
427 character sequence which end with NUL (and which are shorter than
428 STRING_LIMIT) we output those using ASM_OUTPUT_LIMITED_STRING. */
430 #undef ASM_OUTPUT_ASCII
431 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
432 do \
434 register const unsigned char *_ascii_bytes = \
435 (const unsigned char *) (STR); \
436 register const unsigned char *limit = _ascii_bytes + (LENGTH); \
437 register unsigned bytes_in_chunk = 0; \
439 for (; _ascii_bytes < limit; _ascii_bytes++) \
441 register const unsigned char *p; \
443 if (bytes_in_chunk >= 60) \
445 fprintf ((FILE), "\"\n"); \
446 bytes_in_chunk = 0; \
449 for (p = _ascii_bytes; p < limit && *p != '\0'; p++) \
450 continue; \
452 if (p < limit && (p - _ascii_bytes) <= (long)STRING_LIMIT) \
454 if (bytes_in_chunk > 0) \
456 fprintf ((FILE), "\"\n"); \
457 bytes_in_chunk = 0; \
460 ASM_OUTPUT_LIMITED_STRING ((FILE), _ascii_bytes); \
461 _ascii_bytes = p; \
463 else \
465 register int escape; \
466 register unsigned ch; \
468 if (bytes_in_chunk == 0) \
469 fprintf ((FILE), "%s\"", ASCII_DATA_ASM_OP); \
471 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
473 case 0: \
474 putc (ch, (FILE)); \
475 bytes_in_chunk++; \
476 break; \
477 case 1: \
478 fprintf ((FILE), "\\%03o", ch); \
479 bytes_in_chunk += 4; \
480 break; \
481 default: \
482 putc ('\\', (FILE)); \
483 putc (escape, (FILE)); \
484 bytes_in_chunk += 2; \
485 break; \
490 if (bytes_in_chunk > 0) \
491 fprintf ((FILE), "\"\n"); \
493 while (0)