* varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer
[official-gcc.git] / gcc / config / alpha / vms.h
blobed12e93d079f0ae4ee3dd62ce1011bd62bda57de
1 /* Output variables, constants and external declarations, for GNU compiler.
2 Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
4 This file is part of GNU CC.
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.
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.
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. */
21 #define TARGET_OBJECT_SUFFIX ".obj"
22 #define TARGET_EXECUTABLE_SUFFIX ".exe"
24 /* This enables certain macros in alpha.h, which will make an indirect
25 reference to an external symbol an invalid address. This needs to be
26 defined before we include alpha.h, since it determines which macros
27 are used for GO_IF_*. */
29 #define NO_EXTERNAL_INDIRECT_ADDRESS
31 #include "alpha/alpha.h"
33 #undef CPP_PREDEFINES
34 #define CPP_PREDEFINES \
35 "-D__ALPHA -Dvms -DVMS -D__vms__ -D__VMS__ -Asystem=vms"
37 #undef CPP_SUBTARGET_SPEC
38 #define CPP_SUBTARGET_SPEC "\
39 %{mfloat-ieee:-D__IEEE_FLOAT} \
40 %{mfloat-vax:-D__G_FLOAT} \
41 %{!mfloat-vax:-D__IEEE_FLOAT}"
43 /* By default, allow $ to be part of an identifier. */
44 #define DOLLARS_IN_IDENTIFIERS 2
46 #undef TARGET_DEFAULT
47 #define TARGET_DEFAULT (MASK_FP|MASK_FPREGS|MASK_GAS)
48 #undef TARGET_ABI_OPEN_VMS
49 #define TARGET_ABI_OPEN_VMS 1
51 #undef TARGET_NAME
52 #define TARGET_NAME "OpenVMS/Alpha"
53 #undef TARGET_VERSION
54 #define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME);
56 /* The structure return address arrives as an "argument" on VMS. */
57 #undef STRUCT_VALUE_REGNUM
58 #define STRUCT_VALUE 0
59 #undef PCC_STATIC_STRUCT_RETURN
61 /* "long" is 32 bits, but 64 bits for Ada. */
62 #undef LONG_TYPE_SIZE
63 #define LONG_TYPE_SIZE 32
64 #define ADA_LONG_TYPE_SIZE 64
66 /* Pointer is 32 bits but the hardware has 64-bit addresses, sign extended. */
67 #undef POINTER_SIZE
68 #define POINTER_SIZE 32
69 #define POINTERS_EXTEND_UNSIGNED 0
71 #define MAX_OFILE_ALIGNMENT 524288 /* 8 x 2^16 by DEC Ada Test CD40VRA */
73 #undef FIXED_REGISTERS
74 #define FIXED_REGISTERS \
75 {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
76 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, \
77 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
78 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }
80 #undef CALL_USED_REGISTERS
81 #define CALL_USED_REGISTERS \
82 {1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
83 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
84 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, \
85 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }
87 /* List the order in which to allocate registers. Each register must be
88 listed once, even those in FIXED_REGISTERS.
90 We allocate in the following order:
91 $f1 (nonsaved floating-point register)
92 $f10-$f15 (likewise)
93 $f22-$f30 (likewise)
94 $f21-$f16 (likewise, but input args)
95 $f0 (nonsaved, but return value)
96 $f2-$f9 (saved floating-point registers)
97 $1 (nonsaved integer registers)
98 $22-$25 (likewise)
99 $28 (likewise)
100 $0 (likewise, but return value)
101 $21-$16 (likewise, but input args)
102 $27 (procedure value in OSF, nonsaved in NT)
103 $2-$8 (saved integer registers)
104 $9-$14 (saved integer registers)
105 $26 (return PC)
106 $15 (frame pointer)
107 $29 (global pointer)
108 $30, $31, $f31 (stack pointer and always zero/ap & fp) */
110 #undef REG_ALLOC_ORDER
111 #define REG_ALLOC_ORDER \
112 {33, \
113 42, 43, 44, 45, 46, 47, \
114 54, 55, 56, 57, 58, 59, 60, 61, 62, \
115 53, 52, 51, 50, 49, 48, \
116 32, \
117 34, 35, 36, 37, 38, 39, 40, 41, \
118 1, \
119 22, 23, 24, 25, \
120 28, \
121 0, \
122 21, 20, 19, 18, 17, 16, \
123 27, \
124 2, 3, 4, 5, 6, 7, 8, \
125 9, 10, 11, 12, 13, 14, \
126 26, \
127 15, \
128 29, \
129 30, 31, 63 }
131 #undef HARD_FRAME_POINTER_REGNUM
132 #define HARD_FRAME_POINTER_REGNUM 29
134 /* Define registers used by the epilogue and return instruction. */
135 #undef EPILOGUE_USES
136 #define EPILOGUE_USES(REGNO) ((REGNO) == 26 || (REGNO) == 29)
138 #undef CAN_ELIMINATE
139 #define CAN_ELIMINATE(FROM, TO) \
140 ((TO) != STACK_POINTER_REGNUM || ! alpha_using_fp ())
142 #undef INITIAL_ELIMINATION_OFFSET
143 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
144 { if ((FROM) == FRAME_POINTER_REGNUM) \
145 (OFFSET) = alpha_sa_size () + alpha_pv_save_size (); \
146 else if ((FROM) == ARG_POINTER_REGNUM) \
147 (OFFSET) = (ALPHA_ROUND (alpha_sa_size () + alpha_pv_save_size () \
148 + get_frame_size () \
149 + current_function_pretend_args_size) \
150 - current_function_pretend_args_size); \
151 else \
152 abort(); \
153 if ((TO) == STACK_POINTER_REGNUM) \
154 (OFFSET) += ALPHA_ROUND (current_function_outgoing_args_size); \
157 /* Define a data type for recording info about an argument list
158 during the scan of that argument list. This data type should
159 hold all necessary information about the function itself
160 and about the args processed so far, enough to enable macros
161 such as FUNCTION_ARG to determine where the next arg should go.
163 On Alpha/VMS, this is a structure that contains the number of
164 arguments and, for each argument, the datatype of that argument.
166 The number of arguments is a number of words of arguments scanned so far.
167 Thus 6 or more means all following args should go on the stack. */
169 enum avms_arg_type {I64, FF, FD, FG, FS, FT};
170 typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info;
172 #undef CUMULATIVE_ARGS
173 #define CUMULATIVE_ARGS avms_arg_info
175 /* Initialize a variable CUM of type CUMULATIVE_ARGS
176 for a call to a function whose data type is FNTYPE.
177 For a library call, FNTYPE is 0. */
179 #undef INIT_CUMULATIVE_ARGS
180 #define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
181 (CUM).num_args = 0; \
182 (CUM).atypes[0] = (CUM).atypes[1] = (CUM).atypes[2] = I64; \
183 (CUM).atypes[3] = (CUM).atypes[4] = (CUM).atypes[5] = I64;
185 #undef FUNCTION_ARG_ADVANCE
186 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
187 if (MUST_PASS_IN_STACK (MODE, TYPE)) \
188 (CUM).num_args += 6; \
189 else \
191 if ((CUM).num_args < 6) \
192 (CUM).atypes[(CUM).num_args] = alpha_arg_type (MODE); \
194 (CUM).num_args += ALPHA_ARG_SIZE (MODE, TYPE, NAMED); \
197 /* For an arg passed partly in registers and partly in memory,
198 this is the number of registers used.
199 For args passed entirely in registers or entirely in memory, zero. */
201 #undef FUNCTION_ARG_PARTIAL_NREGS
202 #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) \
203 ((CUM).num_args < 6 && 6 < (CUM).num_args \
204 + ALPHA_ARG_SIZE (MODE, TYPE, NAMED) \
205 ? 6 - (CUM).num_args : 0)
207 /* Perform any needed actions needed for a function that is receiving a
208 variable number of arguments.
210 CUM is as for INIT_CUMULATIVE_ARGS.
212 MODE and TYPE are the mode and type of the current parameter.
214 PRETEND_SIZE is a variable that should be set to the amount of stack
215 that must be pushed by the prolog to pretend that our caller pushed
218 Normally, this macro will push all remaining incoming registers on the
219 stack and set PRETEND_SIZE to the length of the registers pushed.
221 For VMS, we allocate space for all 6 arg registers plus a count.
223 However, if NO registers need to be saved, don't allocate any space.
224 This is not only because we won't need the space, but because AP includes
225 the current_pretend_args_size and we don't want to mess up any
226 ap-relative addresses already made. */
228 #undef SETUP_INCOMING_VARARGS
229 #define SETUP_INCOMING_VARARGS(CUM,MODE,TYPE,PRETEND_SIZE,NO_RTL) \
230 { if ((CUM).num_args < 6) \
232 if (! (NO_RTL)) \
234 emit_move_insn (gen_rtx_REG (DImode, 1), \
235 virtual_incoming_args_rtx); \
236 emit_insn (gen_arg_home ()); \
239 PRETEND_SIZE = 7 * UNITS_PER_WORD; \
243 /* ABI has stack checking, but it's broken. */
244 #undef STACK_CHECK_BUILTIN
245 #define STACK_CHECK_BUILTIN 0
247 #undef ASM_FILE_START
248 #define ASM_FILE_START(FILE) \
250 alpha_write_verstamp (FILE); \
251 fprintf (FILE, "\t.set noreorder\n"); \
252 fprintf (FILE, "\t.set volatile\n"); \
253 ASM_OUTPUT_SOURCE_FILENAME (FILE, main_input_filename); \
256 #define LINK_SECTION_ASM_OP "\t.link"
257 #define READONLY_SECTION_ASM_OP "\t.rdata"
258 #define LITERALS_SECTION_ASM_OP "\t.literals"
259 #define CTORS_SECTION_ASM_OP "\t.ctors"
260 #define DTORS_SECTION_ASM_OP "\t.dtors"
262 #undef EXTRA_SECTIONS
263 #define EXTRA_SECTIONS in_link, in_rdata, in_literals
265 #undef EXTRA_SECTION_FUNCTIONS
266 #define EXTRA_SECTION_FUNCTIONS \
267 void \
268 readonly_section () \
270 if (in_section != in_rdata) \
272 fprintf (asm_out_file, "%s\n", READONLY_SECTION_ASM_OP); \
273 in_section = in_rdata; \
276 void \
277 link_section () \
279 if (in_section != in_link) \
281 fprintf (asm_out_file, "%s\n", LINK_SECTION_ASM_OP); \
282 in_section = in_link; \
285 void \
286 literals_section () \
288 if (in_section != in_literals) \
290 fprintf (asm_out_file, "%s\n", LITERALS_SECTION_ASM_OP); \
291 in_section = in_literals; \
295 extern void readonly_section PARAMS ((void));
296 extern void link_section PARAMS ((void));
297 extern void literals_section PARAMS ((void));
299 #undef ASM_OUTPUT_ADDR_DIFF_ELT
300 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) abort ()
302 #undef ASM_OUTPUT_ADDR_VEC_ELT
303 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
304 fprintf (FILE, "\t.quad $L%d\n", (VALUE))
306 #undef READONLY_DATA_SECTION
307 #define READONLY_DATA_SECTION readonly_section
309 #define ASM_FILE_END(FILE) alpha_write_linkage (FILE);
311 #undef CASE_VECTOR_MODE
312 #define CASE_VECTOR_MODE DImode
313 #undef CASE_VECTOR_PC_RELATIVE
315 #undef ASM_OUTPUT_CASE_LABEL
316 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLEINSN) \
317 { ASM_OUTPUT_ALIGN (FILE, 3); ASM_OUTPUT_INTERNAL_LABEL (FILE, PREFIX, NUM); }
319 /* This says how to output assembler code to declare an
320 uninitialized external linkage data object. */
322 #define COMMON_ASM_OP "\t.comm\t"
324 #undef ASM_OUTPUT_ALIGNED_COMMON
325 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
326 do { \
327 fprintf ((FILE), "%s", COMMON_ASM_OP); \
328 assemble_name ((FILE), (NAME)); \
329 fprintf ((FILE), ",%u,%u\n", (SIZE), (ALIGN) / BITS_PER_UNIT); \
330 } while (0)
333 /* Output assembler code for a block containing the constant parts
334 of a trampoline, leaving space for the variable parts.
336 The trampoline should set the static chain pointer to value placed
337 into the trampoline and should branch to the specified routine.
338 Note that $27 has been set to the address of the trampoline, so we can
339 use it for addressability of the two data items. */
341 #undef TRAMPOLINE_TEMPLATE
342 #define TRAMPOLINE_TEMPLATE(FILE) \
344 fprintf (FILE, "\t.quad 0\n"); \
345 fprintf (FILE, "\t.linkage __tramp\n"); \
346 fprintf (FILE, "\t.quad 0\n"); \
349 /* Length in units of the trampoline for entering a nested function. */
351 #undef TRAMPOLINE_SIZE
352 #define TRAMPOLINE_SIZE 32
354 /* The alignment of a trampoline, in bits. */
356 #undef TRAMPOLINE_ALIGNMENT
357 #define TRAMPOLINE_ALIGNMENT 64
359 /* Emit RTL insns to initialize the variable parts of a trampoline.
360 FNADDR is an RTX for the address of the function's pure code.
361 CXT is an RTX for the static chain value for the function. */
363 #undef INITIALIZE_TRAMPOLINE
364 #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
365 alpha_initialize_trampoline (TRAMP, FNADDR, CXT, 16, 24, -1)
367 /* Control how constructors and destructors are emitted. */
368 #define TARGET_ASM_CONSTRUCTOR vms_asm_out_constructor
369 #define TARGET_ASM_DESTRUCTOR vms_asm_out_destructor
371 #undef SDB_DEBUGGING_INFO
372 #undef MIPS_DEBUGGING_INFO
373 #undef DBX_DEBUGGING_INFO
375 #define DWARF2_DEBUGGING_INFO
376 #define VMS_DEBUGGING_INFO
378 /* This is how to output an assembler line
379 that says to advance the location counter
380 to a multiple of 2**LOG bytes. */
382 #undef ASM_OUTPUT_ALIGN
383 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
384 fprintf (FILE, "\t.align %d\n", LOG);
386 /* Switch into a generic section. */
387 #define TARGET_ASM_NAMED_SECTION vms_asm_named_section
389 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
390 do { literals_section(); \
391 fprintf ((FILE), "\t"); \
392 assemble_name (FILE, LABEL1); \
393 fprintf (FILE, " = "); \
394 assemble_name (FILE, LABEL2); \
395 fprintf (FILE, "\n"); \
396 } while (0)
398 #undef PREFERRED_DEBUGGING_TYPE
399 #define PREFERRED_DEBUGGING_TYPE VMS_AND_DWARF2_DEBUG
401 #undef ASM_FORMAT_PRIVATE_NAME
402 #define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
403 ( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 12), \
404 sprintf ((OUTPUT), "%s___%d", (NAME), (LABELNO)))
406 /* ??? VMS uses different linkage. */
407 #undef ASM_OUTPUT_MI_THUNK
409 #undef ASM_SPEC
410 #undef ASM_FINAL_SPEC
412 /* The VMS convention is to always provide minimal debug info
413 for a traceback unless specifically overridden. Defaulting this here
414 is a kludge. */
416 #define OPTIMIZATION_OPTIONS(OPTIMIZE, OPTIMIZE_SIZE) \
418 write_symbols = VMS_DEBUG; \
419 debug_info_level = (enum debug_info_level) 1; \
422 /* Override traceback debug info on -g0. */
423 #undef OVERRIDE_OPTIONS
424 #define OVERRIDE_OPTIONS \
426 if (write_symbols == NO_DEBUG) \
427 debug_info_level = (enum debug_info_level) 0; \
428 override_options (); \
431 /* Link with vms-dwarf2.o if -g (except -g0). This causes the
432 VMS link to pull all the dwarf2 debug sections together. */
433 #undef LINK_SPEC
434 #define LINK_SPEC "%{g:-g vms-dwarf2.o%s} %{g0} %{g1:-g1 vms-dwarf2.o%s} \
435 %{g2:-g2 vms-dwarf2.o%s} %{g3:-g3 vms-dwarf2.o%s} %{shared} %{v} %{map}"
437 #undef STARTFILE_SPEC
438 #define STARTFILE_SPEC "%{!shared:%{mvms-return-codes:vcrt0.o%s} \
439 %{!mvms-return-codes:pcrt0.o%s}}"
441 #undef LIB_SPEC
442 #define LIB_SPEC "-lc"
444 /* Define the names of the division and modulus functions. */
445 #define DIVSI3_LIBCALL "OTS$DIV_I"
446 #define DIVDI3_LIBCALL "OTS$DIV_L"
447 #define UDIVSI3_LIBCALL "OTS$DIV_UI"
448 #define UDIVDI3_LIBCALL "OTS$DIV_UL"
449 #define MODSI3_LIBCALL "OTS$REM_I"
450 #define MODDI3_LIBCALL "OTS$REM_L"
451 #define UMODSI3_LIBCALL "OTS$REM_UI"
452 #define UMODDI3_LIBCALL "OTS$REM_UL"
454 /* crt0 calls __main */
455 #define HAS_INIT_SECTION
457 /* XXX Really? Even with modern CRTL? */
458 #define NEED_ATEXIT