OSDN Git Service

1999-02-18 18:32 -0500 Zack Weinberg <zack@rabi.columbia.edu>
[pf3gnuchains/gcc-fork.git] / gcc / config / m68k / m68kelf.h
1 /* m68kelf support, derived from m68kv4.h */
2
3 /* Target definitions for GNU compiler for mc680x0 running System V.4
4    Copyright (C) 1991, 1993 Free Software Foundation, Inc.
5
6    Written by Ron Guilmette (rfg@netcom.com) and Fred Fish (fnf@cygnus.com).
7
8 This file is part of GNU CC.
9
10 GNU CC is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2, or (at your option)
13 any later version.
14
15 GNU CC is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with GNU CC; see the file COPYING.  If not, write to
22 the Free Software Foundation, 59 Temple Place - Suite 330,
23 Boston, MA 02111-1307, USA.  */
24
25 /* #notinclude "m68k/sgs.h"     /* The m68k/SVR4 assembler is SGS based */
26
27 /* These are necessary for -fpic/-fPIC to work correctly.  */
28 #ifndef MOTOROLA
29 #define MOTOROLA                /* Use MOTOROLA syntax.  */
30 #endif
31 #ifdef  USE_GAS  /* when present, forces jsbr instead of jsr.  */
32 #undef  USE_GAS
33 #endif
34
35 #ifndef SWBEG_ASM_OP
36 #define SWBEG_ASM_OP ".swbeg"
37 #endif
38
39 /* Here are four prefixes that are used by asm_fprintf to
40    facilitate customization for alternate assembler syntaxes.
41    Machines with no likelihood of an alternate syntax need not
42    define these and need not use asm_fprintf.  */
43
44 /* The prefix for register names.  Note that REGISTER_NAMES
45    is supposed to include this prefix. Also note that this is NOT an
46    fprintf format string, it is a literal string */
47
48 #undef REGISTER_PREFIX
49 #define REGISTER_PREFIX "%"
50
51 /* The prefix for local (compiler generated) labels.
52    These labels will not appear in the symbol table. */
53
54 #undef LOCAL_LABEL_PREFIX
55 #define LOCAL_LABEL_PREFIX "."
56
57 /* The prefix to add to user-visible assembler symbols. */
58
59 #undef USER_LABEL_PREFIX
60 #define USER_LABEL_PREFIX ""
61
62 /* The prefix for immediate operands.  */
63
64 #undef  IMMEDIATE_PREFIX
65 #define IMMEDIATE_PREFIX "#"
66
67 /* In the machine description we can't use %R, because it will not be seen
68    by ASM_FPRINTF.  (Isn't that a design bug?).  */
69
70 #undef REGISTER_PREFIX_MD
71 #define REGISTER_PREFIX_MD "%%"
72
73 /* config/m68k.md has an explicit reference to the program counter,
74    prefix this by the register prefix.  */
75
76 #define ASM_RETURN_CASE_JUMP    return "jmp %%pc@(2,%0:w)"
77
78 /* How to refer to registers in assembler output.
79    This sequence is indexed by compiler's hard-register-number.
80    Motorola format uses different register names than defined 
81    in m68k.h.  */
82
83 #undef REGISTER_NAMES
84
85 #define REGISTER_NAMES \
86 {"%d0",   "%d1",   "%d2",   "%d3",   "%d4",   "%d5",   "%d6",   "%d7",       \
87  "%a0",   "%a1",   "%a2",   "%a3",   "%a4",   "%a5",   "%a6",   "%sp",       \
88  "%fp0",  "%fp1",  "%fp2",  "%fp3",  "%fp4",  "%fp5",  "%fp6",  "%fp7" }
89
90 /* This is how to output an assembler line that says to advance the
91    location counter to a multiple of 2**LOG bytes.  */
92
93 #undef ASM_OUTPUT_ALIGN
94 #define ASM_OUTPUT_ALIGN(FILE,LOG)                              \
95   if ((LOG) > 0)                                                \
96     fprintf ((FILE), "\t%s \t%u\n", ALIGN_ASM_OP, 1 << (LOG));  \
97   else if ((LOG) > 31)                                          \
98     abort ();
99
100 /* Use proper assembler syntax for these macros.  */
101 #undef ASM_OUTPUT_REG_PUSH
102 #define ASM_OUTPUT_REG_PUSH(FILE,REGNO)  \
103   asm_fprintf (FILE, "\t%Omove.l %s,-(%Rsp)\n", reg_names[REGNO])
104
105 #undef ASM_OUTPUT_REG_POP
106 #define ASM_OUTPUT_REG_POP(FILE,REGNO)  \
107   asm_fprintf (FILE, "\t%Omove.l (%Rsp)+,%s\n", reg_names[REGNO])
108
109 /*  Override the definition of NO_DOLLAR_IN_LABEL in svr4.h, for special
110     g++ assembler names.  When this is defined, g++ uses embedded '.'
111     characters and some m68k assemblers have problems with this.  The
112     chances are much greater that any particular assembler will permit
113     embedded '$' characters. */
114
115 #undef NO_DOLLAR_IN_LABEL
116
117 /* Define PCC_STATIC_STRUCT_RETURN if the convention on the target machine
118    is to use the nonreentrant technique for returning structure and union
119    values, as commonly implemented by the AT&T Portable C Compiler (PCC).
120    When defined, the gcc option -fpcc-struct-return can be used to cause
121    this form to be generated.  When undefined, the option does nothing.
122    For m68k SVR4, the convention is to use a reentrant technique compatible
123    with the gcc default, so override the definition of this macro in m68k.h */
124
125 #undef PCC_STATIC_STRUCT_RETURN
126
127 /* Local common symbols are declared to the assembler with ".lcomm" rather
128    than ".bss", so override the definition in svr4.h */
129
130 #undef BSS_ASM_OP
131 #define BSS_ASM_OP      ".lcomm"
132
133 /* Register in which address to store a structure value is passed to a
134    function.  The default in m68k.h is a1.  For m68k/SVR4 it is a0. */
135
136 #undef STRUCT_VALUE_REGNUM
137 #define STRUCT_VALUE_REGNUM 8
138
139 #define ASM_COMMENT_START "|"
140
141 #undef TYPE_OPERAND_FMT
142 #define TYPE_OPERAND_FMT      "@%s"
143
144 /* Define how the m68k registers should be numbered for Dwarf output.
145    The numbering provided here should be compatible with the native
146    SVR4 SDB debugger in the m68k/SVR4 reference port, where d0-d7
147    are 0-7, a0-a8 are 8-15, and fp0-fp7 are 16-23. */
148
149 #undef DBX_REGISTER_NUMBER
150 #define DBX_REGISTER_NUMBER(REGNO) (REGNO)
151
152 /* The ASM_OUTPUT_SKIP macro is first defined in m68k.h, using ".skip".
153    It is then overridden by m68k/sgs.h to use ".space", and again by svr4.h
154    to use ".zero".  The m68k/SVR4 assembler uses ".space", so repeat the
155    definition from m68k/sgs.h here.  Note that ASM_NO_SKIP_IN_TEXT is
156    defined in m68k/sgs.h, so we don't have to repeat it here. */
157
158 #undef ASM_OUTPUT_SKIP
159 #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
160   fprintf (FILE, "\t%s %u\n", SPACE_ASM_OP, (SIZE))
161
162 #if 0
163 /* SVR4 m68k assembler is bitching on the `comm i,1,1' which askes for 
164    1 byte alignment. Don't generate alignment for COMMON seems to be
165    safer until we the assembler is fixed. */
166 #undef ASM_OUTPUT_ALIGNED_COMMON
167 /* Same problem with this one.  */
168 #undef ASM_OUTPUT_ALIGNED_LOCAL
169 #endif
170
171 /* The `string' directive on m68k svr4 does not handle string with
172    escape char (ie., `\') right. Use normal way to output ASCII bytes
173    seems to be safer. */
174 #undef ASM_OUTPUT_ASCII
175 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN)                          \
176 do {                                                            \
177   register int sp = 0, lp = 0, ch;                              \
178   fprintf ((FILE), "\t%s ", BYTE_ASM_OP);                       \
179   do {                                                          \
180     ch = (PTR)[sp];                                             \
181     if (ch > ' ' && ! (ch & 0x80) && ch != '\\')                \
182       {                                                         \
183         fprintf ((FILE), "'%c", ch);                            \
184       }                                                         \
185     else                                                        \
186       {                                                         \
187         fprintf ((FILE), "0x%x", ch);                           \
188       }                                                         \
189     if (++sp < (LEN))                                           \
190       {                                                         \
191         if ((sp % 10) == 0)                                     \
192           {                                                     \
193             fprintf ((FILE), "\n\t%s ", BYTE_ASM_OP);           \
194           }                                                     \
195         else                                                    \
196           {                                                     \
197             putc (',', (FILE));                                 \
198           }                                                     \
199       }                                                         \
200   } while (sp < (LEN));                                         \
201   putc ('\n', (FILE));                                          \
202 } while (0)
203
204 /* SVR4 m68k assembler is bitching on the syntax `2.b'.
205    So use the "LLDnnn-LLnnn" format.  Define LLDnnn after the table.  */
206
207 #undef ASM_OUTPUT_CASE_END
208 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE)                             \
209 do {                                                                    \
210   if (switch_table_difference_label_flag)                               \
211     asm_fprintf ((FILE), "\t%s %LLD%d,%LL%d\n", SET_ASM_OP, (NUM), (NUM));\
212   switch_table_difference_label_flag = 0;                               \
213 } while (0)
214
215 extern int switch_table_difference_label_flag;
216
217 #undef ASM_OUTPUT_COMMON
218 #undef ASM_OUTPUT_LOCAL
219 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED)  \
220 ( fputs (".comm ", (FILE)),                     \
221   assemble_name ((FILE), (NAME)),               \
222   fprintf ((FILE), ",%u\n", (SIZE)))
223
224 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED)  \
225 ( fputs (".lcomm ", (FILE)),                    \
226   assemble_name ((FILE), (NAME)),               \
227   fprintf ((FILE), ",%u\n", (SIZE)))
228
229 /* Currently, JUMP_TABLES_IN_TEXT_SECTION must be defined in order to
230    keep switch tables in the text section. */
231    
232 #define JUMP_TABLES_IN_TEXT_SECTION 1
233
234 /* Override the definition in svr4.h. In m68k svr4, using swbeg is the 
235    standard way to do switch table. */
236 #undef ASM_OUTPUT_BEFORE_CASE_LABEL
237 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE)             \
238   fprintf ((FILE), "\t%s &%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1));
239
240 /* In m68k svr4, a symbol_ref rtx can be a valid PIC operand if it is an
241    operand of a function call. */
242 #undef LEGITIMATE_PIC_OPERAND_P
243 #define LEGITIMATE_PIC_OPERAND_P(X) \
244   (! symbolic_operand (X, VOIDmode) \
245    || ((GET_CODE(X) == SYMBOL_REF) && SYMBOL_REF_FLAG(X)))
246
247 /* Turn off function cse if we are doing PIC. We always want function call
248    to be done as `bsr foo@PLTPC', so it will force the assembler to create 
249    the PLT entry for `foo'. Doing function cse will cause the address of `foo'
250    to be loaded into a register, which is exactly what we want to avoid when
251    we are doing PIC on svr4 m68k. */
252 #undef OVERRIDE_OPTIONS
253 #define OVERRIDE_OPTIONS                \
254 {                                       \
255   if (flag_pic) flag_no_function_cse = 1; \
256   if (! TARGET_68020 && flag_pic == 2)  \
257     error("-fPIC is not currently supported on the 68000 or 68010\n");  \
258 }
259 /* end of stuff from m68kv4.h */
260
261 #undef SGS_CMP_ORDER
262
263 #undef ENDFILE_SPEC
264 #define ENDFILE_SPEC "crtend.o%s"
265
266 #undef  STARTFILE_SPEC
267 #define STARTFILE_SPEC "crtbegin.o%s"