* config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
[official-gcc.git] / gcc / config / mips / iris6.h
blob01b0c1c71ff43f6521cb44b032b567620fc64e57
1 /* Definitions of target machine for GNU compiler. Iris version 6.
2 Copyright (C) 1994, 1995, 1996, 1997, 1998 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 /* Default to -mabi=n32 and -mips3. */
22 #define MIPS_ISA_DEFAULT 3
23 #define MIPS_ABI_DEFAULT ABI_N32
24 #define MULTILIB_DEFAULTS { "mabi=n32" }
26 #ifndef TARGET_DEFAULT
27 #define TARGET_DEFAULT (MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT)
28 #endif
30 #include "mips/iris5.h"
31 #include "mips/abi64.h"
33 /* Irix6 assembler does handle DWARF2 directives. Override setting in
34 irix5.h file. */
35 #undef DWARF2_UNWIND_INFO
37 /* The Irix6 assembler will sometimes assign labels to the wrong
38 section unless the labels are within .ent/.end blocks. Therefore,
39 we avoid creating such labels. */
40 #define DWARF2_GENERATE_TEXT_SECTION_LABEL 0
42 /* For Irix 6, -mabi=64 implies TARGET_LONG64. */
43 /* This is handled in override_options. */
45 #undef SUBTARGET_CC1_SPEC
46 #define SUBTARGET_CC1_SPEC "%{static: -mno-abicalls}"
48 /* We must pass -D_LONGLONG always, even when -ansi is used, because irix6
49 system header files require it. This is OK, because gcc never warns
50 when long long is used in system header files. Alternatively, we can
51 add support for the SGI builtin type __long_long. */
52 #undef CPP_PREDEFINES
53 #define CPP_PREDEFINES \
54 "-Dunix -Dmips -Dsgi -Dhost_mips -DMIPSEB -D_MIPSEB -DSYSTYPE_SVR4 \
55 -D_LONGLONG -D_SVR4_SOURCE -D_MODERN_C -D__DSO__ \
56 -Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(sgi)"
58 #undef SUBTARGET_CPP_SIZE_SPEC
59 #define SUBTARGET_CPP_SIZE_SPEC "\
60 %{mabi=32: -D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int} \
61 %{mabi=n32: -D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int} \
62 %{mabi=64: -D__SIZE_TYPE__=long\\ unsigned\\ int -D__PTRDIFF_TYPE__=long\\ int} \
63 %{!mabi*: -D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int}"
65 /* We must make -mips3 do what -mlong64 used to do. */
66 /* ??? If no mipsX option given, but a mabi=X option is, then should set
67 _MIPS_ISA based on the mabi=X option. */
68 /* ??? If no mabi=X option give, but a mipsX option is, then should set
69 _MIPS_SIM based on the mipsX option. */
70 /* ??? Same for _MIPS_SZINT. */
71 /* ??? Same for _MIPS_SZPTR. */
72 /* ??? Same for __SIZE_TYPE and __PTRDIFF_TYPE. */
73 #undef SUBTARGET_CPP_SPEC
74 #define SUBTARGET_CPP_SPEC "\
75 %{!ansi:-D__EXTENSIONS__ -D_SGI_SOURCE} \
76 %{mfp32: -D_MIPS_FPSET=16}%{!mfp32: -D_MIPS_FPSET=32} \
77 %{mips1: -D_MIPS_ISA=_MIPS_ISA_MIPS1} \
78 %{mips2: -D_MIPS_ISA=_MIPS_ISA_MIPS2} \
79 %{mips3: -D_MIPS_ISA=_MIPS_ISA_MIPS3} \
80 %{mips4: -D_MIPS_ISA=_MIPS_ISA_MIPS4} \
81 %{!mips*: -D_MIPS_ISA=_MIPS_ISA_MIPS3} \
82 %{mabi=32: -D_MIPS_SIM=_MIPS_SIM_ABI32} \
83 %{mabi=n32: -D_ABIN32=2 -D_MIPS_SIM=_ABIN32} \
84 %{mabi=64: -D_ABI64=3 -D_MIPS_SIM=_ABI64} \
85 %{!mabi*: -D_ABIN32=2 -D_MIPS_SIM=_ABIN32} \
86 %{!mint64: -D_MIPS_SZINT=32}%{mint64: -D_MIPS_SZINT=64} \
87 %{mabi=32: -D_MIPS_SZLONG=32} \
88 %{mabi=n32: -D_MIPS_SZLONG=32} \
89 %{mabi=64: -D_MIPS_SZLONG=64} \
90 %{!mabi*: -D_MIPS_SZLONG=32} \
91 %{mabi=32: -D_MIPS_SZPTR=32} \
92 %{mabi=n32: -D_MIPS_SZPTR=32} \
93 %{mabi=64: -D_MIPS_SZPTR=64} \
94 %{!mabi*: -D_MIPS_SZPTR=32} \
95 %{!mips1:%{!mips2: -D_COMPILER_VERSION=601}} \
96 %{!mips*: -U__mips -D__mips=3} \
97 %{mabi=32: -U__mips64} \
98 %{mabi=n32: -D__mips64} \
99 %{mabi=64: -D__mips64} \
100 %{!mabi*: -D__mips64}"
102 /* Irix 6 uses DWARF-2. */
103 #define DWARF2_DEBUGGING_INFO
104 #define MIPS_DEBUGGING_INFO
105 #undef PREFERRED_DEBUGGING_TYPE
106 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
108 /* Force the generation of dwarf .debug_frame sections even if not
109 compiling -g. This guarantees that we can unwind the stack. */
110 #define DWARF2_FRAME_INFO 1
111 /* The size in bytes of a DWARF field indicating an offset or length
112 relative to a debug info section, specified to be 4 bytes in the DWARF-2
113 specification. The SGI/MIPS ABI defines it to be the same as PTR_SIZE. */
114 #define DWARF_OFFSET_SIZE PTR_SIZE
116 /* There is no GNU as port for Irix6 yet, so we set MD_EXEC_PREFIX so that
117 gcc will automatically find SGI as instead of searching the user's path.
118 The latter can fail when building a cross compiler if the user has . in
119 the path before /usr/bin, since then gcc will find and try to use the link
120 to the cross assembler which can't possibly work. */
122 #undef MD_EXEC_PREFIX
123 #define MD_EXEC_PREFIX "/usr/bin/"
125 /* We have no need for MD_STARTFILE_PREFIX. */
126 #undef MD_STARTFILE_PREFIX
128 #undef MACHINE_TYPE
129 #define MACHINE_TYPE "SGI running IRIX 6.x"
131 /* The Irix 6.0.1 assembler doesn't like labels in the text section, so
132 just avoid emitting them. */
133 #define ASM_IDENTIFY_GCC(x) ((void)0)
134 #define ASM_IDENTIFY_LANGUAGE(x) ((void)0)
136 /* Irix 5 stuff that we don't need for Irix 6. */
137 /* ??? We do need this for the -mabi=32 switch though. */
138 #undef ASM_OUTPUT_UNDEF_FUNCTION
139 #undef ASM_OUTPUT_EXTERNAL_LIBCALL
140 #undef ASM_DECLARE_FUNCTION_SIZE
142 /* Stuff we need for Irix 6 that isn't in Irix 5. */
144 /* The SGI assembler doesn't like labels before the .ent, so we must output
145 the .ent and function name here, which is the normal place for it. */
147 #undef ASM_DECLARE_FUNCTION_NAME
148 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
149 do { \
150 fputs ("\t.ent\t", STREAM); \
151 assemble_name (STREAM, NAME); \
152 fputs ("\n", STREAM); \
153 assemble_name (STREAM, NAME); \
154 fputs (":\n", STREAM); \
155 } while (0)
157 /* Likewise, the SGI assembler doesn't like labels after the .end, so we
158 must output the .end here. */
159 #define ASM_DECLARE_FUNCTION_SIZE(STREAM, NAME, DECL) \
160 do { \
161 fputs ("\t.end\t", STREAM); \
162 assemble_name (STREAM, NAME); \
163 fputs ("\n", STREAM); \
164 } while (0)
166 /* Tell function_prologue in mips.c that we have already output the .ent/.end
167 pseudo-ops. */
168 #define FUNCTION_NAME_ALREADY_DECLARED
170 #undef SET_ASM_OP /* Has no equivalent. See ASM_OUTPUT_DEF below. */
172 #if 0
173 /* This is *NOT* how to equate one symbol to another symbol. The assembler
174 '=' syntax just equates a name to a constant expression.
175 See ASM_OUTPUT_WEAK_ALIAS. */
177 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \
178 do { fprintf ((FILE), "\t"); \
179 assemble_name (FILE, LABEL1); \
180 fprintf (FILE, " = "); \
181 assemble_name (FILE, LABEL2); \
182 fprintf (FILE, "\n"); \
183 } while (0)
184 #endif
186 /* Define the strings used for the special svr4 .type and .size directives. */
188 #define TYPE_ASM_OP ".type"
189 #define SIZE_ASM_OP ".size"
191 /* This is how we tell the assembler that a symbol is weak. */
193 #define ASM_OUTPUT_WEAK_ALIAS(FILE,NAME,VALUE) \
194 do { \
195 ASM_GLOBALIZE_LABEL (FILE, NAME); \
196 fputs ("\t.weakext\t", FILE); \
197 assemble_name (FILE, NAME); \
198 if (VALUE) \
200 fputc (' ', FILE); \
201 assemble_name (FILE, VALUE); \
203 fputc ('\n', FILE); \
204 } while (0)
206 #define ASM_WEAKEN_LABEL(FILE,NAME) ASM_OUTPUT_WEAK_ALIAS(FILE,NAME,0)
208 #define POPSECTION_ASM_OP ".popsection"
210 #define DEBUG_INFO_SECTION ".debug_info,0x7000001e,0,0,1"
211 #define DEBUG_LINE_SECTION ".debug_line,0x7000001e,0,0,1"
212 #define SFNAMES_SECTION ".debug_sfnames,0x7000001e,0,0,1"
213 #define SRCINFO_SECTION ".debug_srcinfo,0x7000001e,0,0,1"
214 #define MACINFO_SECTION ".debug_macinfo,0x7000001e,0,0,1"
215 #define PUBNAMES_SECTION ".debug_pubnames,0x7000001e,0,0,1"
216 #define ARANGES_SECTION ".debug_aranges,0x7000001e,0,0,1"
217 #define FRAME_SECTION ".debug_frame,0x7000001e,0x08000000,0,1"
218 #define ABBREV_SECTION ".debug_abbrev,0x7000001e,0,0,1"
220 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
221 on the mipsX option. */
222 #undef SUBTARGET_ASM_SPEC
223 #define SUBTARGET_ASM_SPEC "%{!mabi*:-n32}"
225 /* Must pass -g0 to the assembler, otherwise it may overwrite our
226 debug info with its own debug info. */
227 /* Must pass -show instead of -v. */
228 /* Must pass -G 0 to the assembler, otherwise we may get warnings about
229 GOT overflow. */
230 /* ??? We pass -w to disable all assembler warnings. The `label should be
231 inside .ent/.end block' warning that we get for DWARF II debug info labels
232 is particularly annoying. */
233 #undef SUBTARGET_MIPS_AS_ASM_SPEC
234 #define SUBTARGET_MIPS_AS_ASM_SPEC "%{v:-show} -G 0 -w"
236 #undef SUBTARGET_ASM_DEBUGGING_SPEC
237 #define SUBTARGET_ASM_DEBUGGING_SPEC "-g0"
239 /* The MIPS assembler occasionally misoptimizes. Since GCC should be
240 doing scheduling anyhow, just turn off optimization in the assembler. */
241 #undef SUBTARGET_ASM_OPTIMIZING_SPEC
242 #define SUBTARGET_ASM_OPTIMIZING_SPEC "-O0"
244 /* Stuff for constructors. Start here. */
246 /* The assembler now accepts .section pseudo-ops, but it does not allow
247 one to change the section in the middle of a function, so we can't use
248 the INIT_SECTION_ASM_OP code in crtstuff. But we can build up the ctor
249 and dtor lists this way, so we use -init and -fini to invoke the
250 do_global_* functions instead of running collect2. */
252 #define BSS_SECTION_ASM_OP ".section\t.bss"
253 #define CONST_SECTION_ASM_OP_32 "\t.rdata"
254 #define CONST_SECTION_ASM_OP_64 ".section\t.rodata"
256 /* The IRIX 6 assembler .section directive takes four additional args:
257 section type, flags, entry size, and alignment. The alignment of the
258 .ctors and .dtors sections needs to be the same as the size of a pointer
259 so that the linker doesn't add padding between elements. */
260 #if defined (CRT_BEGIN) || defined (CRT_END)
262 /* If we are included from crtstuff.c, these need to be plain strings.
263 _MIPS_SZPTR is defined in SUBTARGET_CPP_SPEC above. */
264 #if _MIPS_SZPTR == 64
265 #define CTORS_SECTION_ASM_OP ".section\t.ctors,1,2,0,8"
266 #define DTORS_SECTION_ASM_OP ".section\t.dtors,1,2,0,8"
267 #else /* _MIPS_SZPTR != 64 */
268 #define CTORS_SECTION_ASM_OP ".section\t.ctors,1,2,0,4"
269 #define DTORS_SECTION_ASM_OP ".section\t.dtors,1,2,0,4"
270 #endif /* _MIPS_SZPTR == 64 */
272 #else /* ! (defined (CRT_BEGIN) || defined (CRT_END)) */
274 /* If we are included from varasm.c, these need to depend on -mabi. */
275 #define CTORS_SECTION_ASM_OP \
276 (Pmode == DImode ? ".section\t.ctors,1,2,0,8" : ".section\t.ctors,1,2,0,4")
277 #define DTORS_SECTION_ASM_OP \
278 (Pmode == DImode ? ".section\t.dtors,1,2,0,8" : ".section\t.dtors,1,2,0,4")
279 #endif /* defined (CRT_BEGIN) || defined (CRT_END) */
281 /* dwarf2out will handle padding this data properly. We definitely don't
282 want it 8-byte aligned on n32. */
283 #define EH_FRAME_SECTION_ASM_OP ".section\t.eh_frame,1,2,0,1"
285 /* A default list of other sections which we might be "in" at any given
286 time. For targets that use additional sections (e.g. .tdesc) you
287 should override this definition in the target-specific file which
288 includes this file. */
290 #undef EXTRA_SECTIONS
291 #define EXTRA_SECTIONS in_sdata, in_rdata, in_const, in_ctors, in_dtors
293 /* A default list of extra section function definitions. For targets
294 that use additional sections (e.g. .tdesc) you should override this
295 definition in the target-specific file which includes this file. */
297 /* ??? rdata_section is now same as svr4 const_section. */
299 #undef EXTRA_SECTION_FUNCTIONS
300 #define EXTRA_SECTION_FUNCTIONS \
301 void \
302 sdata_section () \
304 if (in_section != in_sdata) \
306 fprintf (asm_out_file, "%s\n", SDATA_SECTION_ASM_OP); \
307 in_section = in_sdata; \
311 void \
312 rdata_section () \
314 if (in_section != in_rdata) \
316 if (mips_abi != ABI_32 && mips_abi != ABI_O64) \
317 fprintf (asm_out_file, "%s\n", CONST_SECTION_ASM_OP_64); \
318 else \
319 fprintf (asm_out_file, "%s\n", CONST_SECTION_ASM_OP_32); \
320 in_section = in_rdata; \
323 CTORS_SECTION_FUNCTION \
324 DTORS_SECTION_FUNCTION
326 #define CTORS_SECTION_FUNCTION \
327 void \
328 ctors_section () \
330 if (in_section != in_ctors) \
332 fprintf (asm_out_file, "%s\n", CTORS_SECTION_ASM_OP); \
333 in_section = in_ctors; \
337 #define DTORS_SECTION_FUNCTION \
338 void \
339 dtors_section () \
341 if (in_section != in_dtors) \
343 fprintf (asm_out_file, "%s\n", DTORS_SECTION_ASM_OP); \
344 in_section = in_dtors; \
348 /* A C statement (sans semicolon) to output an element in the table of
349 global constructors. */
350 #define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \
351 do { \
352 ctors_section (); \
353 fprintf (FILE, "\t%s\t ", \
354 (Pmode == DImode) ? ".dword" : ".word"); \
355 assemble_name (FILE, NAME); \
356 fprintf (FILE, "\n"); \
357 } while (0)
359 /* A C statement (sans semicolon) to output an element in the table of
360 global destructors. */
361 #define ASM_OUTPUT_DESTRUCTOR(FILE,NAME) \
362 do { \
363 dtors_section (); \
364 fprintf (FILE, "\t%s\t ", \
365 (Pmode == DImode) ? ".dword" : ".word"); \
366 assemble_name (FILE, NAME); \
367 fprintf (FILE, "\n"); \
368 } while (0)
370 /* A C statement to output something to the assembler file to switch to section
371 NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or
372 NULL_TREE. */
374 #define ASM_OUTPUT_SECTION_NAME(F, DECL, NAME, RELOC) \
375 do { \
376 extern FILE *asm_out_text_file; \
377 if ((DECL) && TREE_CODE (DECL) == FUNCTION_DECL) \
378 fprintf (asm_out_text_file, "\t.section %s,1,6,4,4\n", (NAME)); \
379 else if ((DECL) && DECL_READONLY_SECTION (DECL, RELOC)) \
380 fprintf (F, "\t.section %s,1,2,0,8\n", (NAME)); \
381 else \
382 fprintf (F, "\t.section %s,1,3,0,8\n", (NAME)); \
383 } while (0)
385 /* Stuff for constructors. End here. */
387 /* ??? Perhaps just include svr4.h in this file? */
389 /* ??? SGI assembler may core dump when compiling with -g.
390 Sometimes as succeeds, but then we get a linker error. (cmds.c in 072.sc)
391 Getting rid of .file solves both problems. */
392 #undef ASM_OUTPUT_FILENAME
393 #define ASM_OUTPUT_FILENAME(STREAM, NUM_SOURCE_FILENAMES, NAME) \
394 do \
396 fprintf (STREAM, "\t#.file\t%d ", NUM_SOURCE_FILENAMES); \
397 output_quoted_string (STREAM, NAME); \
398 fputs ("\n", STREAM); \
400 while (0)
402 /* ??? SGI assembler gives warning whenever .lcomm is used. */
403 #undef ASM_OUTPUT_LOCAL
404 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
405 do \
407 if (mips_abi != ABI_32 && mips_abi != ABI_O64) \
409 fprintf (STREAM, "%s\n", BSS_SECTION_ASM_OP); \
410 mips_declare_object (STREAM, NAME, "", ":\n", 0); \
411 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
412 ASM_OUTPUT_SKIP (STREAM, SIZE); \
413 fprintf (STREAM, "\t%s\n", POPSECTION_ASM_OP); \
415 else \
416 mips_declare_object (STREAM, NAME, "\n\t.lcomm\t", ",%u\n", (SIZE)); \
418 while (0)
420 /* A C statement (sans semicolon) to output to the stdio stream
421 FILE the assembler definition of uninitialized global DECL named
422 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
423 Try to use asm_output_aligned_bss to implement this macro. */
425 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
426 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
428 /* Write the extra assembler code needed to declare an object properly. */
430 #undef ASM_DECLARE_OBJECT_NAME
431 #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) \
432 do \
434 size_directive_output = 0; \
435 if (!flag_inhibit_size_directive && DECL_SIZE (DECL)) \
437 size_directive_output = 1; \
438 fprintf (STREAM, "\t%s\t ", SIZE_ASM_OP); \
439 assemble_name (STREAM, NAME); \
440 fprintf (STREAM, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
442 mips_declare_object (STREAM, NAME, "", ":\n", 0); \
444 while (0)
446 /* Define the `__builtin_va_list' type for the ABI. On Irix6, this
447 type is `char *'. */
448 #undef BUILD_VA_LIST_TYPE
449 #define BUILD_VA_LIST_TYPE(VALIST) \
450 (VALIST) = build_pointer_type (char_type_node)
452 /* Output the size directive for a decl in rest_of_decl_compilation
453 in the case where we did not do so before the initializer.
454 Once we find the error_mark_node, we know that the value of
455 size_directive_output was set
456 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. */
458 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END) \
459 do { \
460 char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
461 if (!flag_inhibit_size_directive && DECL_SIZE (DECL) \
462 && ! AT_END && TOP_LEVEL \
463 && DECL_INITIAL (DECL) == error_mark_node \
464 && !size_directive_output) \
466 size_directive_output = 1; \
467 fprintf (FILE, "\t%s\t ", SIZE_ASM_OP); \
468 assemble_name (FILE, name); \
469 fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
471 } while (0)
473 #undef LOCAL_LABEL_PREFIX
474 #define LOCAL_LABEL_PREFIX ((mips_abi == ABI_32 || mips_abi == ABI_O64) \
475 ? "$" : ".")
477 /* Profiling is supported via libprof1.a not -lc_p as in Irix 3. */
478 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
479 on the mipsX option. */
480 #undef STARTFILE_SPEC
481 #define STARTFILE_SPEC \
482 "%{!static:%{!shared: \
483 %{mabi=32:%{pg:gcrt1.o%s} \
484 %{!pg:%{p:mcrt1.o%s libprof1.a%s}%{!p:crt1.o%s}}} \
485 %{mabi=n32: \
486 %{mips4:%{pg:/usr/lib32/mips4/gcrt1.o%s} \
487 %{!pg:%{p:/usr/lib32/mips4/mcrt1.o%s /usr/lib32/mips4/libprof1.a%s} \
488 %{!p:/usr/lib32/mips4/crt1.o%s}}} \
489 %{!mips4:%{pg:/usr/lib32/mips3/gcrt1.o%s} \
490 %{!pg:%{p:/usr/lib32/mips3/mcrt1.o%s /usr/lib32/mips3/libprof1.a%s} \
491 %{!p:/usr/lib32/mips3/crt1.o%s}}}} \
492 %{mabi=64: \
493 %{mips4:%{pg:/usr/lib64/mips4/gcrt1.o} \
494 %{!pg:%{p:/usr/lib64/mips4/mcrt1.o /usr/lib64/mips4/libprof1.a} \
495 %{!p:/usr/lib64/mips4/crt1.o}}} \
496 %{!mips4:%{pg:/usr/lib64/mips3/gcrt1.o} \
497 %{!pg:%{p:/usr/lib64/mips3/mcrt1.o /usr/lib64/mips3/libprof1.a} \
498 %{!p:/usr/lib64/mips3/crt1.o}}}} \
499 %{!mabi*: \
500 %{mips4:%{pg:/usr/lib32/mips4/gcrt1.o%s} \
501 %{!pg:%{p:/usr/lib32/mips4/mcrt1.o%s /usr/lib32/mips4/libprof1.a%s} \
502 %{!p:/usr/lib32/mips4/crt1.o%s}}} \
503 %{!mips4:%{pg:/usr/lib32/mips3/gcrt1.o%s} \
504 %{!pg:%{p:/usr/lib32/mips3/mcrt1.o%s /usr/lib32/mips3/libprof1.a%s} \
505 %{!p:/usr/lib32/mips3/crt1.o%s}}}}}} \
506 %{static: \
507 %{mabi=32:%{pg:/usr/lib/nonshared/gcrt1.o%s} \
508 %{!pg:%{p:/usr/lib/nonshared/mcrt1.o%s /usr/lib/nonshared/libprof1.a%s} \
509 %{!p:/usr/lib/nonshared/crt1.o%s}}} \
510 %{mabi=n32: \
511 %{mips4:%{pg:/usr/lib32/mips4/nonshared/gcrt1.o%s} \
512 %{!pg:%{p:/usr/lib32/mips4/nonshared/mcrt1.o%s \
513 /usr/lib32/mips4/nonshared/libprof1.a%s} \
514 %{!p:/usr/lib32/mips4/nonshared/crt1.o%s}}} \
515 %{!mips4:%{pg:/usr/lib32/mips3/nonshared/gcrt1.o%s} \
516 %{!pg:%{p:/usr/lib32/mips3/nonshared/mcrt1.o%s \
517 /usr/lib32/mips3/nonshared/libprof1.a%s} \
518 %{!p:/usr/lib32/mips3/nonshared/crt1.o%s}}}} \
519 %{mabi=64: \
520 %{mips4:%{pg:/usr/lib64/mips4/nonshared/gcrt1.o} \
521 %{!pg:%{p:/usr/lib64/mips4/nonshared/mcrt1.o \
522 /usr/lib64/mips4/nonshared/libprof1.a} \
523 %{!p:/usr/lib64/mips4/nonshared/crt1.o}}} \
524 %{!mips4:%{pg:/usr/lib64/mips3/nonshared/gcrt1.o} \
525 %{!pg:%{p:/usr/lib64/mips3/nonshared/mcrt1.o \
526 /usr/lib64/mips3/nonshared/libprof1.a} \
527 %{!p:/usr/lib64/mips3/nonshared/crt1.o}}}} \
528 %{!mabi*: \
529 %{mips4:%{pg:/usr/lib32/mips4/nonshared/gcrt1.o%s} \
530 %{!pg:%{p:/usr/lib32/mips4/nonshared/mcrt1.o%s \
531 /usr/lib32/mips4/nonshared/libprof1.a%s} \
532 %{!p:/usr/lib32/mips4/nonshared/crt1.o%s}}} \
533 %{!mips4:%{pg:/usr/lib32/mips3/nonshared/gcrt1.o%s} \
534 %{!pg:%{p:/usr/lib32/mips3/nonshared/mcrt1.o%s \
535 /usr/lib32/mips3/nonshared/libprof1.a%s} \
536 %{!pg:%{p:/usr/lib32/mips3/nonshared/mcrt1.o%s \
537 /usr/lib32/mips3/nonshared/libprof1.a%s} \
538 %{!p:/usr/lib32/mips3/nonshared/crt1.o%s}}}}}} \
539 crtbegin.o%s"
541 #undef LIB_SPEC
542 #define LIB_SPEC \
543 "%{mabi=n32: %{mips4:-L/usr/lib32/mips4} %{!mips4:-L/usr/lib32/mips3} \
544 -L/usr/lib32} \
545 %{mabi=64: %{mips4:-L/usr/lib64/mips4} %{!mips4:-L/usr/lib64/mips3} \
546 -L/usr/lib64} \
547 %{!mabi*: %{mips4:-L/usr/lib32/mips4} %{!mips4:-L/usr/lib32/mips3} \
548 -L/usr/lib32} \
549 %{!shared: \
550 -dont_warn_unused %{p:libprof1.a%s}%{pg:libprof1.a%s} -lc -warn_unused}"
552 /* Avoid getting two warnings for libgcc.a everytime we link. */
553 #undef LIBGCC_SPEC
554 #define LIBGCC_SPEC "-dont_warn_unused -lgcc -warn_unused"
556 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
557 on the mipsX option. */
558 #undef ENDFILE_SPEC
559 #define ENDFILE_SPEC \
560 "crtend.o%s \
561 %{!shared: \
562 %{mabi=32:crtn.o%s}\
563 %{mabi=n32:%{mips4:/usr/lib32/mips4/crtn.o%s}\
564 %{!mips4:/usr/lib32/mips3/crtn.o%s}}\
565 %{mabi=64:%{mips4:/usr/lib64/mips4/crtn.o%s}\
566 %{!mips4:/usr/lib64/mips3/crtn.o%s}}\
567 %{!mabi*:%{mips4:/usr/lib32/mips4/crtn.o%s}\
568 %{!mips4:/usr/lib32/mips3/crtn.o%s}}}"
570 /* ??? If no mabi=X option give, but a mipsX option is, then should depend
571 on the mipsX option. */
572 #undef LINK_SPEC
573 #define LINK_SPEC "\
574 %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \
575 %{bestGnum} %{shared} %{non_shared} \
576 %{call_shared} %{no_archive} %{exact_version} %{w} \
577 %{static: -non_shared} \
578 %{!static: \
579 %{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}}} \
580 %{rpath} -init __do_global_ctors -fini __do_global_dtors \
581 %{shared:-hidden_symbol __do_global_ctors,__do_global_dtors,__EH_FRAME_BEGIN__,__frame_dummy} \
582 -_SYSTYPE_SVR4 -woff 131 \
583 %{mabi=32: -32}%{mabi=n32: -n32}%{mabi=64: -64}%{!mabi*: -n32}"