]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/varasm.c
* varasm.c (get_variable_section): Don't return lcomm_section
[thirdparty/gcc.git] / gcc / varasm.c
1 /* Output variables, constants and external declarations, for GNU compiler.
2 Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
4 2010, 2011, 2012 Free Software Foundation, Inc.
5
6 This file is part of GCC.
7
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
11 version.
12
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
21
22
23 /* This file handles generation of all the assembler code
24 *except* the instructions of a function.
25 This includes declarations of variables and their initial values.
26
27 We also output the assembler code for constants stored in memory
28 and are responsible for combining constants with the same value. */
29
30 #include "config.h"
31 #include "system.h"
32 #include "coretypes.h"
33 #include "tm.h"
34 #include "rtl.h"
35 #include "tree.h"
36 #include "flags.h"
37 #include "function.h"
38 #include "expr.h"
39 #include "hard-reg-set.h"
40 #include "regs.h"
41 #include "output.h"
42 #include "diagnostic-core.h"
43 #include "hashtab.h"
44 #include "ggc.h"
45 #include "langhooks.h"
46 #include "tm_p.h"
47 #include "debug.h"
48 #include "target.h"
49 #include "common/common-target.h"
50 #include "targhooks.h"
51 #include "tree-mudflap.h"
52 #include "cgraph.h"
53 #include "pointer-set.h"
54 #include "asan.h"
55
56 #ifdef XCOFF_DEBUGGING_INFO
57 #include "xcoffout.h" /* Needed for external data
58 declarations for e.g. AIX 4.x. */
59 #endif
60
61 /* The (assembler) name of the first globally-visible object output. */
62 extern GTY(()) const char *first_global_object_name;
63 extern GTY(()) const char *weak_global_object_name;
64
65 const char *first_global_object_name;
66 const char *weak_global_object_name;
67
68 struct addr_const;
69 struct constant_descriptor_rtx;
70 struct rtx_constant_pool;
71
72 #define n_deferred_constants (crtl->varasm.deferred_constants)
73
74 /* Number for making the label on the next
75 constant that is stored in memory. */
76
77 static GTY(()) int const_labelno;
78
79 /* Carry information from ASM_DECLARE_OBJECT_NAME
80 to ASM_FINISH_DECLARE_OBJECT. */
81
82 int size_directive_output;
83
84 /* The last decl for which assemble_variable was called,
85 if it did ASM_DECLARE_OBJECT_NAME.
86 If the last call to assemble_variable didn't do that,
87 this holds 0. */
88
89 tree last_assemble_variable_decl;
90
91 /* The following global variable indicates if the first basic block
92 in a function belongs to the cold partition or not. */
93
94 bool first_function_block_is_cold;
95
96 /* We give all constants their own alias set. Perhaps redundant with
97 MEM_READONLY_P, but pre-dates it. */
98
99 static alias_set_type const_alias_set;
100
101 /* Whether we saw any functions with no_split_stack. */
102
103 static bool saw_no_split_stack;
104
105 static const char *strip_reg_name (const char *);
106 static int contains_pointers_p (tree);
107 #ifdef ASM_OUTPUT_EXTERNAL
108 static bool incorporeal_function_p (tree);
109 #endif
110 static void decode_addr_const (tree, struct addr_const *);
111 static hashval_t const_desc_hash (const void *);
112 static int const_desc_eq (const void *, const void *);
113 static hashval_t const_hash_1 (const tree);
114 static int compare_constant (const tree, const tree);
115 static tree copy_constant (tree);
116 static void output_constant_def_contents (rtx);
117 static void output_addressed_constants (tree);
118 static unsigned HOST_WIDE_INT array_size_for_constructor (tree);
119 static unsigned min_align (unsigned, unsigned);
120 static void globalize_decl (tree);
121 static bool decl_readonly_section_1 (enum section_category);
122 #ifdef BSS_SECTION_ASM_OP
123 #ifdef ASM_OUTPUT_ALIGNED_BSS
124 static void asm_output_aligned_bss (FILE *, tree, const char *,
125 unsigned HOST_WIDE_INT, int)
126 ATTRIBUTE_UNUSED;
127 #endif
128 #endif /* BSS_SECTION_ASM_OP */
129 static void mark_weak (tree);
130 static void output_constant_pool (const char *, tree);
131 \f
132 /* Well-known sections, each one associated with some sort of *_ASM_OP. */
133 section *text_section;
134 section *data_section;
135 section *readonly_data_section;
136 section *sdata_section;
137 section *ctors_section;
138 section *dtors_section;
139 section *bss_section;
140 section *sbss_section;
141
142 /* Various forms of common section. All are guaranteed to be nonnull. */
143 section *tls_comm_section;
144 section *comm_section;
145 section *lcomm_section;
146
147 /* A SECTION_NOSWITCH section used for declaring global BSS variables.
148 May be null. */
149 section *bss_noswitch_section;
150
151 /* The section that holds the main exception table, when known. The section
152 is set either by the target's init_sections hook or by the first call to
153 switch_to_exception_section. */
154 section *exception_section;
155
156 /* The section that holds the DWARF2 frame unwind information, when known.
157 The section is set either by the target's init_sections hook or by the
158 first call to switch_to_eh_frame_section. */
159 section *eh_frame_section;
160
161 /* asm_out_file's current section. This is NULL if no section has yet
162 been selected or if we lose track of what the current section is. */
163 section *in_section;
164
165 /* True if code for the current function is currently being directed
166 at the cold section. */
167 bool in_cold_section_p;
168
169 /* A linked list of all the unnamed sections. */
170 static GTY(()) section *unnamed_sections;
171
172 /* Return a nonzero value if DECL has a section attribute. */
173 #define IN_NAMED_SECTION(DECL) \
174 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
175 && DECL_SECTION_NAME (DECL) != NULL_TREE)
176
177 /* Hash table of named sections. */
178 static GTY((param_is (section))) htab_t section_htab;
179
180 /* A table of object_blocks, indexed by section. */
181 static GTY((param_is (struct object_block))) htab_t object_block_htab;
182
183 /* The next number to use for internal anchor labels. */
184 static GTY(()) int anchor_labelno;
185
186 /* A pool of constants that can be shared between functions. */
187 static GTY(()) struct rtx_constant_pool *shared_constant_pool;
188
189 /* Helper routines for maintaining section_htab. */
190
191 static int
192 section_entry_eq (const void *p1, const void *p2)
193 {
194 const section *old = (const section *) p1;
195 const char *new_name = (const char *) p2;
196
197 return strcmp (old->named.name, new_name) == 0;
198 }
199
200 static hashval_t
201 section_entry_hash (const void *p)
202 {
203 const section *old = (const section *) p;
204 return htab_hash_string (old->named.name);
205 }
206
207 /* Return a hash value for section SECT. */
208
209 static hashval_t
210 hash_section (section *sect)
211 {
212 if (sect->common.flags & SECTION_NAMED)
213 return htab_hash_string (sect->named.name);
214 return sect->common.flags;
215 }
216
217 /* Helper routines for maintaining object_block_htab. */
218
219 static int
220 object_block_entry_eq (const void *p1, const void *p2)
221 {
222 const struct object_block *old = (const struct object_block *) p1;
223 const section *new_section = (const section *) p2;
224
225 return old->sect == new_section;
226 }
227
228 static hashval_t
229 object_block_entry_hash (const void *p)
230 {
231 const struct object_block *old = (const struct object_block *) p;
232 return hash_section (old->sect);
233 }
234
235 /* Return a new unnamed section with the given fields. */
236
237 section *
238 get_unnamed_section (unsigned int flags, void (*callback) (const void *),
239 const void *data)
240 {
241 section *sect;
242
243 sect = ggc_alloc_section ();
244 sect->unnamed.common.flags = flags | SECTION_UNNAMED;
245 sect->unnamed.callback = callback;
246 sect->unnamed.data = data;
247 sect->unnamed.next = unnamed_sections;
248
249 unnamed_sections = sect;
250 return sect;
251 }
252
253 /* Return a SECTION_NOSWITCH section with the given fields. */
254
255 static section *
256 get_noswitch_section (unsigned int flags, noswitch_section_callback callback)
257 {
258 section *sect;
259
260 sect = ggc_alloc_section ();
261 sect->noswitch.common.flags = flags | SECTION_NOSWITCH;
262 sect->noswitch.callback = callback;
263
264 return sect;
265 }
266
267 /* Return the named section structure associated with NAME. Create
268 a new section with the given fields if no such structure exists. */
269
270 section *
271 get_section (const char *name, unsigned int flags, tree decl)
272 {
273 section *sect, **slot;
274
275 slot = (section **)
276 htab_find_slot_with_hash (section_htab, name,
277 htab_hash_string (name), INSERT);
278 flags |= SECTION_NAMED;
279 if (*slot == NULL)
280 {
281 sect = ggc_alloc_section ();
282 sect->named.common.flags = flags;
283 sect->named.name = ggc_strdup (name);
284 sect->named.decl = decl;
285 *slot = sect;
286 }
287 else
288 {
289 sect = *slot;
290 if ((sect->common.flags & ~SECTION_DECLARED) != flags
291 && ((sect->common.flags | flags) & SECTION_OVERRIDE) == 0)
292 {
293 /* It is fine if one of the section flags is
294 SECTION_WRITE | SECTION_RELRO and the other has none of these
295 flags (i.e. read-only) in named sections and either the
296 section hasn't been declared yet or has been declared as writable.
297 In that case just make sure the resulting flags are
298 SECTION_WRITE | SECTION_RELRO, ie. writable only because of
299 relocations. */
300 if (((sect->common.flags ^ flags) & (SECTION_WRITE | SECTION_RELRO))
301 == (SECTION_WRITE | SECTION_RELRO)
302 && (sect->common.flags
303 & ~(SECTION_DECLARED | SECTION_WRITE | SECTION_RELRO))
304 == (flags & ~(SECTION_WRITE | SECTION_RELRO))
305 && ((sect->common.flags & SECTION_DECLARED) == 0
306 || (sect->common.flags & SECTION_WRITE)))
307 {
308 sect->common.flags |= (SECTION_WRITE | SECTION_RELRO);
309 return sect;
310 }
311 /* Sanity check user variables for flag changes. */
312 if (decl == 0)
313 decl = sect->named.decl;
314 gcc_assert (decl);
315 if (sect->named.decl == NULL)
316 error ("%+D causes a section type conflict", decl);
317 else
318 {
319 error ("%+D causes a section type conflict with %D",
320 decl, sect->named.decl);
321 if (decl != sect->named.decl)
322 inform (DECL_SOURCE_LOCATION (sect->named.decl),
323 "%qD was declared here", sect->named.decl);
324 }
325 /* Make sure we don't error about one section multiple times. */
326 sect->common.flags |= SECTION_OVERRIDE;
327 }
328 }
329 return sect;
330 }
331
332 /* Return true if the current compilation mode benefits from having
333 objects grouped into blocks. */
334
335 static bool
336 use_object_blocks_p (void)
337 {
338 return flag_section_anchors;
339 }
340
341 /* Return the object_block structure for section SECT. Create a new
342 structure if we haven't created one already. Return null if SECT
343 itself is null. */
344
345 static struct object_block *
346 get_block_for_section (section *sect)
347 {
348 struct object_block *block;
349 void **slot;
350
351 if (sect == NULL)
352 return NULL;
353
354 slot = htab_find_slot_with_hash (object_block_htab, sect,
355 hash_section (sect), INSERT);
356 block = (struct object_block *) *slot;
357 if (block == NULL)
358 {
359 block = ggc_alloc_cleared_object_block ();
360 block->sect = sect;
361 *slot = block;
362 }
363 return block;
364 }
365
366 /* Create a symbol with label LABEL and place it at byte offset
367 OFFSET in BLOCK. OFFSET can be negative if the symbol's offset
368 is not yet known. LABEL must be a garbage-collected string. */
369
370 static rtx
371 create_block_symbol (const char *label, struct object_block *block,
372 HOST_WIDE_INT offset)
373 {
374 rtx symbol;
375 unsigned int size;
376
377 /* Create the extended SYMBOL_REF. */
378 size = RTX_HDR_SIZE + sizeof (struct block_symbol);
379 symbol = ggc_alloc_zone_rtx_def (size, &rtl_zone);
380
381 /* Initialize the normal SYMBOL_REF fields. */
382 memset (symbol, 0, size);
383 PUT_CODE (symbol, SYMBOL_REF);
384 PUT_MODE (symbol, Pmode);
385 XSTR (symbol, 0) = label;
386 SYMBOL_REF_FLAGS (symbol) = SYMBOL_FLAG_HAS_BLOCK_INFO;
387
388 /* Initialize the block_symbol stuff. */
389 SYMBOL_REF_BLOCK (symbol) = block;
390 SYMBOL_REF_BLOCK_OFFSET (symbol) = offset;
391
392 return symbol;
393 }
394
395 /* Return a section with a particular name and with whatever SECTION_*
396 flags section_type_flags deems appropriate. The name of the section
397 is taken from NAME if nonnull, otherwise it is taken from DECL's
398 DECL_SECTION_NAME. DECL is the decl associated with the section
399 (see the section comment for details) and RELOC is as for
400 section_type_flags. */
401
402 section *
403 get_named_section (tree decl, const char *name, int reloc)
404 {
405 unsigned int flags;
406
407 gcc_assert (!decl || DECL_P (decl));
408 if (name == NULL)
409 name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
410
411 flags = targetm.section_type_flags (decl, name, reloc);
412
413 return get_section (name, flags, decl);
414 }
415
416 /* If required, set DECL_SECTION_NAME to a unique name. */
417
418 void
419 resolve_unique_section (tree decl, int reloc ATTRIBUTE_UNUSED,
420 int flag_function_or_data_sections)
421 {
422 if (DECL_SECTION_NAME (decl) == NULL_TREE
423 && targetm_common.have_named_sections
424 && (flag_function_or_data_sections
425 || DECL_ONE_ONLY (decl)))
426 {
427 targetm.asm_out.unique_section (decl, reloc);
428 DECL_HAS_IMPLICIT_SECTION_NAME_P (decl) = true;
429 }
430 }
431
432 #ifdef BSS_SECTION_ASM_OP
433
434 #ifdef ASM_OUTPUT_ALIGNED_BSS
435
436 /* Utility function for targets to use in implementing
437 ASM_OUTPUT_ALIGNED_BSS.
438 ??? It is believed that this function will work in most cases so such
439 support is localized here. */
440
441 static void
442 asm_output_aligned_bss (FILE *file, tree decl ATTRIBUTE_UNUSED,
443 const char *name, unsigned HOST_WIDE_INT size,
444 int align)
445 {
446 switch_to_section (bss_section);
447 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
448 #ifdef ASM_DECLARE_OBJECT_NAME
449 last_assemble_variable_decl = decl;
450 ASM_DECLARE_OBJECT_NAME (file, name, decl);
451 #else
452 /* Standard thing is just output label for the object. */
453 ASM_OUTPUT_LABEL (file, name);
454 #endif /* ASM_DECLARE_OBJECT_NAME */
455 ASM_OUTPUT_SKIP (file, size ? size : 1);
456 }
457
458 #endif
459
460 #endif /* BSS_SECTION_ASM_OP */
461
462 #ifndef USE_SELECT_SECTION_FOR_FUNCTIONS
463 /* Return the hot section for function DECL. Return text_section for
464 null DECLs. */
465
466 static section *
467 hot_function_section (tree decl)
468 {
469 if (decl != NULL_TREE
470 && DECL_SECTION_NAME (decl) != NULL_TREE
471 && targetm_common.have_named_sections)
472 return get_named_section (decl, NULL, 0);
473 else
474 return text_section;
475 }
476 #endif
477
478 /* Return section for TEXT_SECTION_NAME if DECL or DECL_SECTION_NAME (DECL)
479 is NULL.
480
481 When DECL_SECTION_NAME is non-NULL and it is implicit section and
482 NAMED_SECTION_SUFFIX is non-NULL, then produce section called
483 concatenate the name with NAMED_SECTION_SUFFIX.
484 Otherwise produce "TEXT_SECTION_NAME.IMPLICIT_NAME". */
485
486 section *
487 get_named_text_section (tree decl,
488 const char *text_section_name,
489 const char *named_section_suffix)
490 {
491 if (decl && DECL_SECTION_NAME (decl))
492 {
493 if (named_section_suffix)
494 {
495 tree dsn = DECL_SECTION_NAME (decl);
496 const char *stripped_name;
497 char *name, *buffer;
498
499 name = (char *) alloca (TREE_STRING_LENGTH (dsn) + 1);
500 memcpy (name, TREE_STRING_POINTER (dsn),
501 TREE_STRING_LENGTH (dsn) + 1);
502
503 stripped_name = targetm.strip_name_encoding (name);
504
505 buffer = ACONCAT ((stripped_name, named_section_suffix, NULL));
506 return get_named_section (decl, buffer, 0);
507 }
508 else if (DECL_HAS_IMPLICIT_SECTION_NAME_P (decl))
509 {
510 const char *name;
511
512 /* Do not try to split gnu_linkonce functions. This gets somewhat
513 slipperly. */
514 if (DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP)
515 return NULL;
516 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
517 name = targetm.strip_name_encoding (name);
518 return get_named_section (decl, ACONCAT ((text_section_name, ".",
519 name, NULL)), 0);
520 }
521 else
522 return NULL;
523 }
524 return get_named_section (decl, text_section_name, 0);
525 }
526
527 /* Choose named function section based on its frequency. */
528
529 section *
530 default_function_section (tree decl, enum node_frequency freq,
531 bool startup, bool exit)
532 {
533 #if defined HAVE_LD_EH_GC_SECTIONS && defined HAVE_LD_EH_GC_SECTIONS_BUG
534 /* Old GNU linkers have buggy --gc-section support, which sometimes
535 results in .gcc_except_table* sections being garbage collected. */
536 if (decl
537 && DECL_SECTION_NAME (decl)
538 && DECL_HAS_IMPLICIT_SECTION_NAME_P (decl))
539 return NULL;
540 #endif
541
542 if (!flag_reorder_functions
543 || !targetm_common.have_named_sections)
544 return NULL;
545 /* Startup code should go to startup subsection unless it is
546 unlikely executed (this happens especially with function splitting
547 where we can split away unnecessary parts of static constructors. */
548 if (startup && freq != NODE_FREQUENCY_UNLIKELY_EXECUTED)
549 return get_named_text_section (decl, ".text.startup", NULL);
550
551 /* Similarly for exit. */
552 if (exit && freq != NODE_FREQUENCY_UNLIKELY_EXECUTED)
553 return get_named_text_section (decl, ".text.exit", NULL);
554
555 /* Group cold functions together, similarly for hot code. */
556 switch (freq)
557 {
558 case NODE_FREQUENCY_UNLIKELY_EXECUTED:
559 return get_named_text_section (decl, ".text.unlikely", NULL);
560 case NODE_FREQUENCY_HOT:
561 return get_named_text_section (decl, ".text.hot", NULL);
562 default:
563 return NULL;
564 }
565 }
566
567 /* Return the section for function DECL.
568
569 If DECL is NULL_TREE, return the text section. We can be passed
570 NULL_TREE under some circumstances by dbxout.c at least.
571
572 If FORCE_COLD is true, return cold function section ignoring
573 the frequency info of cgraph_node. */
574
575 static section *
576 function_section_1 (tree decl, bool force_cold)
577 {
578 section *section = NULL;
579 enum node_frequency freq = NODE_FREQUENCY_NORMAL;
580 bool startup = false, exit = false;
581
582 if (decl)
583 {
584 struct cgraph_node *node = cgraph_get_node (decl);
585
586 if (node)
587 {
588 freq = node->frequency;
589 startup = node->only_called_at_startup;
590 exit = node->only_called_at_exit;
591 }
592 }
593 if (force_cold)
594 freq = NODE_FREQUENCY_UNLIKELY_EXECUTED;
595
596 #ifdef USE_SELECT_SECTION_FOR_FUNCTIONS
597 if (decl != NULL_TREE
598 && DECL_SECTION_NAME (decl) != NULL_TREE)
599 {
600 if (targetm.asm_out.function_section)
601 section = targetm.asm_out.function_section (decl, freq,
602 startup, exit);
603 if (section)
604 return section;
605 return get_named_section (decl, NULL, 0);
606 }
607 else
608 return targetm.asm_out.select_section
609 (decl, freq == NODE_FREQUENCY_UNLIKELY_EXECUTED,
610 DECL_ALIGN (decl));
611 #else
612 if (targetm.asm_out.function_section)
613 section = targetm.asm_out.function_section (decl, freq, startup, exit);
614 if (section)
615 return section;
616 return hot_function_section (decl);
617 #endif
618 }
619
620 /* Return the section for function DECL.
621
622 If DECL is NULL_TREE, return the text section. We can be passed
623 NULL_TREE under some circumstances by dbxout.c at least. */
624
625 section *
626 function_section (tree decl)
627 {
628 /* Handle cases where function splitting code decides
629 to put function entry point into unlikely executed section
630 despite the fact that the function itself is not cold
631 (i.e. it is called rarely but contains a hot loop that is
632 better to live in hot subsection for the code locality). */
633 return function_section_1 (decl,
634 first_function_block_is_cold);
635 }
636
637 /* Return the section for the current function, take IN_COLD_SECTION_P
638 into account. */
639
640 section *
641 current_function_section (void)
642 {
643 return function_section_1 (current_function_decl, in_cold_section_p);
644 }
645
646 /* Tell assembler to switch to unlikely-to-be-executed text section. */
647
648 section *
649 unlikely_text_section (void)
650 {
651 return function_section_1 (current_function_decl, true);
652 }
653
654 /* When called within a function context, return true if the function
655 has been assigned a cold text section and if SECT is that section.
656 When called outside a function context, return true if SECT is the
657 default cold section. */
658
659 bool
660 unlikely_text_section_p (section *sect)
661 {
662 return sect == function_section_1 (current_function_decl, true);
663 }
664
665 /* Return the read-only data section associated with function DECL. */
666
667 section *
668 default_function_rodata_section (tree decl)
669 {
670 if (decl != NULL_TREE && DECL_SECTION_NAME (decl))
671 {
672 const char *name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
673
674 if (DECL_ONE_ONLY (decl) && HAVE_COMDAT_GROUP)
675 {
676 const char *dot;
677 size_t len;
678 char* rname;
679
680 dot = strchr (name + 1, '.');
681 if (!dot)
682 dot = name;
683 len = strlen (dot) + 8;
684 rname = (char *) alloca (len);
685
686 strcpy (rname, ".rodata");
687 strcat (rname, dot);
688 return get_section (rname, SECTION_LINKONCE, decl);
689 }
690 /* For .gnu.linkonce.t.foo we want to use .gnu.linkonce.r.foo. */
691 else if (DECL_ONE_ONLY (decl)
692 && strncmp (name, ".gnu.linkonce.t.", 16) == 0)
693 {
694 size_t len = strlen (name) + 1;
695 char *rname = (char *) alloca (len);
696
697 memcpy (rname, name, len);
698 rname[14] = 'r';
699 return get_section (rname, SECTION_LINKONCE, decl);
700 }
701 /* For .text.foo we want to use .rodata.foo. */
702 else if (flag_function_sections && flag_data_sections
703 && strncmp (name, ".text.", 6) == 0)
704 {
705 size_t len = strlen (name) + 1;
706 char *rname = (char *) alloca (len + 2);
707
708 memcpy (rname, ".rodata", 7);
709 memcpy (rname + 7, name + 5, len - 5);
710 return get_section (rname, 0, decl);
711 }
712 }
713
714 return readonly_data_section;
715 }
716
717 /* Return the read-only data section associated with function DECL
718 for targets where that section should be always the single
719 readonly data section. */
720
721 section *
722 default_no_function_rodata_section (tree decl ATTRIBUTE_UNUSED)
723 {
724 return readonly_data_section;
725 }
726
727 /* Return the section to use for string merging. */
728
729 static section *
730 mergeable_string_section (tree decl ATTRIBUTE_UNUSED,
731 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED,
732 unsigned int flags ATTRIBUTE_UNUSED)
733 {
734 HOST_WIDE_INT len;
735
736 if (HAVE_GAS_SHF_MERGE && flag_merge_constants
737 && TREE_CODE (decl) == STRING_CST
738 && TREE_CODE (TREE_TYPE (decl)) == ARRAY_TYPE
739 && align <= 256
740 && (len = int_size_in_bytes (TREE_TYPE (decl))) > 0
741 && TREE_STRING_LENGTH (decl) >= len)
742 {
743 enum machine_mode mode;
744 unsigned int modesize;
745 const char *str;
746 HOST_WIDE_INT i;
747 int j, unit;
748 const char *prefix = targetm.asm_out.mergeable_rodata_prefix;
749 char *name = (char *) alloca (strlen (prefix) + 30);
750
751 mode = TYPE_MODE (TREE_TYPE (TREE_TYPE (decl)));
752 modesize = GET_MODE_BITSIZE (mode);
753 if (modesize >= 8 && modesize <= 256
754 && (modesize & (modesize - 1)) == 0)
755 {
756 if (align < modesize)
757 align = modesize;
758
759 str = TREE_STRING_POINTER (decl);
760 unit = GET_MODE_SIZE (mode);
761
762 /* Check for embedded NUL characters. */
763 for (i = 0; i < len; i += unit)
764 {
765 for (j = 0; j < unit; j++)
766 if (str[i + j] != '\0')
767 break;
768 if (j == unit)
769 break;
770 }
771 if (i == len - unit)
772 {
773 sprintf (name, "%s.str%d.%d", prefix,
774 modesize / 8, (int) (align / 8));
775 flags |= (modesize / 8) | SECTION_MERGE | SECTION_STRINGS;
776 return get_section (name, flags, NULL);
777 }
778 }
779 }
780
781 return readonly_data_section;
782 }
783
784 /* Return the section to use for constant merging. */
785
786 section *
787 mergeable_constant_section (enum machine_mode mode ATTRIBUTE_UNUSED,
788 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED,
789 unsigned int flags ATTRIBUTE_UNUSED)
790 {
791 unsigned int modesize = GET_MODE_BITSIZE (mode);
792
793 if (HAVE_GAS_SHF_MERGE && flag_merge_constants
794 && mode != VOIDmode
795 && mode != BLKmode
796 && modesize <= align
797 && align >= 8
798 && align <= 256
799 && (align & (align - 1)) == 0)
800 {
801 const char *prefix = targetm.asm_out.mergeable_rodata_prefix;
802 char *name = (char *) alloca (strlen (prefix) + 30);
803
804 sprintf (name, "%s.cst%d", prefix, (int) (align / 8));
805 flags |= (align / 8) | SECTION_MERGE;
806 return get_section (name, flags, NULL);
807 }
808 return readonly_data_section;
809 }
810 \f
811 /* Given NAME, a putative register name, discard any customary prefixes. */
812
813 static const char *
814 strip_reg_name (const char *name)
815 {
816 #ifdef REGISTER_PREFIX
817 if (!strncmp (name, REGISTER_PREFIX, strlen (REGISTER_PREFIX)))
818 name += strlen (REGISTER_PREFIX);
819 #endif
820 if (name[0] == '%' || name[0] == '#')
821 name++;
822 return name;
823 }
824 \f
825 /* The user has asked for a DECL to have a particular name. Set (or
826 change) it in such a way that we don't prefix an underscore to
827 it. */
828 void
829 set_user_assembler_name (tree decl, const char *name)
830 {
831 char *starred = (char *) alloca (strlen (name) + 2);
832 starred[0] = '*';
833 strcpy (starred + 1, name);
834 change_decl_assembler_name (decl, get_identifier (starred));
835 SET_DECL_RTL (decl, NULL_RTX);
836 }
837 \f
838 /* Decode an `asm' spec for a declaration as a register name.
839 Return the register number, or -1 if nothing specified,
840 or -2 if the ASMSPEC is not `cc' or `memory' and is not recognized,
841 or -3 if ASMSPEC is `cc' and is not recognized,
842 or -4 if ASMSPEC is `memory' and is not recognized.
843 Accept an exact spelling or a decimal number.
844 Prefixes such as % are optional. */
845
846 int
847 decode_reg_name_and_count (const char *asmspec, int *pnregs)
848 {
849 /* Presume just one register is clobbered. */
850 *pnregs = 1;
851
852 if (asmspec != 0)
853 {
854 int i;
855
856 /* Get rid of confusing prefixes. */
857 asmspec = strip_reg_name (asmspec);
858
859 /* Allow a decimal number as a "register name". */
860 for (i = strlen (asmspec) - 1; i >= 0; i--)
861 if (! ISDIGIT (asmspec[i]))
862 break;
863 if (asmspec[0] != 0 && i < 0)
864 {
865 i = atoi (asmspec);
866 if (i < FIRST_PSEUDO_REGISTER && i >= 0)
867 return i;
868 else
869 return -2;
870 }
871
872 for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
873 if (reg_names[i][0]
874 && ! strcmp (asmspec, strip_reg_name (reg_names[i])))
875 return i;
876
877 #ifdef OVERLAPPING_REGISTER_NAMES
878 {
879 static const struct
880 {
881 const char *const name;
882 const int number;
883 const int nregs;
884 } table[] = OVERLAPPING_REGISTER_NAMES;
885
886 for (i = 0; i < (int) ARRAY_SIZE (table); i++)
887 if (table[i].name[0]
888 && ! strcmp (asmspec, table[i].name))
889 {
890 *pnregs = table[i].nregs;
891 return table[i].number;
892 }
893 }
894 #endif /* OVERLAPPING_REGISTER_NAMES */
895
896 #ifdef ADDITIONAL_REGISTER_NAMES
897 {
898 static const struct { const char *const name; const int number; } table[]
899 = ADDITIONAL_REGISTER_NAMES;
900
901 for (i = 0; i < (int) ARRAY_SIZE (table); i++)
902 if (table[i].name[0]
903 && ! strcmp (asmspec, table[i].name))
904 return table[i].number;
905 }
906 #endif /* ADDITIONAL_REGISTER_NAMES */
907
908 if (!strcmp (asmspec, "memory"))
909 return -4;
910
911 if (!strcmp (asmspec, "cc"))
912 return -3;
913
914 return -2;
915 }
916
917 return -1;
918 }
919
920 int
921 decode_reg_name (const char *name)
922 {
923 int count;
924 return decode_reg_name_and_count (name, &count);
925 }
926
927 \f
928 /* Return true if DECL's initializer is suitable for a BSS section. */
929
930 static bool
931 bss_initializer_p (const_tree decl)
932 {
933 return (DECL_INITIAL (decl) == NULL
934 || DECL_INITIAL (decl) == error_mark_node
935 || (flag_zero_initialized_in_bss
936 /* Leave constant zeroes in .rodata so they
937 can be shared. */
938 && !TREE_READONLY (decl)
939 && initializer_zerop (DECL_INITIAL (decl))));
940 }
941
942 /* Compute the alignment of variable specified by DECL.
943 DONT_OUTPUT_DATA is from assemble_variable. */
944
945 void
946 align_variable (tree decl, bool dont_output_data)
947 {
948 unsigned int align = DECL_ALIGN (decl);
949
950 /* In the case for initialing an array whose length isn't specified,
951 where we have not yet been able to do the layout,
952 figure out the proper alignment now. */
953 if (dont_output_data && DECL_SIZE (decl) == 0
954 && TREE_CODE (TREE_TYPE (decl)) == ARRAY_TYPE)
955 align = MAX (align, TYPE_ALIGN (TREE_TYPE (TREE_TYPE (decl))));
956
957 /* Some object file formats have a maximum alignment which they support.
958 In particular, a.out format supports a maximum alignment of 4. */
959 if (align > MAX_OFILE_ALIGNMENT)
960 {
961 warning (0, "alignment of %q+D is greater than maximum object "
962 "file alignment. Using %d", decl,
963 MAX_OFILE_ALIGNMENT/BITS_PER_UNIT);
964 align = MAX_OFILE_ALIGNMENT;
965 }
966
967 /* On some machines, it is good to increase alignment sometimes. */
968 if (! DECL_USER_ALIGN (decl))
969 {
970 #ifdef DATA_ALIGNMENT
971 unsigned int data_align = DATA_ALIGNMENT (TREE_TYPE (decl), align);
972 /* Don't increase alignment too much for TLS variables - TLS space
973 is too precious. */
974 if (! DECL_THREAD_LOCAL_P (decl) || data_align <= BITS_PER_WORD)
975 align = data_align;
976 #endif
977 #ifdef CONSTANT_ALIGNMENT
978 if (DECL_INITIAL (decl) != 0 && DECL_INITIAL (decl) != error_mark_node)
979 {
980 unsigned int const_align = CONSTANT_ALIGNMENT (DECL_INITIAL (decl),
981 align);
982 /* Don't increase alignment too much for TLS variables - TLS space
983 is too precious. */
984 if (! DECL_THREAD_LOCAL_P (decl) || const_align <= BITS_PER_WORD)
985 align = const_align;
986 }
987 #endif
988 }
989
990 /* Reset the alignment in case we have made it tighter, so we can benefit
991 from it in get_pointer_alignment. */
992 DECL_ALIGN (decl) = align;
993 }
994
995 /* Return the section into which the given VAR_DECL or CONST_DECL
996 should be placed. PREFER_NOSWITCH_P is true if a noswitch
997 section should be used wherever possible. */
998
999 section *
1000 get_variable_section (tree decl, bool prefer_noswitch_p)
1001 {
1002 addr_space_t as = ADDR_SPACE_GENERIC;
1003 int reloc;
1004
1005 if (TREE_TYPE (decl) != error_mark_node)
1006 as = TYPE_ADDR_SPACE (TREE_TYPE (decl));
1007
1008 if (DECL_COMMON (decl))
1009 {
1010 /* If the decl has been given an explicit section name, or it resides
1011 in a non-generic address space, then it isn't common, and shouldn't
1012 be handled as such. */
1013 gcc_assert (DECL_SECTION_NAME (decl) == NULL
1014 && ADDR_SPACE_GENERIC_P (as));
1015 if (DECL_THREAD_LOCAL_P (decl))
1016 return tls_comm_section;
1017 else if (TREE_PUBLIC (decl) && bss_initializer_p (decl))
1018 return comm_section;
1019 }
1020
1021 if (DECL_INITIAL (decl) == error_mark_node)
1022 reloc = contains_pointers_p (TREE_TYPE (decl)) ? 3 : 0;
1023 else if (DECL_INITIAL (decl))
1024 reloc = compute_reloc_for_constant (DECL_INITIAL (decl));
1025 else
1026 reloc = 0;
1027
1028 resolve_unique_section (decl, reloc, flag_data_sections);
1029 if (IN_NAMED_SECTION (decl))
1030 return get_named_section (decl, NULL, reloc);
1031
1032 if (ADDR_SPACE_GENERIC_P (as)
1033 && !DECL_THREAD_LOCAL_P (decl)
1034 && !(prefer_noswitch_p && targetm.have_switchable_bss_sections)
1035 && bss_initializer_p (decl))
1036 {
1037 if (!TREE_PUBLIC (decl)
1038 && !(flag_asan && asan_protect_global (decl)))
1039 return lcomm_section;
1040 if (bss_noswitch_section)
1041 return bss_noswitch_section;
1042 }
1043
1044 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl));
1045 }
1046
1047 /* Return the block into which object_block DECL should be placed. */
1048
1049 static struct object_block *
1050 get_block_for_decl (tree decl)
1051 {
1052 section *sect;
1053
1054 if (TREE_CODE (decl) == VAR_DECL)
1055 {
1056 /* The object must be defined in this translation unit. */
1057 if (DECL_EXTERNAL (decl))
1058 return NULL;
1059
1060 /* There's no point using object blocks for something that is
1061 isolated by definition. */
1062 if (DECL_ONE_ONLY (decl))
1063 return NULL;
1064 }
1065
1066 /* We can only calculate block offsets if the decl has a known
1067 constant size. */
1068 if (DECL_SIZE_UNIT (decl) == NULL)
1069 return NULL;
1070 if (!host_integerp (DECL_SIZE_UNIT (decl), 1))
1071 return NULL;
1072
1073 /* Find out which section should contain DECL. We cannot put it into
1074 an object block if it requires a standalone definition. */
1075 if (TREE_CODE (decl) == VAR_DECL)
1076 align_variable (decl, 0);
1077 sect = get_variable_section (decl, true);
1078 if (SECTION_STYLE (sect) == SECTION_NOSWITCH)
1079 return NULL;
1080
1081 return get_block_for_section (sect);
1082 }
1083
1084 /* Make sure block symbol SYMBOL is in block BLOCK. */
1085
1086 static void
1087 change_symbol_block (rtx symbol, struct object_block *block)
1088 {
1089 if (block != SYMBOL_REF_BLOCK (symbol))
1090 {
1091 gcc_assert (SYMBOL_REF_BLOCK_OFFSET (symbol) < 0);
1092 SYMBOL_REF_BLOCK (symbol) = block;
1093 }
1094 }
1095
1096 /* Return true if it is possible to put DECL in an object_block. */
1097
1098 static bool
1099 use_blocks_for_decl_p (tree decl)
1100 {
1101 /* Only data DECLs can be placed into object blocks. */
1102 if (TREE_CODE (decl) != VAR_DECL && TREE_CODE (decl) != CONST_DECL)
1103 return false;
1104
1105 /* Detect decls created by dw2_force_const_mem. Such decls are
1106 special because DECL_INITIAL doesn't specify the decl's true value.
1107 dw2_output_indirect_constants will instead call assemble_variable
1108 with dont_output_data set to 1 and then print the contents itself. */
1109 if (DECL_INITIAL (decl) == decl)
1110 return false;
1111
1112 /* If this decl is an alias, then we don't want to emit a
1113 definition. */
1114 if (lookup_attribute ("alias", DECL_ATTRIBUTES (decl)))
1115 return false;
1116
1117 return targetm.use_blocks_for_decl_p (decl);
1118 }
1119
1120 /* Create the DECL_RTL for a VAR_DECL or FUNCTION_DECL. DECL should
1121 have static storage duration. In other words, it should not be an
1122 automatic variable, including PARM_DECLs.
1123
1124 There is, however, one exception: this function handles variables
1125 explicitly placed in a particular register by the user.
1126
1127 This is never called for PARM_DECL nodes. */
1128
1129 void
1130 make_decl_rtl (tree decl)
1131 {
1132 const char *name = 0;
1133 int reg_number;
1134 rtx x;
1135
1136 /* Check that we are not being given an automatic variable. */
1137 gcc_assert (TREE_CODE (decl) != PARM_DECL
1138 && TREE_CODE (decl) != RESULT_DECL);
1139
1140 /* A weak alias has TREE_PUBLIC set but not the other bits. */
1141 gcc_assert (TREE_CODE (decl) != VAR_DECL
1142 || TREE_STATIC (decl)
1143 || TREE_PUBLIC (decl)
1144 || DECL_EXTERNAL (decl)
1145 || DECL_REGISTER (decl));
1146
1147 /* And that we were not given a type or a label. */
1148 gcc_assert (TREE_CODE (decl) != TYPE_DECL
1149 && TREE_CODE (decl) != LABEL_DECL);
1150
1151 /* For a duplicate declaration, we can be called twice on the
1152 same DECL node. Don't discard the RTL already made. */
1153 if (DECL_RTL_SET_P (decl))
1154 {
1155 /* If the old RTL had the wrong mode, fix the mode. */
1156 x = DECL_RTL (decl);
1157 if (GET_MODE (x) != DECL_MODE (decl))
1158 SET_DECL_RTL (decl, adjust_address_nv (x, DECL_MODE (decl), 0));
1159
1160 if (TREE_CODE (decl) != FUNCTION_DECL && DECL_REGISTER (decl))
1161 return;
1162
1163 /* ??? Another way to do this would be to maintain a hashed
1164 table of such critters. Instead of adding stuff to a DECL
1165 to give certain attributes to it, we could use an external
1166 hash map from DECL to set of attributes. */
1167
1168 /* Let the target reassign the RTL if it wants.
1169 This is necessary, for example, when one machine specific
1170 decl attribute overrides another. */
1171 targetm.encode_section_info (decl, DECL_RTL (decl), false);
1172
1173 /* If the symbol has a SYMBOL_REF_BLOCK field, update it based
1174 on the new decl information. */
1175 if (MEM_P (x)
1176 && GET_CODE (XEXP (x, 0)) == SYMBOL_REF
1177 && SYMBOL_REF_HAS_BLOCK_INFO_P (XEXP (x, 0)))
1178 change_symbol_block (XEXP (x, 0), get_block_for_decl (decl));
1179
1180 /* Make this function static known to the mudflap runtime. */
1181 if (flag_mudflap && TREE_CODE (decl) == VAR_DECL)
1182 mudflap_enqueue_decl (decl);
1183
1184 return;
1185 }
1186
1187 /* If this variable belongs to the global constant pool, retrieve the
1188 pre-computed RTL or recompute it in LTO mode. */
1189 if (TREE_CODE (decl) == VAR_DECL && DECL_IN_CONSTANT_POOL (decl))
1190 {
1191 SET_DECL_RTL (decl, output_constant_def (DECL_INITIAL (decl), 1));
1192 return;
1193 }
1194
1195 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
1196
1197 if (name[0] != '*' && TREE_CODE (decl) != FUNCTION_DECL
1198 && DECL_REGISTER (decl))
1199 {
1200 error ("register name not specified for %q+D", decl);
1201 }
1202 else if (TREE_CODE (decl) != FUNCTION_DECL && DECL_REGISTER (decl))
1203 {
1204 const char *asmspec = name+1;
1205 enum machine_mode mode = DECL_MODE (decl);
1206 reg_number = decode_reg_name (asmspec);
1207 /* First detect errors in declaring global registers. */
1208 if (reg_number == -1)
1209 error ("register name not specified for %q+D", decl);
1210 else if (reg_number < 0)
1211 error ("invalid register name for %q+D", decl);
1212 else if (mode == BLKmode)
1213 error ("data type of %q+D isn%'t suitable for a register",
1214 decl);
1215 else if (!in_hard_reg_set_p (accessible_reg_set, mode, reg_number))
1216 error ("the register specified for %q+D cannot be accessed"
1217 " by the current target", decl);
1218 else if (!in_hard_reg_set_p (operand_reg_set, mode, reg_number))
1219 error ("the register specified for %q+D is not general enough"
1220 " to be used as a register variable", decl);
1221 else if (!HARD_REGNO_MODE_OK (reg_number, mode))
1222 error ("register specified for %q+D isn%'t suitable for data type",
1223 decl);
1224 /* Now handle properly declared static register variables. */
1225 else
1226 {
1227 int nregs;
1228
1229 if (DECL_INITIAL (decl) != 0 && TREE_STATIC (decl))
1230 {
1231 DECL_INITIAL (decl) = 0;
1232 error ("global register variable has initial value");
1233 }
1234 if (TREE_THIS_VOLATILE (decl))
1235 warning (OPT_Wvolatile_register_var,
1236 "optimization may eliminate reads and/or "
1237 "writes to register variables");
1238
1239 /* If the user specified one of the eliminables registers here,
1240 e.g., FRAME_POINTER_REGNUM, we don't want to get this variable
1241 confused with that register and be eliminated. This usage is
1242 somewhat suspect... */
1243
1244 SET_DECL_RTL (decl, gen_rtx_raw_REG (mode, reg_number));
1245 ORIGINAL_REGNO (DECL_RTL (decl)) = reg_number;
1246 REG_USERVAR_P (DECL_RTL (decl)) = 1;
1247
1248 if (TREE_STATIC (decl))
1249 {
1250 /* Make this register global, so not usable for anything
1251 else. */
1252 #ifdef ASM_DECLARE_REGISTER_GLOBAL
1253 name = IDENTIFIER_POINTER (DECL_NAME (decl));
1254 ASM_DECLARE_REGISTER_GLOBAL (asm_out_file, decl, reg_number, name);
1255 #endif
1256 nregs = hard_regno_nregs[reg_number][mode];
1257 while (nregs > 0)
1258 globalize_reg (decl, reg_number + --nregs);
1259 }
1260
1261 /* As a register variable, it has no section. */
1262 return;
1263 }
1264 }
1265 /* Now handle ordinary static variables and functions (in memory).
1266 Also handle vars declared register invalidly. */
1267 else if (name[0] == '*')
1268 {
1269 #ifdef REGISTER_PREFIX
1270 if (strlen (REGISTER_PREFIX) != 0)
1271 {
1272 reg_number = decode_reg_name (name);
1273 if (reg_number >= 0 || reg_number == -3)
1274 error ("register name given for non-register variable %q+D", decl);
1275 }
1276 #endif
1277 }
1278
1279 /* Specifying a section attribute on a variable forces it into a
1280 non-.bss section, and thus it cannot be common. */
1281 /* FIXME: In general this code should not be necessary because
1282 visibility pass is doing the same work. But notice_global_symbol
1283 is called early and it needs to make DECL_RTL to get the name.
1284 we take care of recomputing the DECL_RTL after visibility is changed. */
1285 if (TREE_CODE (decl) == VAR_DECL
1286 && DECL_SECTION_NAME (decl) != NULL_TREE
1287 && DECL_INITIAL (decl) == NULL_TREE
1288 && DECL_COMMON (decl))
1289 DECL_COMMON (decl) = 0;
1290
1291 /* Variables can't be both common and weak. */
1292 if (TREE_CODE (decl) == VAR_DECL && DECL_WEAK (decl))
1293 DECL_COMMON (decl) = 0;
1294
1295 if (use_object_blocks_p () && use_blocks_for_decl_p (decl))
1296 x = create_block_symbol (name, get_block_for_decl (decl), -1);
1297 else
1298 {
1299 enum machine_mode address_mode = Pmode;
1300 if (TREE_TYPE (decl) != error_mark_node)
1301 {
1302 addr_space_t as = TYPE_ADDR_SPACE (TREE_TYPE (decl));
1303 address_mode = targetm.addr_space.address_mode (as);
1304 }
1305 x = gen_rtx_SYMBOL_REF (address_mode, name);
1306 }
1307 SYMBOL_REF_WEAK (x) = DECL_WEAK (decl);
1308 SET_SYMBOL_REF_DECL (x, decl);
1309
1310 x = gen_rtx_MEM (DECL_MODE (decl), x);
1311 if (TREE_CODE (decl) != FUNCTION_DECL)
1312 set_mem_attributes (x, decl, 1);
1313 SET_DECL_RTL (decl, x);
1314
1315 /* Optionally set flags or add text to the name to record information
1316 such as that it is a function name.
1317 If the name is changed, the macro ASM_OUTPUT_LABELREF
1318 will have to know how to strip this information. */
1319 targetm.encode_section_info (decl, DECL_RTL (decl), true);
1320
1321 /* Make this function static known to the mudflap runtime. */
1322 if (flag_mudflap && TREE_CODE (decl) == VAR_DECL)
1323 mudflap_enqueue_decl (decl);
1324 }
1325
1326 /* Like make_decl_rtl, but inhibit creation of new alias sets when
1327 calling make_decl_rtl. Also, reset DECL_RTL before returning the
1328 rtl. */
1329
1330 rtx
1331 make_decl_rtl_for_debug (tree decl)
1332 {
1333 unsigned int save_aliasing_flag, save_mudflap_flag;
1334 rtx rtl;
1335
1336 if (DECL_RTL_SET_P (decl))
1337 return DECL_RTL (decl);
1338
1339 /* Kludge alert! Somewhere down the call chain, make_decl_rtl will
1340 call new_alias_set. If running with -fcompare-debug, sometimes
1341 we do not want to create alias sets that will throw the alias
1342 numbers off in the comparison dumps. So... clearing
1343 flag_strict_aliasing will keep new_alias_set() from creating a
1344 new set. It is undesirable to register decl with mudflap
1345 in this case as well. */
1346 save_aliasing_flag = flag_strict_aliasing;
1347 flag_strict_aliasing = 0;
1348 save_mudflap_flag = flag_mudflap;
1349 flag_mudflap = 0;
1350
1351 rtl = DECL_RTL (decl);
1352 /* Reset DECL_RTL back, as various parts of the compiler expects
1353 DECL_RTL set meaning it is actually going to be output. */
1354 SET_DECL_RTL (decl, NULL);
1355
1356 flag_strict_aliasing = save_aliasing_flag;
1357 flag_mudflap = save_mudflap_flag;
1358
1359 return rtl;
1360 }
1361 \f
1362 /* Output a string of literal assembler code
1363 for an `asm' keyword used between functions. */
1364
1365 void
1366 assemble_asm (tree string)
1367 {
1368 const char *p;
1369 app_enable ();
1370
1371 if (TREE_CODE (string) == ADDR_EXPR)
1372 string = TREE_OPERAND (string, 0);
1373
1374 p = TREE_STRING_POINTER (string);
1375 fprintf (asm_out_file, "%s%s\n", p[0] == '\t' ? "" : "\t", p);
1376 }
1377
1378 /* Write the address of the entity given by SYMBOL to SEC. */
1379 void
1380 assemble_addr_to_section (rtx symbol, section *sec)
1381 {
1382 switch_to_section (sec);
1383 assemble_align (POINTER_SIZE);
1384 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1385 }
1386
1387 /* Return the numbered .ctors.N (if CONSTRUCTOR_P) or .dtors.N (if
1388 not) section for PRIORITY. */
1389 section *
1390 get_cdtor_priority_section (int priority, bool constructor_p)
1391 {
1392 char buf[16];
1393
1394 /* ??? This only works reliably with the GNU linker. */
1395 sprintf (buf, "%s.%.5u",
1396 constructor_p ? ".ctors" : ".dtors",
1397 /* Invert the numbering so the linker puts us in the proper
1398 order; constructors are run from right to left, and the
1399 linker sorts in increasing order. */
1400 MAX_INIT_PRIORITY - priority);
1401 return get_section (buf, SECTION_WRITE, NULL);
1402 }
1403
1404 void
1405 default_named_section_asm_out_destructor (rtx symbol, int priority)
1406 {
1407 section *sec;
1408
1409 if (priority != DEFAULT_INIT_PRIORITY)
1410 sec = get_cdtor_priority_section (priority,
1411 /*constructor_p=*/false);
1412 else
1413 sec = get_section (".dtors", SECTION_WRITE, NULL);
1414
1415 assemble_addr_to_section (symbol, sec);
1416 }
1417
1418 #ifdef DTORS_SECTION_ASM_OP
1419 void
1420 default_dtor_section_asm_out_destructor (rtx symbol,
1421 int priority ATTRIBUTE_UNUSED)
1422 {
1423 assemble_addr_to_section (symbol, dtors_section);
1424 }
1425 #endif
1426
1427 void
1428 default_named_section_asm_out_constructor (rtx symbol, int priority)
1429 {
1430 section *sec;
1431
1432 if (priority != DEFAULT_INIT_PRIORITY)
1433 sec = get_cdtor_priority_section (priority,
1434 /*constructor_p=*/true);
1435 else
1436 sec = get_section (".ctors", SECTION_WRITE, NULL);
1437
1438 assemble_addr_to_section (symbol, sec);
1439 }
1440
1441 #ifdef CTORS_SECTION_ASM_OP
1442 void
1443 default_ctor_section_asm_out_constructor (rtx symbol,
1444 int priority ATTRIBUTE_UNUSED)
1445 {
1446 assemble_addr_to_section (symbol, ctors_section);
1447 }
1448 #endif
1449 \f
1450 /* CONSTANT_POOL_BEFORE_FUNCTION may be defined as an expression with
1451 a nonzero value if the constant pool should be output before the
1452 start of the function, or a zero value if the pool should output
1453 after the end of the function. The default is to put it before the
1454 start. */
1455
1456 #ifndef CONSTANT_POOL_BEFORE_FUNCTION
1457 #define CONSTANT_POOL_BEFORE_FUNCTION 1
1458 #endif
1459
1460 /* DECL is an object (either VAR_DECL or FUNCTION_DECL) which is going
1461 to be output to assembler.
1462 Set first_global_object_name and weak_global_object_name as appropriate. */
1463
1464 void
1465 notice_global_symbol (tree decl)
1466 {
1467 const char **type = &first_global_object_name;
1468
1469 if (first_global_object_name
1470 || !TREE_PUBLIC (decl)
1471 || DECL_EXTERNAL (decl)
1472 || !DECL_NAME (decl)
1473 || (TREE_CODE (decl) != FUNCTION_DECL
1474 && (TREE_CODE (decl) != VAR_DECL
1475 || (DECL_COMMON (decl)
1476 && (DECL_INITIAL (decl) == 0
1477 || DECL_INITIAL (decl) == error_mark_node))))
1478 || !MEM_P (DECL_RTL (decl)))
1479 return;
1480
1481 /* We win when global object is found, but it is useful to know about weak
1482 symbol as well so we can produce nicer unique names. */
1483 if (DECL_WEAK (decl) || DECL_ONE_ONLY (decl) || flag_shlib)
1484 type = &weak_global_object_name;
1485
1486 if (!*type)
1487 {
1488 const char *p;
1489 const char *name;
1490 rtx decl_rtl = DECL_RTL (decl);
1491
1492 p = targetm.strip_name_encoding (XSTR (XEXP (decl_rtl, 0), 0));
1493 name = ggc_strdup (p);
1494
1495 *type = name;
1496 }
1497 }
1498
1499 /* If not using flag_reorder_blocks_and_partition, decide early whether the
1500 current function goes into the cold section, so that targets can use
1501 current_function_section during RTL expansion. DECL describes the
1502 function. */
1503
1504 void
1505 decide_function_section (tree decl)
1506 {
1507 first_function_block_is_cold = false;
1508
1509 if (flag_reorder_blocks_and_partition)
1510 /* We will decide in assemble_start_function. */
1511 return;
1512
1513 if (DECL_SECTION_NAME (decl))
1514 {
1515 struct cgraph_node *node = cgraph_get_node (current_function_decl);
1516 /* Calls to function_section rely on first_function_block_is_cold
1517 being accurate. */
1518 first_function_block_is_cold = (node
1519 && node->frequency
1520 == NODE_FREQUENCY_UNLIKELY_EXECUTED);
1521 }
1522
1523 in_cold_section_p = first_function_block_is_cold;
1524 }
1525
1526 /* Output assembler code for the constant pool of a function and associated
1527 with defining the name of the function. DECL describes the function.
1528 NAME is the function's name. For the constant pool, we use the current
1529 constant pool data. */
1530
1531 void
1532 assemble_start_function (tree decl, const char *fnname)
1533 {
1534 int align;
1535 char tmp_label[100];
1536 bool hot_label_written = false;
1537
1538 if (flag_reorder_blocks_and_partition)
1539 {
1540 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTB", const_labelno);
1541 crtl->subsections.hot_section_label = ggc_strdup (tmp_label);
1542 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDB", const_labelno);
1543 crtl->subsections.cold_section_label = ggc_strdup (tmp_label);
1544 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTE", const_labelno);
1545 crtl->subsections.hot_section_end_label = ggc_strdup (tmp_label);
1546 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDE", const_labelno);
1547 crtl->subsections.cold_section_end_label = ggc_strdup (tmp_label);
1548 const_labelno++;
1549 }
1550 else
1551 {
1552 crtl->subsections.hot_section_label = NULL;
1553 crtl->subsections.cold_section_label = NULL;
1554 crtl->subsections.hot_section_end_label = NULL;
1555 crtl->subsections.cold_section_end_label = NULL;
1556 }
1557
1558 /* The following code does not need preprocessing in the assembler. */
1559
1560 app_disable ();
1561
1562 if (CONSTANT_POOL_BEFORE_FUNCTION)
1563 output_constant_pool (fnname, decl);
1564
1565 /* Make sure the not and cold text (code) sections are properly
1566 aligned. This is necessary here in the case where the function
1567 has both hot and cold sections, because we don't want to re-set
1568 the alignment when the section switch happens mid-function. */
1569
1570 if (flag_reorder_blocks_and_partition)
1571 {
1572 first_function_block_is_cold = false;
1573
1574 switch_to_section (unlikely_text_section ());
1575 assemble_align (DECL_ALIGN (decl));
1576 ASM_OUTPUT_LABEL (asm_out_file, crtl->subsections.cold_section_label);
1577
1578 /* When the function starts with a cold section, we need to explicitly
1579 align the hot section and write out the hot section label.
1580 But if the current function is a thunk, we do not have a CFG. */
1581 if (!cfun->is_thunk
1582 && BB_PARTITION (ENTRY_BLOCK_PTR->next_bb) == BB_COLD_PARTITION)
1583 {
1584 switch_to_section (text_section);
1585 assemble_align (DECL_ALIGN (decl));
1586 ASM_OUTPUT_LABEL (asm_out_file, crtl->subsections.hot_section_label);
1587 hot_label_written = true;
1588 first_function_block_is_cold = true;
1589 }
1590 in_cold_section_p = first_function_block_is_cold;
1591 }
1592
1593
1594 /* Switch to the correct text section for the start of the function. */
1595
1596 switch_to_section (function_section (decl));
1597 if (flag_reorder_blocks_and_partition
1598 && !hot_label_written)
1599 ASM_OUTPUT_LABEL (asm_out_file, crtl->subsections.hot_section_label);
1600
1601 /* Tell assembler to move to target machine's alignment for functions. */
1602 align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT);
1603 if (align > 0)
1604 {
1605 ASM_OUTPUT_ALIGN (asm_out_file, align);
1606 }
1607
1608 /* Handle a user-specified function alignment.
1609 Note that we still need to align to DECL_ALIGN, as above,
1610 because ASM_OUTPUT_MAX_SKIP_ALIGN might not do any alignment at all. */
1611 if (! DECL_USER_ALIGN (decl)
1612 && align_functions_log > align
1613 && optimize_function_for_speed_p (cfun))
1614 {
1615 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
1616 ASM_OUTPUT_MAX_SKIP_ALIGN (asm_out_file,
1617 align_functions_log, align_functions - 1);
1618 #else
1619 ASM_OUTPUT_ALIGN (asm_out_file, align_functions_log);
1620 #endif
1621 }
1622
1623 #ifdef ASM_OUTPUT_FUNCTION_PREFIX
1624 ASM_OUTPUT_FUNCTION_PREFIX (asm_out_file, fnname);
1625 #endif
1626
1627 if (!DECL_IGNORED_P (decl))
1628 (*debug_hooks->begin_function) (decl);
1629
1630 /* Make function name accessible from other files, if appropriate. */
1631
1632 if (TREE_PUBLIC (decl))
1633 {
1634 notice_global_symbol (decl);
1635
1636 globalize_decl (decl);
1637
1638 maybe_assemble_visibility (decl);
1639 }
1640
1641 if (DECL_PRESERVE_P (decl))
1642 targetm.asm_out.mark_decl_preserved (fnname);
1643
1644 /* Do any machine/system dependent processing of the function name. */
1645 #ifdef ASM_DECLARE_FUNCTION_NAME
1646 ASM_DECLARE_FUNCTION_NAME (asm_out_file, fnname, current_function_decl);
1647 #else
1648 /* Standard thing is just output label for the function. */
1649 ASM_OUTPUT_FUNCTION_LABEL (asm_out_file, fnname, current_function_decl);
1650 #endif /* ASM_DECLARE_FUNCTION_NAME */
1651
1652 if (lookup_attribute ("no_split_stack", DECL_ATTRIBUTES (decl)))
1653 saw_no_split_stack = true;
1654 }
1655
1656 /* Output assembler code associated with defining the size of the
1657 function. DECL describes the function. NAME is the function's name. */
1658
1659 void
1660 assemble_end_function (tree decl, const char *fnname ATTRIBUTE_UNUSED)
1661 {
1662 #ifdef ASM_DECLARE_FUNCTION_SIZE
1663 /* We could have switched section in the middle of the function. */
1664 if (flag_reorder_blocks_and_partition)
1665 switch_to_section (function_section (decl));
1666 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl);
1667 #endif
1668 if (! CONSTANT_POOL_BEFORE_FUNCTION)
1669 {
1670 output_constant_pool (fnname, decl);
1671 switch_to_section (function_section (decl)); /* need to switch back */
1672 }
1673 /* Output labels for end of hot/cold text sections (to be used by
1674 debug info.) */
1675 if (flag_reorder_blocks_and_partition)
1676 {
1677 section *save_text_section;
1678
1679 save_text_section = in_section;
1680 switch_to_section (unlikely_text_section ());
1681 ASM_OUTPUT_LABEL (asm_out_file, crtl->subsections.cold_section_end_label);
1682 if (first_function_block_is_cold)
1683 switch_to_section (text_section);
1684 else
1685 switch_to_section (function_section (decl));
1686 ASM_OUTPUT_LABEL (asm_out_file, crtl->subsections.hot_section_end_label);
1687 switch_to_section (save_text_section);
1688 }
1689 }
1690 \f
1691 /* Assemble code to leave SIZE bytes of zeros. */
1692
1693 void
1694 assemble_zeros (unsigned HOST_WIDE_INT size)
1695 {
1696 /* Do no output if -fsyntax-only. */
1697 if (flag_syntax_only)
1698 return;
1699
1700 #ifdef ASM_NO_SKIP_IN_TEXT
1701 /* The `space' pseudo in the text section outputs nop insns rather than 0s,
1702 so we must output 0s explicitly in the text section. */
1703 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0)
1704 {
1705 unsigned HOST_WIDE_INT i;
1706 for (i = 0; i < size; i++)
1707 assemble_integer (const0_rtx, 1, BITS_PER_UNIT, 1);
1708 }
1709 else
1710 #endif
1711 if (size > 0)
1712 ASM_OUTPUT_SKIP (asm_out_file, size);
1713 }
1714
1715 /* Assemble an alignment pseudo op for an ALIGN-bit boundary. */
1716
1717 void
1718 assemble_align (int align)
1719 {
1720 if (align > BITS_PER_UNIT)
1721 {
1722 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
1723 }
1724 }
1725
1726 /* Assemble a string constant with the specified C string as contents. */
1727
1728 void
1729 assemble_string (const char *p, int size)
1730 {
1731 int pos = 0;
1732 int maximum = 2000;
1733
1734 /* If the string is very long, split it up. */
1735
1736 while (pos < size)
1737 {
1738 int thissize = size - pos;
1739 if (thissize > maximum)
1740 thissize = maximum;
1741
1742 ASM_OUTPUT_ASCII (asm_out_file, p, thissize);
1743
1744 pos += thissize;
1745 p += thissize;
1746 }
1747 }
1748
1749 \f
1750 /* A noswitch_section_callback for lcomm_section. */
1751
1752 static bool
1753 emit_local (tree decl ATTRIBUTE_UNUSED,
1754 const char *name ATTRIBUTE_UNUSED,
1755 unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED,
1756 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1757 {
1758 #if defined ASM_OUTPUT_ALIGNED_DECL_LOCAL
1759 ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, decl, name,
1760 size, DECL_ALIGN (decl));
1761 return true;
1762 #elif defined ASM_OUTPUT_ALIGNED_LOCAL
1763 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, DECL_ALIGN (decl));
1764 return true;
1765 #else
1766 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
1767 return false;
1768 #endif
1769 }
1770
1771 /* A noswitch_section_callback for bss_noswitch_section. */
1772
1773 #if defined ASM_OUTPUT_ALIGNED_BSS
1774 static bool
1775 emit_bss (tree decl ATTRIBUTE_UNUSED,
1776 const char *name ATTRIBUTE_UNUSED,
1777 unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED,
1778 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1779 {
1780 #if defined ASM_OUTPUT_ALIGNED_BSS
1781 ASM_OUTPUT_ALIGNED_BSS (asm_out_file, decl, name, size, DECL_ALIGN (decl));
1782 return true;
1783 #endif
1784 }
1785 #endif
1786
1787 /* A noswitch_section_callback for comm_section. */
1788
1789 static bool
1790 emit_common (tree decl ATTRIBUTE_UNUSED,
1791 const char *name ATTRIBUTE_UNUSED,
1792 unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED,
1793 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1794 {
1795 #if defined ASM_OUTPUT_ALIGNED_DECL_COMMON
1796 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, decl, name,
1797 size, DECL_ALIGN (decl));
1798 return true;
1799 #elif defined ASM_OUTPUT_ALIGNED_COMMON
1800 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, name, size, DECL_ALIGN (decl));
1801 return true;
1802 #else
1803 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded);
1804 return false;
1805 #endif
1806 }
1807
1808 /* A noswitch_section_callback for tls_comm_section. */
1809
1810 static bool
1811 emit_tls_common (tree decl ATTRIBUTE_UNUSED,
1812 const char *name ATTRIBUTE_UNUSED,
1813 unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED,
1814 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1815 {
1816 #ifdef ASM_OUTPUT_TLS_COMMON
1817 ASM_OUTPUT_TLS_COMMON (asm_out_file, decl, name, size);
1818 return true;
1819 #else
1820 sorry ("thread-local COMMON data not implemented");
1821 return true;
1822 #endif
1823 }
1824
1825 /* Assemble DECL given that it belongs in SECTION_NOSWITCH section SECT.
1826 NAME is the name of DECL's SYMBOL_REF. */
1827
1828 static void
1829 assemble_noswitch_variable (tree decl, const char *name, section *sect)
1830 {
1831 unsigned HOST_WIDE_INT size, rounded;
1832
1833 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1);
1834 rounded = size;
1835
1836 if (flag_asan && asan_protect_global (decl))
1837 size += asan_red_zone_size (size);
1838
1839 /* Don't allocate zero bytes of common,
1840 since that means "undefined external" in the linker. */
1841 if (size == 0)
1842 rounded = 1;
1843
1844 /* Round size up to multiple of BIGGEST_ALIGNMENT bits
1845 so that each uninitialized object starts on such a boundary. */
1846 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1;
1847 rounded = (rounded / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
1848 * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
1849
1850 if (!sect->noswitch.callback (decl, name, size, rounded)
1851 && (unsigned HOST_WIDE_INT) DECL_ALIGN_UNIT (decl) > rounded)
1852 warning (0, "requested alignment for %q+D is greater than "
1853 "implemented alignment of %wu", decl, rounded);
1854 }
1855
1856 /* A subroutine of assemble_variable. Output the label and contents of
1857 DECL, whose address is a SYMBOL_REF with name NAME. DONT_OUTPUT_DATA
1858 is as for assemble_variable. */
1859
1860 static void
1861 assemble_variable_contents (tree decl, const char *name,
1862 bool dont_output_data)
1863 {
1864 /* Do any machine/system dependent processing of the object. */
1865 #ifdef ASM_DECLARE_OBJECT_NAME
1866 last_assemble_variable_decl = decl;
1867 ASM_DECLARE_OBJECT_NAME (asm_out_file, name, decl);
1868 #else
1869 /* Standard thing is just output label for the object. */
1870 ASM_OUTPUT_LABEL (asm_out_file, name);
1871 #endif /* ASM_DECLARE_OBJECT_NAME */
1872
1873 if (!dont_output_data)
1874 {
1875 if (DECL_INITIAL (decl)
1876 && DECL_INITIAL (decl) != error_mark_node
1877 && !initializer_zerop (DECL_INITIAL (decl)))
1878 /* Output the actual data. */
1879 output_constant (DECL_INITIAL (decl),
1880 tree_low_cst (DECL_SIZE_UNIT (decl), 1),
1881 DECL_ALIGN (decl));
1882 else
1883 /* Leave space for it. */
1884 assemble_zeros (tree_low_cst (DECL_SIZE_UNIT (decl), 1));
1885 }
1886 }
1887
1888 /* Assemble everything that is needed for a variable or function declaration.
1889 Not used for automatic variables, and not used for function definitions.
1890 Should not be called for variables of incomplete structure type.
1891
1892 TOP_LEVEL is nonzero if this variable has file scope.
1893 AT_END is nonzero if this is the special handling, at end of compilation,
1894 to define things that have had only tentative definitions.
1895 DONT_OUTPUT_DATA if nonzero means don't actually output the
1896 initial value (that will be done by the caller). */
1897
1898 void
1899 assemble_variable (tree decl, int top_level ATTRIBUTE_UNUSED,
1900 int at_end ATTRIBUTE_UNUSED, int dont_output_data)
1901 {
1902 const char *name;
1903 rtx decl_rtl, symbol;
1904 section *sect;
1905 bool asan_protected = false;
1906
1907 /* This function is supposed to handle VARIABLES. Ensure we have one. */
1908 gcc_assert (TREE_CODE (decl) == VAR_DECL);
1909
1910 /* Emulated TLS had better not get this far. */
1911 gcc_checking_assert (targetm.have_tls || !DECL_THREAD_LOCAL_P (decl));
1912
1913 last_assemble_variable_decl = 0;
1914
1915 /* Normally no need to say anything here for external references,
1916 since assemble_external is called by the language-specific code
1917 when a declaration is first seen. */
1918
1919 if (DECL_EXTERNAL (decl))
1920 return;
1921
1922 /* Do nothing for global register variables. */
1923 if (DECL_RTL_SET_P (decl) && REG_P (DECL_RTL (decl)))
1924 {
1925 TREE_ASM_WRITTEN (decl) = 1;
1926 return;
1927 }
1928
1929 /* If type was incomplete when the variable was declared,
1930 see if it is complete now. */
1931
1932 if (DECL_SIZE (decl) == 0)
1933 layout_decl (decl, 0);
1934
1935 /* Still incomplete => don't allocate it; treat the tentative defn
1936 (which is what it must have been) as an `extern' reference. */
1937
1938 if (!dont_output_data && DECL_SIZE (decl) == 0)
1939 {
1940 error ("storage size of %q+D isn%'t known", decl);
1941 TREE_ASM_WRITTEN (decl) = 1;
1942 return;
1943 }
1944
1945 /* The first declaration of a variable that comes through this function
1946 decides whether it is global (in C, has external linkage)
1947 or local (in C, has internal linkage). So do nothing more
1948 if this function has already run. */
1949
1950 if (TREE_ASM_WRITTEN (decl))
1951 return;
1952
1953 /* Make sure targetm.encode_section_info is invoked before we set
1954 ASM_WRITTEN. */
1955 decl_rtl = DECL_RTL (decl);
1956
1957 TREE_ASM_WRITTEN (decl) = 1;
1958
1959 /* Do no output if -fsyntax-only. */
1960 if (flag_syntax_only)
1961 return;
1962
1963 if (! dont_output_data
1964 && ! valid_constant_size_p (DECL_SIZE_UNIT (decl)))
1965 {
1966 error ("size of variable %q+D is too large", decl);
1967 return;
1968 }
1969
1970 gcc_assert (MEM_P (decl_rtl));
1971 gcc_assert (GET_CODE (XEXP (decl_rtl, 0)) == SYMBOL_REF);
1972 symbol = XEXP (decl_rtl, 0);
1973
1974 /* If this symbol belongs to the tree constant pool, output the constant
1975 if it hasn't already been written. */
1976 if (TREE_CONSTANT_POOL_ADDRESS_P (symbol))
1977 {
1978 tree decl = SYMBOL_REF_DECL (symbol);
1979 if (!TREE_ASM_WRITTEN (DECL_INITIAL (decl)))
1980 output_constant_def_contents (symbol);
1981 return;
1982 }
1983
1984 app_disable ();
1985
1986 name = XSTR (symbol, 0);
1987 if (TREE_PUBLIC (decl) && DECL_NAME (decl))
1988 notice_global_symbol (decl);
1989
1990 /* Compute the alignment of this data. */
1991
1992 align_variable (decl, dont_output_data);
1993
1994 if (flag_asan
1995 && asan_protect_global (decl))
1996 {
1997 asan_protected = true;
1998 DECL_ALIGN (decl) = MAX (DECL_ALIGN (decl),
1999 ASAN_RED_ZONE_SIZE * BITS_PER_UNIT);
2000 }
2001
2002 set_mem_align (decl_rtl, DECL_ALIGN (decl));
2003
2004 if (TREE_PUBLIC (decl))
2005 maybe_assemble_visibility (decl);
2006
2007 if (DECL_PRESERVE_P (decl))
2008 targetm.asm_out.mark_decl_preserved (name);
2009
2010 /* First make the assembler name(s) global if appropriate. */
2011 sect = get_variable_section (decl, false);
2012 if (TREE_PUBLIC (decl)
2013 && (sect->common.flags & SECTION_COMMON) == 0)
2014 globalize_decl (decl);
2015
2016 /* Output any data that we will need to use the address of. */
2017 if (DECL_INITIAL (decl) && DECL_INITIAL (decl) != error_mark_node)
2018 output_addressed_constants (DECL_INITIAL (decl));
2019
2020 /* dbxout.c needs to know this. */
2021 if (sect && (sect->common.flags & SECTION_CODE) != 0)
2022 DECL_IN_TEXT_SECTION (decl) = 1;
2023
2024 /* If the decl is part of an object_block, make sure that the decl
2025 has been positioned within its block, but do not write out its
2026 definition yet. output_object_blocks will do that later. */
2027 if (SYMBOL_REF_HAS_BLOCK_INFO_P (symbol) && SYMBOL_REF_BLOCK (symbol))
2028 {
2029 gcc_assert (!dont_output_data);
2030 place_block_symbol (symbol);
2031 }
2032 else if (SECTION_STYLE (sect) == SECTION_NOSWITCH)
2033 assemble_noswitch_variable (decl, name, sect);
2034 else
2035 {
2036 switch_to_section (sect);
2037 if (DECL_ALIGN (decl) > BITS_PER_UNIT)
2038 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (DECL_ALIGN_UNIT (decl)));
2039 assemble_variable_contents (decl, name, dont_output_data);
2040 if (asan_protected)
2041 {
2042 unsigned HOST_WIDE_INT int size
2043 = tree_low_cst (DECL_SIZE_UNIT (decl), 1);
2044 assemble_zeros (asan_red_zone_size (size));
2045 }
2046 }
2047 }
2048
2049 /* Return 1 if type TYPE contains any pointers. */
2050
2051 static int
2052 contains_pointers_p (tree type)
2053 {
2054 switch (TREE_CODE (type))
2055 {
2056 case POINTER_TYPE:
2057 case REFERENCE_TYPE:
2058 /* I'm not sure whether OFFSET_TYPE needs this treatment,
2059 so I'll play safe and return 1. */
2060 case OFFSET_TYPE:
2061 return 1;
2062
2063 case RECORD_TYPE:
2064 case UNION_TYPE:
2065 case QUAL_UNION_TYPE:
2066 {
2067 tree fields;
2068 /* For a type that has fields, see if the fields have pointers. */
2069 for (fields = TYPE_FIELDS (type); fields; fields = DECL_CHAIN (fields))
2070 if (TREE_CODE (fields) == FIELD_DECL
2071 && contains_pointers_p (TREE_TYPE (fields)))
2072 return 1;
2073 return 0;
2074 }
2075
2076 case ARRAY_TYPE:
2077 /* An array type contains pointers if its element type does. */
2078 return contains_pointers_p (TREE_TYPE (type));
2079
2080 default:
2081 return 0;
2082 }
2083 }
2084
2085 /* We delay assemble_external processing until
2086 the compilation unit is finalized. This is the best we can do for
2087 right now (i.e. stage 3 of GCC 4.0) - the right thing is to delay
2088 it all the way to final. See PR 17982 for further discussion. */
2089 static GTY(()) tree pending_assemble_externals;
2090
2091 #ifdef ASM_OUTPUT_EXTERNAL
2092 /* True if DECL is a function decl for which no out-of-line copy exists.
2093 It is assumed that DECL's assembler name has been set. */
2094
2095 static bool
2096 incorporeal_function_p (tree decl)
2097 {
2098 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl))
2099 {
2100 const char *name;
2101
2102 if (DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL
2103 && (DECL_FUNCTION_CODE (decl) == BUILT_IN_ALLOCA
2104 || DECL_FUNCTION_CODE (decl) == BUILT_IN_ALLOCA_WITH_ALIGN))
2105 return true;
2106
2107 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
2108 /* Atomic or sync builtins which have survived this far will be
2109 resolved externally and therefore are not incorporeal. */
2110 if (strncmp (name, "__builtin_", 10) == 0)
2111 return true;
2112 }
2113 return false;
2114 }
2115
2116 /* Actually do the tests to determine if this is necessary, and invoke
2117 ASM_OUTPUT_EXTERNAL. */
2118 static void
2119 assemble_external_real (tree decl)
2120 {
2121 rtx rtl = DECL_RTL (decl);
2122
2123 if (MEM_P (rtl) && GET_CODE (XEXP (rtl, 0)) == SYMBOL_REF
2124 && !SYMBOL_REF_USED (XEXP (rtl, 0))
2125 && !incorporeal_function_p (decl))
2126 {
2127 /* Some systems do require some output. */
2128 SYMBOL_REF_USED (XEXP (rtl, 0)) = 1;
2129 ASM_OUTPUT_EXTERNAL (asm_out_file, decl, XSTR (XEXP (rtl, 0), 0));
2130 }
2131 }
2132 #endif
2133
2134 void
2135 process_pending_assemble_externals (void)
2136 {
2137 #ifdef ASM_OUTPUT_EXTERNAL
2138 tree list;
2139 for (list = pending_assemble_externals; list; list = TREE_CHAIN (list))
2140 assemble_external_real (TREE_VALUE (list));
2141
2142 pending_assemble_externals = 0;
2143 #endif
2144 }
2145
2146 /* This TREE_LIST contains any weak symbol declarations waiting
2147 to be emitted. */
2148 static GTY(()) tree weak_decls;
2149
2150 /* Output something to declare an external symbol to the assembler,
2151 and qualifiers such as weakness. (Most assemblers don't need
2152 extern declaration, so we normally output nothing.) Do nothing if
2153 DECL is not external. */
2154
2155 void
2156 assemble_external (tree decl ATTRIBUTE_UNUSED)
2157 {
2158 /* Make sure that the ASM_OUT_FILE is open.
2159 If it's not, we should not be calling this function. */
2160 gcc_assert (asm_out_file);
2161
2162 /* In a perfect world, the following condition would be true.
2163 Sadly, the Java and Go front ends emit assembly *from the front end*,
2164 bypassing the call graph. See PR52739. Fix before GCC 4.8. */
2165 #if 0
2166 /* This function should only be called if we are expanding, or have
2167 expanded, to RTL.
2168 Ideally, only final.c would be calling this function, but it is
2169 not clear whether that would break things somehow. See PR 17982
2170 for further discussion. */
2171 gcc_assert (cgraph_state == CGRAPH_STATE_EXPANSION
2172 || cgraph_state == CGRAPH_STATE_FINISHED);
2173 #endif
2174
2175 if (!DECL_P (decl) || !DECL_EXTERNAL (decl) || !TREE_PUBLIC (decl))
2176 return;
2177
2178 /* We want to output annotation for weak and external symbols at
2179 very last to check if they are references or not. */
2180
2181 if (TARGET_SUPPORTS_WEAK
2182 && DECL_WEAK (decl)
2183 /* TREE_STATIC is a weird and abused creature which is not
2184 generally the right test for whether an entity has been
2185 locally emitted, inlined or otherwise not-really-extern, but
2186 for declarations that can be weak, it happens to be
2187 match. */
2188 && !TREE_STATIC (decl)
2189 && lookup_attribute ("weak", DECL_ATTRIBUTES (decl))
2190 && value_member (decl, weak_decls) == NULL_TREE)
2191 weak_decls = tree_cons (NULL, decl, weak_decls);
2192
2193 #ifdef ASM_OUTPUT_EXTERNAL
2194 if (value_member (decl, pending_assemble_externals) == NULL_TREE)
2195 pending_assemble_externals = tree_cons (NULL, decl,
2196 pending_assemble_externals);
2197 #endif
2198 }
2199
2200 /* Similar, for calling a library function FUN. */
2201
2202 void
2203 assemble_external_libcall (rtx fun)
2204 {
2205 /* Declare library function name external when first used, if nec. */
2206 if (! SYMBOL_REF_USED (fun))
2207 {
2208 SYMBOL_REF_USED (fun) = 1;
2209 targetm.asm_out.external_libcall (fun);
2210 }
2211 }
2212
2213 /* Assemble a label named NAME. */
2214
2215 void
2216 assemble_label (FILE *file, const char *name)
2217 {
2218 ASM_OUTPUT_LABEL (file, name);
2219 }
2220
2221 /* Set the symbol_referenced flag for ID. */
2222 void
2223 mark_referenced (tree id)
2224 {
2225 TREE_SYMBOL_REFERENCED (id) = 1;
2226 }
2227
2228 /* Set the symbol_referenced flag for DECL and notify callgraph. */
2229 void
2230 mark_decl_referenced (tree decl)
2231 {
2232 if (TREE_CODE (decl) == FUNCTION_DECL)
2233 {
2234 /* Extern inline functions don't become needed when referenced.
2235 If we know a method will be emitted in other TU and no new
2236 functions can be marked reachable, just use the external
2237 definition. */
2238 struct cgraph_node *node = cgraph_get_create_node (decl);
2239 if (!DECL_EXTERNAL (decl)
2240 && !node->local.finalized)
2241 cgraph_mark_force_output_node (node);
2242 }
2243 else if (TREE_CODE (decl) == VAR_DECL)
2244 {
2245 struct varpool_node *node = varpool_node_for_decl (decl);
2246 /* C++ frontend use mark_decl_references to force COMDAT variables
2247 to be output that might appear dead otherwise. */
2248 node->symbol.force_output = true;
2249 }
2250 /* else do nothing - we can get various sorts of CST nodes here,
2251 which do not need to be marked. */
2252 }
2253
2254
2255 /* Follow the IDENTIFIER_TRANSPARENT_ALIAS chain starting at *ALIAS
2256 until we find an identifier that is not itself a transparent alias.
2257 Modify the alias passed to it by reference (and all aliases on the
2258 way to the ultimate target), such that they do not have to be
2259 followed again, and return the ultimate target of the alias
2260 chain. */
2261
2262 static inline tree
2263 ultimate_transparent_alias_target (tree *alias)
2264 {
2265 tree target = *alias;
2266
2267 if (IDENTIFIER_TRANSPARENT_ALIAS (target))
2268 {
2269 gcc_assert (TREE_CHAIN (target));
2270 target = ultimate_transparent_alias_target (&TREE_CHAIN (target));
2271 gcc_assert (! IDENTIFIER_TRANSPARENT_ALIAS (target)
2272 && ! TREE_CHAIN (target));
2273 *alias = target;
2274 }
2275
2276 return target;
2277 }
2278
2279 /* Output to FILE (an assembly file) a reference to NAME. If NAME
2280 starts with a *, the rest of NAME is output verbatim. Otherwise
2281 NAME is transformed in a target-specific way (usually by the
2282 addition of an underscore). */
2283
2284 void
2285 assemble_name_raw (FILE *file, const char *name)
2286 {
2287 if (name[0] == '*')
2288 fputs (&name[1], file);
2289 else
2290 ASM_OUTPUT_LABELREF (file, name);
2291 }
2292
2293 /* Like assemble_name_raw, but should be used when NAME might refer to
2294 an entity that is also represented as a tree (like a function or
2295 variable). If NAME does refer to such an entity, that entity will
2296 be marked as referenced. */
2297
2298 void
2299 assemble_name (FILE *file, const char *name)
2300 {
2301 const char *real_name;
2302 tree id;
2303
2304 real_name = targetm.strip_name_encoding (name);
2305
2306 id = maybe_get_identifier (real_name);
2307 if (id)
2308 {
2309 tree id_orig = id;
2310
2311 mark_referenced (id);
2312 ultimate_transparent_alias_target (&id);
2313 if (id != id_orig)
2314 name = IDENTIFIER_POINTER (id);
2315 gcc_assert (! TREE_CHAIN (id));
2316 }
2317
2318 assemble_name_raw (file, name);
2319 }
2320
2321 /* Allocate SIZE bytes writable static space with a gensym name
2322 and return an RTX to refer to its address. */
2323
2324 rtx
2325 assemble_static_space (unsigned HOST_WIDE_INT size)
2326 {
2327 char name[12];
2328 const char *namestring;
2329 rtx x;
2330
2331 ASM_GENERATE_INTERNAL_LABEL (name, "LF", const_labelno);
2332 ++const_labelno;
2333 namestring = ggc_strdup (name);
2334
2335 x = gen_rtx_SYMBOL_REF (Pmode, namestring);
2336 SYMBOL_REF_FLAGS (x) = SYMBOL_FLAG_LOCAL;
2337
2338 #ifdef ASM_OUTPUT_ALIGNED_DECL_LOCAL
2339 ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, NULL_TREE, name, size,
2340 BIGGEST_ALIGNMENT);
2341 #else
2342 #ifdef ASM_OUTPUT_ALIGNED_LOCAL
2343 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, BIGGEST_ALIGNMENT);
2344 #else
2345 {
2346 /* Round size up to multiple of BIGGEST_ALIGNMENT bits
2347 so that each uninitialized object starts on such a boundary. */
2348 /* Variable `rounded' might or might not be used in ASM_OUTPUT_LOCAL. */
2349 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED
2350 = ((size + (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1)
2351 / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
2352 * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
2353 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
2354 }
2355 #endif
2356 #endif
2357 return x;
2358 }
2359
2360 /* Assemble the static constant template for function entry trampolines.
2361 This is done at most once per compilation.
2362 Returns an RTX for the address of the template. */
2363
2364 static GTY(()) rtx initial_trampoline;
2365
2366 rtx
2367 assemble_trampoline_template (void)
2368 {
2369 char label[256];
2370 const char *name;
2371 int align;
2372 rtx symbol;
2373
2374 gcc_assert (targetm.asm_out.trampoline_template != NULL);
2375
2376 if (initial_trampoline)
2377 return initial_trampoline;
2378
2379 /* By default, put trampoline templates in read-only data section. */
2380
2381 #ifdef TRAMPOLINE_SECTION
2382 switch_to_section (TRAMPOLINE_SECTION);
2383 #else
2384 switch_to_section (readonly_data_section);
2385 #endif
2386
2387 /* Write the assembler code to define one. */
2388 align = floor_log2 (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
2389 if (align > 0)
2390 ASM_OUTPUT_ALIGN (asm_out_file, align);
2391
2392 targetm.asm_out.internal_label (asm_out_file, "LTRAMP", 0);
2393 targetm.asm_out.trampoline_template (asm_out_file);
2394
2395 /* Record the rtl to refer to it. */
2396 ASM_GENERATE_INTERNAL_LABEL (label, "LTRAMP", 0);
2397 name = ggc_strdup (label);
2398 symbol = gen_rtx_SYMBOL_REF (Pmode, name);
2399 SYMBOL_REF_FLAGS (symbol) = SYMBOL_FLAG_LOCAL;
2400
2401 initial_trampoline = gen_const_mem (BLKmode, symbol);
2402 set_mem_align (initial_trampoline, TRAMPOLINE_ALIGNMENT);
2403 set_mem_size (initial_trampoline, TRAMPOLINE_SIZE);
2404
2405 return initial_trampoline;
2406 }
2407 \f
2408 /* A and B are either alignments or offsets. Return the minimum alignment
2409 that may be assumed after adding the two together. */
2410
2411 static inline unsigned
2412 min_align (unsigned int a, unsigned int b)
2413 {
2414 return (a | b) & -(a | b);
2415 }
2416
2417 /* Return the assembler directive for creating a given kind of integer
2418 object. SIZE is the number of bytes in the object and ALIGNED_P
2419 indicates whether it is known to be aligned. Return NULL if the
2420 assembly dialect has no such directive.
2421
2422 The returned string should be printed at the start of a new line and
2423 be followed immediately by the object's initial value. */
2424
2425 const char *
2426 integer_asm_op (int size, int aligned_p)
2427 {
2428 struct asm_int_op *ops;
2429
2430 if (aligned_p)
2431 ops = &targetm.asm_out.aligned_op;
2432 else
2433 ops = &targetm.asm_out.unaligned_op;
2434
2435 switch (size)
2436 {
2437 case 1:
2438 return targetm.asm_out.byte_op;
2439 case 2:
2440 return ops->hi;
2441 case 4:
2442 return ops->si;
2443 case 8:
2444 return ops->di;
2445 case 16:
2446 return ops->ti;
2447 default:
2448 return NULL;
2449 }
2450 }
2451
2452 /* Use directive OP to assemble an integer object X. Print OP at the
2453 start of the line, followed immediately by the value of X. */
2454
2455 void
2456 assemble_integer_with_op (const char *op, rtx x)
2457 {
2458 fputs (op, asm_out_file);
2459 output_addr_const (asm_out_file, x);
2460 fputc ('\n', asm_out_file);
2461 }
2462
2463 /* The default implementation of the asm_out.integer target hook. */
2464
2465 bool
2466 default_assemble_integer (rtx x ATTRIBUTE_UNUSED,
2467 unsigned int size ATTRIBUTE_UNUSED,
2468 int aligned_p ATTRIBUTE_UNUSED)
2469 {
2470 const char *op = integer_asm_op (size, aligned_p);
2471 /* Avoid GAS bugs for large values. Specifically negative values whose
2472 absolute value fits in a bfd_vma, but not in a bfd_signed_vma. */
2473 if (size > UNITS_PER_WORD && size > POINTER_SIZE / BITS_PER_UNIT)
2474 return false;
2475 return op && (assemble_integer_with_op (op, x), true);
2476 }
2477
2478 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
2479 the alignment of the integer in bits. Return 1 if we were able to output
2480 the constant, otherwise 0. We must be able to output the constant,
2481 if FORCE is nonzero. */
2482
2483 bool
2484 assemble_integer (rtx x, unsigned int size, unsigned int align, int force)
2485 {
2486 int aligned_p;
2487
2488 aligned_p = (align >= MIN (size * BITS_PER_UNIT, BIGGEST_ALIGNMENT));
2489
2490 /* See if the target hook can handle this kind of object. */
2491 if (targetm.asm_out.integer (x, size, aligned_p))
2492 return true;
2493
2494 /* If the object is a multi-byte one, try splitting it up. Split
2495 it into words it if is multi-word, otherwise split it into bytes. */
2496 if (size > 1)
2497 {
2498 enum machine_mode omode, imode;
2499 unsigned int subalign;
2500 unsigned int subsize, i;
2501 enum mode_class mclass;
2502
2503 subsize = size > UNITS_PER_WORD? UNITS_PER_WORD : 1;
2504 subalign = MIN (align, subsize * BITS_PER_UNIT);
2505 if (GET_CODE (x) == CONST_FIXED)
2506 mclass = GET_MODE_CLASS (GET_MODE (x));
2507 else
2508 mclass = MODE_INT;
2509
2510 omode = mode_for_size (subsize * BITS_PER_UNIT, mclass, 0);
2511 imode = mode_for_size (size * BITS_PER_UNIT, mclass, 0);
2512
2513 for (i = 0; i < size; i += subsize)
2514 {
2515 rtx partial = simplify_subreg (omode, x, imode, i);
2516 if (!partial || !assemble_integer (partial, subsize, subalign, 0))
2517 break;
2518 }
2519 if (i == size)
2520 return true;
2521
2522 /* If we've printed some of it, but not all of it, there's no going
2523 back now. */
2524 gcc_assert (!i);
2525 }
2526
2527 gcc_assert (!force);
2528
2529 return false;
2530 }
2531 \f
2532 void
2533 assemble_real (REAL_VALUE_TYPE d, enum machine_mode mode, unsigned int align)
2534 {
2535 long data[4] = {0, 0, 0, 0};
2536 int i;
2537 int bitsize, nelts, nunits, units_per;
2538
2539 /* This is hairy. We have a quantity of known size. real_to_target
2540 will put it into an array of *host* longs, 32 bits per element
2541 (even if long is more than 32 bits). We need to determine the
2542 number of array elements that are occupied (nelts) and the number
2543 of *target* min-addressable units that will be occupied in the
2544 object file (nunits). We cannot assume that 32 divides the
2545 mode's bitsize (size * BITS_PER_UNIT) evenly.
2546
2547 size * BITS_PER_UNIT is used here to make sure that padding bits
2548 (which might appear at either end of the value; real_to_target
2549 will include the padding bits in its output array) are included. */
2550
2551 nunits = GET_MODE_SIZE (mode);
2552 bitsize = nunits * BITS_PER_UNIT;
2553 nelts = CEIL (bitsize, 32);
2554 units_per = 32 / BITS_PER_UNIT;
2555
2556 real_to_target (data, &d, mode);
2557
2558 /* Put out the first word with the specified alignment. */
2559 assemble_integer (GEN_INT (data[0]), MIN (nunits, units_per), align, 1);
2560 nunits -= units_per;
2561
2562 /* Subsequent words need only 32-bit alignment. */
2563 align = min_align (align, 32);
2564
2565 for (i = 1; i < nelts; i++)
2566 {
2567 assemble_integer (GEN_INT (data[i]), MIN (nunits, units_per), align, 1);
2568 nunits -= units_per;
2569 }
2570 }
2571 \f
2572 /* Given an expression EXP with a constant value,
2573 reduce it to the sum of an assembler symbol and an integer.
2574 Store them both in the structure *VALUE.
2575 EXP must be reducible. */
2576
2577 struct addr_const {
2578 rtx base;
2579 HOST_WIDE_INT offset;
2580 };
2581
2582 static void
2583 decode_addr_const (tree exp, struct addr_const *value)
2584 {
2585 tree target = TREE_OPERAND (exp, 0);
2586 int offset = 0;
2587 rtx x;
2588
2589 while (1)
2590 {
2591 if (TREE_CODE (target) == COMPONENT_REF
2592 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0))
2593 {
2594 offset += int_byte_position (TREE_OPERAND (target, 1));
2595 target = TREE_OPERAND (target, 0);
2596 }
2597 else if (TREE_CODE (target) == ARRAY_REF
2598 || TREE_CODE (target) == ARRAY_RANGE_REF)
2599 {
2600 offset += (tree_low_cst (TYPE_SIZE_UNIT (TREE_TYPE (target)), 1)
2601 * tree_low_cst (TREE_OPERAND (target, 1), 0));
2602 target = TREE_OPERAND (target, 0);
2603 }
2604 else if (TREE_CODE (target) == MEM_REF
2605 && TREE_CODE (TREE_OPERAND (target, 0)) == ADDR_EXPR)
2606 {
2607 offset += mem_ref_offset (target).low;
2608 target = TREE_OPERAND (TREE_OPERAND (target, 0), 0);
2609 }
2610 else if (TREE_CODE (target) == INDIRECT_REF
2611 && TREE_CODE (TREE_OPERAND (target, 0)) == NOP_EXPR
2612 && TREE_CODE (TREE_OPERAND (TREE_OPERAND (target, 0), 0))
2613 == ADDR_EXPR)
2614 target = TREE_OPERAND (TREE_OPERAND (TREE_OPERAND (target, 0), 0), 0);
2615 else
2616 break;
2617 }
2618
2619 switch (TREE_CODE (target))
2620 {
2621 case VAR_DECL:
2622 case FUNCTION_DECL:
2623 x = DECL_RTL (target);
2624 break;
2625
2626 case LABEL_DECL:
2627 x = gen_rtx_MEM (FUNCTION_MODE,
2628 gen_rtx_LABEL_REF (Pmode, force_label_rtx (target)));
2629 break;
2630
2631 case REAL_CST:
2632 case FIXED_CST:
2633 case STRING_CST:
2634 case COMPLEX_CST:
2635 case CONSTRUCTOR:
2636 case INTEGER_CST:
2637 x = output_constant_def (target, 1);
2638 break;
2639
2640 default:
2641 gcc_unreachable ();
2642 }
2643
2644 gcc_assert (MEM_P (x));
2645 x = XEXP (x, 0);
2646
2647 value->base = x;
2648 value->offset = offset;
2649 }
2650 \f
2651
2652 static GTY((param_is (struct constant_descriptor_tree)))
2653 htab_t const_desc_htab;
2654
2655 static void maybe_output_constant_def_contents (struct constant_descriptor_tree *, int);
2656
2657 /* Constant pool accessor function. */
2658
2659 htab_t
2660 constant_pool_htab (void)
2661 {
2662 return const_desc_htab;
2663 }
2664
2665 /* Compute a hash code for a constant expression. */
2666
2667 static hashval_t
2668 const_desc_hash (const void *ptr)
2669 {
2670 return ((const struct constant_descriptor_tree *)ptr)->hash;
2671 }
2672
2673 static hashval_t
2674 const_hash_1 (const tree exp)
2675 {
2676 const char *p;
2677 hashval_t hi;
2678 int len, i;
2679 enum tree_code code = TREE_CODE (exp);
2680
2681 /* Either set P and LEN to the address and len of something to hash and
2682 exit the switch or return a value. */
2683
2684 switch (code)
2685 {
2686 case INTEGER_CST:
2687 p = (char *) &TREE_INT_CST (exp);
2688 len = sizeof TREE_INT_CST (exp);
2689 break;
2690
2691 case REAL_CST:
2692 return real_hash (TREE_REAL_CST_PTR (exp));
2693
2694 case FIXED_CST:
2695 return fixed_hash (TREE_FIXED_CST_PTR (exp));
2696
2697 case STRING_CST:
2698 p = TREE_STRING_POINTER (exp);
2699 len = TREE_STRING_LENGTH (exp);
2700 break;
2701
2702 case COMPLEX_CST:
2703 return (const_hash_1 (TREE_REALPART (exp)) * 5
2704 + const_hash_1 (TREE_IMAGPART (exp)));
2705
2706 case VECTOR_CST:
2707 {
2708 unsigned i;
2709
2710 hi = 7 + VECTOR_CST_NELTS (exp);
2711
2712 for (i = 0; i < VECTOR_CST_NELTS (exp); ++i)
2713 hi = hi * 563 + const_hash_1 (VECTOR_CST_ELT (exp, i));
2714
2715 return hi;
2716 }
2717
2718 case CONSTRUCTOR:
2719 {
2720 unsigned HOST_WIDE_INT idx;
2721 tree value;
2722
2723 hi = 5 + int_size_in_bytes (TREE_TYPE (exp));
2724
2725 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, value)
2726 if (value)
2727 hi = hi * 603 + const_hash_1 (value);
2728
2729 return hi;
2730 }
2731
2732 case ADDR_EXPR:
2733 case FDESC_EXPR:
2734 {
2735 struct addr_const value;
2736
2737 decode_addr_const (exp, &value);
2738 switch (GET_CODE (value.base))
2739 {
2740 case SYMBOL_REF:
2741 /* Don't hash the address of the SYMBOL_REF;
2742 only use the offset and the symbol name. */
2743 hi = value.offset;
2744 p = XSTR (value.base, 0);
2745 for (i = 0; p[i] != 0; i++)
2746 hi = ((hi * 613) + (unsigned) (p[i]));
2747 break;
2748
2749 case LABEL_REF:
2750 hi = value.offset + CODE_LABEL_NUMBER (XEXP (value.base, 0)) * 13;
2751 break;
2752
2753 default:
2754 gcc_unreachable ();
2755 }
2756 }
2757 return hi;
2758
2759 case PLUS_EXPR:
2760 case POINTER_PLUS_EXPR:
2761 case MINUS_EXPR:
2762 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9
2763 + const_hash_1 (TREE_OPERAND (exp, 1)));
2764
2765 CASE_CONVERT:
2766 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2;
2767
2768 default:
2769 /* A language specific constant. Just hash the code. */
2770 return code;
2771 }
2772
2773 /* Compute hashing function. */
2774 hi = len;
2775 for (i = 0; i < len; i++)
2776 hi = ((hi * 613) + (unsigned) (p[i]));
2777
2778 return hi;
2779 }
2780
2781 /* Wrapper of compare_constant, for the htab interface. */
2782 static int
2783 const_desc_eq (const void *p1, const void *p2)
2784 {
2785 const struct constant_descriptor_tree *const c1
2786 = (const struct constant_descriptor_tree *) p1;
2787 const struct constant_descriptor_tree *const c2
2788 = (const struct constant_descriptor_tree *) p2;
2789 if (c1->hash != c2->hash)
2790 return 0;
2791 return compare_constant (c1->value, c2->value);
2792 }
2793
2794 /* Compare t1 and t2, and return 1 only if they are known to result in
2795 the same bit pattern on output. */
2796
2797 static int
2798 compare_constant (const tree t1, const tree t2)
2799 {
2800 enum tree_code typecode;
2801
2802 if (t1 == NULL_TREE)
2803 return t2 == NULL_TREE;
2804 if (t2 == NULL_TREE)
2805 return 0;
2806
2807 if (TREE_CODE (t1) != TREE_CODE (t2))
2808 return 0;
2809
2810 switch (TREE_CODE (t1))
2811 {
2812 case INTEGER_CST:
2813 /* Integer constants are the same only if the same width of type. */
2814 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2)))
2815 return 0;
2816 if (TYPE_MODE (TREE_TYPE (t1)) != TYPE_MODE (TREE_TYPE (t2)))
2817 return 0;
2818 return tree_int_cst_equal (t1, t2);
2819
2820 case REAL_CST:
2821 /* Real constants are the same only if the same width of type. */
2822 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2)))
2823 return 0;
2824
2825 return REAL_VALUES_IDENTICAL (TREE_REAL_CST (t1), TREE_REAL_CST (t2));
2826
2827 case FIXED_CST:
2828 /* Fixed constants are the same only if the same width of type. */
2829 if (TYPE_PRECISION (TREE_TYPE (t1)) != TYPE_PRECISION (TREE_TYPE (t2)))
2830 return 0;
2831
2832 return FIXED_VALUES_IDENTICAL (TREE_FIXED_CST (t1), TREE_FIXED_CST (t2));
2833
2834 case STRING_CST:
2835 if (TYPE_MODE (TREE_TYPE (t1)) != TYPE_MODE (TREE_TYPE (t2)))
2836 return 0;
2837
2838 return (TREE_STRING_LENGTH (t1) == TREE_STRING_LENGTH (t2)
2839 && ! memcmp (TREE_STRING_POINTER (t1), TREE_STRING_POINTER (t2),
2840 TREE_STRING_LENGTH (t1)));
2841
2842 case COMPLEX_CST:
2843 return (compare_constant (TREE_REALPART (t1), TREE_REALPART (t2))
2844 && compare_constant (TREE_IMAGPART (t1), TREE_IMAGPART (t2)));
2845
2846 case VECTOR_CST:
2847 {
2848 unsigned i;
2849
2850 if (VECTOR_CST_NELTS (t1) != VECTOR_CST_NELTS (t2))
2851 return 0;
2852
2853 for (i = 0; i < VECTOR_CST_NELTS (t1); ++i)
2854 if (!compare_constant (VECTOR_CST_ELT (t1, i),
2855 VECTOR_CST_ELT (t2, i)))
2856 return 0;
2857
2858 return 1;
2859 }
2860
2861 case CONSTRUCTOR:
2862 {
2863 vec<constructor_elt, va_gc> *v1, *v2;
2864 unsigned HOST_WIDE_INT idx;
2865
2866 typecode = TREE_CODE (TREE_TYPE (t1));
2867 if (typecode != TREE_CODE (TREE_TYPE (t2)))
2868 return 0;
2869
2870 if (typecode == ARRAY_TYPE)
2871 {
2872 HOST_WIDE_INT size_1 = int_size_in_bytes (TREE_TYPE (t1));
2873 /* For arrays, check that the sizes all match. */
2874 if (TYPE_MODE (TREE_TYPE (t1)) != TYPE_MODE (TREE_TYPE (t2))
2875 || size_1 == -1
2876 || size_1 != int_size_in_bytes (TREE_TYPE (t2)))
2877 return 0;
2878 }
2879 else
2880 {
2881 /* For record and union constructors, require exact type
2882 equality. */
2883 if (TREE_TYPE (t1) != TREE_TYPE (t2))
2884 return 0;
2885 }
2886
2887 v1 = CONSTRUCTOR_ELTS (t1);
2888 v2 = CONSTRUCTOR_ELTS (t2);
2889 if (vec_safe_length (v1) != vec_safe_length (v2))
2890 return 0;
2891
2892 for (idx = 0; idx < vec_safe_length (v1); ++idx)
2893 {
2894 constructor_elt *c1 = &(*v1)[idx];
2895 constructor_elt *c2 = &(*v2)[idx];
2896
2897 /* Check that each value is the same... */
2898 if (!compare_constant (c1->value, c2->value))
2899 return 0;
2900 /* ... and that they apply to the same fields! */
2901 if (typecode == ARRAY_TYPE)
2902 {
2903 if (!compare_constant (c1->index, c2->index))
2904 return 0;
2905 }
2906 else
2907 {
2908 if (c1->index != c2->index)
2909 return 0;
2910 }
2911 }
2912
2913 return 1;
2914 }
2915
2916 case ADDR_EXPR:
2917 case FDESC_EXPR:
2918 {
2919 struct addr_const value1, value2;
2920 enum rtx_code code;
2921 int ret;
2922
2923 decode_addr_const (t1, &value1);
2924 decode_addr_const (t2, &value2);
2925
2926 if (value1.offset != value2.offset)
2927 return 0;
2928
2929 code = GET_CODE (value1.base);
2930 if (code != GET_CODE (value2.base))
2931 return 0;
2932
2933 switch (code)
2934 {
2935 case SYMBOL_REF:
2936 ret = (strcmp (XSTR (value1.base, 0), XSTR (value2.base, 0)) == 0);
2937 break;
2938
2939 case LABEL_REF:
2940 ret = (CODE_LABEL_NUMBER (XEXP (value1.base, 0))
2941 == CODE_LABEL_NUMBER (XEXP (value2.base, 0)));
2942 break;
2943
2944 default:
2945 gcc_unreachable ();
2946 }
2947 return ret;
2948 }
2949
2950 case PLUS_EXPR:
2951 case POINTER_PLUS_EXPR:
2952 case MINUS_EXPR:
2953 case RANGE_EXPR:
2954 return (compare_constant (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0))
2955 && compare_constant(TREE_OPERAND (t1, 1), TREE_OPERAND (t2, 1)));
2956
2957 CASE_CONVERT:
2958 case VIEW_CONVERT_EXPR:
2959 return compare_constant (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0));
2960
2961 default:
2962 return 0;
2963 }
2964
2965 gcc_unreachable ();
2966 }
2967 \f
2968 /* Make a copy of the whole tree structure for a constant. This
2969 handles the same types of nodes that compare_constant handles. */
2970
2971 static tree
2972 copy_constant (tree exp)
2973 {
2974 switch (TREE_CODE (exp))
2975 {
2976 case ADDR_EXPR:
2977 /* For ADDR_EXPR, we do not want to copy the decl whose address
2978 is requested. We do want to copy constants though. */
2979 if (CONSTANT_CLASS_P (TREE_OPERAND (exp, 0)))
2980 return build1 (TREE_CODE (exp), TREE_TYPE (exp),
2981 copy_constant (TREE_OPERAND (exp, 0)));
2982 else
2983 return copy_node (exp);
2984
2985 case INTEGER_CST:
2986 case REAL_CST:
2987 case FIXED_CST:
2988 case STRING_CST:
2989 return copy_node (exp);
2990
2991 case COMPLEX_CST:
2992 return build_complex (TREE_TYPE (exp),
2993 copy_constant (TREE_REALPART (exp)),
2994 copy_constant (TREE_IMAGPART (exp)));
2995
2996 case PLUS_EXPR:
2997 case POINTER_PLUS_EXPR:
2998 case MINUS_EXPR:
2999 return build2 (TREE_CODE (exp), TREE_TYPE (exp),
3000 copy_constant (TREE_OPERAND (exp, 0)),
3001 copy_constant (TREE_OPERAND (exp, 1)));
3002
3003 CASE_CONVERT:
3004 case VIEW_CONVERT_EXPR:
3005 return build1 (TREE_CODE (exp), TREE_TYPE (exp),
3006 copy_constant (TREE_OPERAND (exp, 0)));
3007
3008 case VECTOR_CST:
3009 return build_vector (TREE_TYPE (exp), VECTOR_CST_ELTS (exp));
3010
3011 case CONSTRUCTOR:
3012 {
3013 tree copy = copy_node (exp);
3014 vec<constructor_elt, va_gc> *v;
3015 unsigned HOST_WIDE_INT idx;
3016 tree purpose, value;
3017
3018 vec_alloc (v, vec_safe_length (CONSTRUCTOR_ELTS (exp)));
3019 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, purpose, value)
3020 {
3021 constructor_elt ce = {purpose, copy_constant (value)};
3022 v->quick_push (ce);
3023 }
3024 CONSTRUCTOR_ELTS (copy) = v;
3025 return copy;
3026 }
3027
3028 default:
3029 gcc_unreachable ();
3030 }
3031 }
3032 \f
3033 /* Return the section into which constant EXP should be placed. */
3034
3035 static section *
3036 get_constant_section (tree exp, unsigned int align)
3037 {
3038 return targetm.asm_out.select_section (exp,
3039 compute_reloc_for_constant (exp),
3040 align);
3041 }
3042
3043 /* Return the size of constant EXP in bytes. */
3044
3045 static HOST_WIDE_INT
3046 get_constant_size (tree exp)
3047 {
3048 HOST_WIDE_INT size;
3049
3050 size = int_size_in_bytes (TREE_TYPE (exp));
3051 if (TREE_CODE (exp) == STRING_CST)
3052 size = MAX (TREE_STRING_LENGTH (exp), size);
3053 return size;
3054 }
3055
3056 /* Subroutine of output_constant_def:
3057 No constant equal to EXP is known to have been output.
3058 Make a constant descriptor to enter EXP in the hash table.
3059 Assign the label number and construct RTL to refer to the
3060 constant's location in memory.
3061 Caller is responsible for updating the hash table. */
3062
3063 static struct constant_descriptor_tree *
3064 build_constant_desc (tree exp)
3065 {
3066 struct constant_descriptor_tree *desc;
3067 rtx symbol, rtl;
3068 char label[256];
3069 int labelno;
3070 tree decl;
3071
3072 desc = ggc_alloc_constant_descriptor_tree ();
3073 desc->value = copy_constant (exp);
3074
3075 /* Propagate marked-ness to copied constant. */
3076 if (flag_mudflap && mf_marked_p (exp))
3077 mf_mark (desc->value);
3078
3079 /* Create a string containing the label name, in LABEL. */
3080 labelno = const_labelno++;
3081 ASM_GENERATE_INTERNAL_LABEL (label, "LC", labelno);
3082
3083 /* Construct the VAR_DECL associated with the constant. */
3084 decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, get_identifier (label),
3085 TREE_TYPE (exp));
3086 DECL_ARTIFICIAL (decl) = 1;
3087 DECL_IGNORED_P (decl) = 1;
3088 TREE_READONLY (decl) = 1;
3089 TREE_STATIC (decl) = 1;
3090 TREE_ADDRESSABLE (decl) = 1;
3091 /* We don't set the RTL yet as this would cause varpool to assume that the
3092 variable is referenced. Moreover, it would just be dropped in LTO mode.
3093 Instead we set the flag that will be recognized in make_decl_rtl. */
3094 DECL_IN_CONSTANT_POOL (decl) = 1;
3095 DECL_INITIAL (decl) = desc->value;
3096 /* ??? CONSTANT_ALIGNMENT hasn't been updated for vector types on most
3097 architectures so use DATA_ALIGNMENT as well, except for strings. */
3098 if (TREE_CODE (exp) == STRING_CST)
3099 {
3100 #ifdef CONSTANT_ALIGNMENT
3101 DECL_ALIGN (decl) = CONSTANT_ALIGNMENT (exp, DECL_ALIGN (decl));
3102 #endif
3103 }
3104 else
3105 align_variable (decl, 0);
3106
3107 /* Now construct the SYMBOL_REF and the MEM. */
3108 if (use_object_blocks_p ())
3109 {
3110 section *sect = get_constant_section (exp, DECL_ALIGN (decl));
3111 symbol = create_block_symbol (ggc_strdup (label),
3112 get_block_for_section (sect), -1);
3113 }
3114 else
3115 symbol = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (label));
3116 SYMBOL_REF_FLAGS (symbol) |= SYMBOL_FLAG_LOCAL;
3117 SET_SYMBOL_REF_DECL (symbol, decl);
3118 TREE_CONSTANT_POOL_ADDRESS_P (symbol) = 1;
3119
3120 rtl = gen_const_mem (TYPE_MODE (TREE_TYPE (exp)), symbol);
3121 set_mem_attributes (rtl, exp, 1);
3122 set_mem_alias_set (rtl, 0);
3123 set_mem_alias_set (rtl, const_alias_set);
3124
3125 /* We cannot share RTX'es in pool entries.
3126 Mark this piece of RTL as required for unsharing. */
3127 RTX_FLAG (rtl, used) = 1;
3128
3129 /* Set flags or add text to the name to record information, such as
3130 that it is a local symbol. If the name is changed, the macro
3131 ASM_OUTPUT_LABELREF will have to know how to strip this
3132 information. This call might invalidate our local variable
3133 SYMBOL; we can't use it afterward. */
3134 targetm.encode_section_info (exp, rtl, true);
3135
3136 desc->rtl = rtl;
3137
3138 return desc;
3139 }
3140
3141 /* Return an rtx representing a reference to constant data in memory
3142 for the constant expression EXP.
3143
3144 If assembler code for such a constant has already been output,
3145 return an rtx to refer to it.
3146 Otherwise, output such a constant in memory
3147 and generate an rtx for it.
3148
3149 If DEFER is nonzero, this constant can be deferred and output only
3150 if referenced in the function after all optimizations.
3151
3152 `const_desc_table' records which constants already have label strings. */
3153
3154 rtx
3155 output_constant_def (tree exp, int defer)
3156 {
3157 struct constant_descriptor_tree *desc;
3158 struct constant_descriptor_tree key;
3159 void **loc;
3160
3161 /* Look up EXP in the table of constant descriptors. If we didn't find
3162 it, create a new one. */
3163 key.value = exp;
3164 key.hash = const_hash_1 (exp);
3165 loc = htab_find_slot_with_hash (const_desc_htab, &key, key.hash, INSERT);
3166
3167 desc = (struct constant_descriptor_tree *) *loc;
3168 if (desc == 0)
3169 {
3170 desc = build_constant_desc (exp);
3171 desc->hash = key.hash;
3172 *loc = desc;
3173 }
3174
3175 maybe_output_constant_def_contents (desc, defer);
3176 return desc->rtl;
3177 }
3178
3179 /* Subroutine of output_constant_def: Decide whether or not we need to
3180 output the constant DESC now, and if so, do it. */
3181 static void
3182 maybe_output_constant_def_contents (struct constant_descriptor_tree *desc,
3183 int defer)
3184 {
3185 rtx symbol = XEXP (desc->rtl, 0);
3186 tree exp = desc->value;
3187
3188 if (flag_syntax_only)
3189 return;
3190
3191 if (TREE_ASM_WRITTEN (exp))
3192 /* Already output; don't do it again. */
3193 return;
3194
3195 /* We can always defer constants as long as the context allows
3196 doing so. */
3197 if (defer)
3198 {
3199 /* Increment n_deferred_constants if it exists. It needs to be at
3200 least as large as the number of constants actually referred to
3201 by the function. If it's too small we'll stop looking too early
3202 and fail to emit constants; if it's too large we'll only look
3203 through the entire function when we could have stopped earlier. */
3204 if (cfun)
3205 n_deferred_constants++;
3206 return;
3207 }
3208
3209 output_constant_def_contents (symbol);
3210 }
3211
3212 /* Subroutine of output_constant_def_contents. Output the definition
3213 of constant EXP, which is pointed to by label LABEL. ALIGN is the
3214 constant's alignment in bits. */
3215
3216 static void
3217 assemble_constant_contents (tree exp, const char *label, unsigned int align)
3218 {
3219 HOST_WIDE_INT size;
3220
3221 size = get_constant_size (exp);
3222
3223 /* Do any machine/system dependent processing of the constant. */
3224 targetm.asm_out.declare_constant_name (asm_out_file, label, exp, size);
3225
3226 /* Output the value of EXP. */
3227 output_constant (exp, size, align);
3228 }
3229
3230 /* We must output the constant data referred to by SYMBOL; do so. */
3231
3232 static void
3233 output_constant_def_contents (rtx symbol)
3234 {
3235 tree decl = SYMBOL_REF_DECL (symbol);
3236 tree exp = DECL_INITIAL (decl);
3237 unsigned int align;
3238
3239 /* Make sure any other constants whose addresses appear in EXP
3240 are assigned label numbers. */
3241 output_addressed_constants (exp);
3242
3243 /* We are no longer deferring this constant. */
3244 TREE_ASM_WRITTEN (decl) = TREE_ASM_WRITTEN (exp) = 1;
3245
3246 /* If the constant is part of an object block, make sure that the
3247 decl has been positioned within its block, but do not write out
3248 its definition yet. output_object_blocks will do that later. */
3249 if (SYMBOL_REF_HAS_BLOCK_INFO_P (symbol) && SYMBOL_REF_BLOCK (symbol))
3250 place_block_symbol (symbol);
3251 else
3252 {
3253 bool asan_protected = false;
3254 align = DECL_ALIGN (decl);
3255 switch_to_section (get_constant_section (exp, align));
3256 if (flag_asan && TREE_CODE (exp) == STRING_CST
3257 && asan_protect_global (exp))
3258 {
3259 asan_protected = true;
3260 align = MAX (align, ASAN_RED_ZONE_SIZE * BITS_PER_UNIT);
3261 }
3262 if (align > BITS_PER_UNIT)
3263 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
3264 assemble_constant_contents (exp, XSTR (symbol, 0), align);
3265 if (asan_protected)
3266 {
3267 HOST_WIDE_INT size = get_constant_size (exp);
3268 assemble_zeros (asan_red_zone_size (size));
3269 }
3270 }
3271 if (flag_mudflap)
3272 mudflap_enqueue_constant (exp);
3273 }
3274
3275 /* Look up EXP in the table of constant descriptors. Return the rtl
3276 if it has been emitted, else null. */
3277
3278 rtx
3279 lookup_constant_def (tree exp)
3280 {
3281 struct constant_descriptor_tree *desc;
3282 struct constant_descriptor_tree key;
3283
3284 key.value = exp;
3285 key.hash = const_hash_1 (exp);
3286 desc = (struct constant_descriptor_tree *)
3287 htab_find_with_hash (const_desc_htab, &key, key.hash);
3288
3289 return (desc ? desc->rtl : NULL_RTX);
3290 }
3291
3292 /* Return a tree representing a reference to constant data in memory
3293 for the constant expression EXP.
3294
3295 This is the counterpart of output_constant_def at the Tree level. */
3296
3297 tree
3298 tree_output_constant_def (tree exp)
3299 {
3300 struct constant_descriptor_tree *desc, key;
3301 void **loc;
3302 tree decl;
3303
3304 /* Look up EXP in the table of constant descriptors. If we didn't find
3305 it, create a new one. */
3306 key.value = exp;
3307 key.hash = const_hash_1 (exp);
3308 loc = htab_find_slot_with_hash (const_desc_htab, &key, key.hash, INSERT);
3309
3310 desc = (struct constant_descriptor_tree *) *loc;
3311 if (desc == 0)
3312 {
3313 desc = build_constant_desc (exp);
3314 desc->hash = key.hash;
3315 *loc = desc;
3316 }
3317
3318 decl = SYMBOL_REF_DECL (XEXP (desc->rtl, 0));
3319 varpool_finalize_decl (decl);
3320 return decl;
3321 }
3322 \f
3323 /* Used in the hash tables to avoid outputting the same constant
3324 twice. Unlike 'struct constant_descriptor_tree', RTX constants
3325 are output once per function, not once per file. */
3326 /* ??? Only a few targets need per-function constant pools. Most
3327 can use one per-file pool. Should add a targetm bit to tell the
3328 difference. */
3329
3330 struct GTY(()) rtx_constant_pool {
3331 /* Pointers to first and last constant in pool, as ordered by offset. */
3332 struct constant_descriptor_rtx *first;
3333 struct constant_descriptor_rtx *last;
3334
3335 /* Hash facility for making memory-constants from constant rtl-expressions.
3336 It is used on RISC machines where immediate integer arguments and
3337 constant addresses are restricted so that such constants must be stored
3338 in memory. */
3339 htab_t GTY((param_is (struct constant_descriptor_rtx))) const_rtx_htab;
3340
3341 /* Current offset in constant pool (does not include any
3342 machine-specific header). */
3343 HOST_WIDE_INT offset;
3344 };
3345
3346 struct GTY((chain_next ("%h.next"))) constant_descriptor_rtx {
3347 struct constant_descriptor_rtx *next;
3348 rtx mem;
3349 rtx sym;
3350 rtx constant;
3351 HOST_WIDE_INT offset;
3352 hashval_t hash;
3353 enum machine_mode mode;
3354 unsigned int align;
3355 int labelno;
3356 int mark;
3357 };
3358
3359 /* Hash and compare functions for const_rtx_htab. */
3360
3361 static hashval_t
3362 const_desc_rtx_hash (const void *ptr)
3363 {
3364 const struct constant_descriptor_rtx *const desc
3365 = (const struct constant_descriptor_rtx *) ptr;
3366 return desc->hash;
3367 }
3368
3369 static int
3370 const_desc_rtx_eq (const void *a, const void *b)
3371 {
3372 const struct constant_descriptor_rtx *const x
3373 = (const struct constant_descriptor_rtx *) a;
3374 const struct constant_descriptor_rtx *const y
3375 = (const struct constant_descriptor_rtx *) b;
3376
3377 if (x->mode != y->mode)
3378 return 0;
3379 return rtx_equal_p (x->constant, y->constant);
3380 }
3381
3382 /* This is the worker function for const_rtx_hash, called via for_each_rtx. */
3383
3384 static int
3385 const_rtx_hash_1 (rtx *xp, void *data)
3386 {
3387 unsigned HOST_WIDE_INT hwi;
3388 enum machine_mode mode;
3389 enum rtx_code code;
3390 hashval_t h, *hp;
3391 rtx x;
3392
3393 x = *xp;
3394 code = GET_CODE (x);
3395 mode = GET_MODE (x);
3396 h = (hashval_t) code * 1048573 + mode;
3397
3398 switch (code)
3399 {
3400 case CONST_INT:
3401 hwi = INTVAL (x);
3402 fold_hwi:
3403 {
3404 int shift = sizeof (hashval_t) * CHAR_BIT;
3405 const int n = sizeof (HOST_WIDE_INT) / sizeof (hashval_t);
3406 int i;
3407
3408 h ^= (hashval_t) hwi;
3409 for (i = 1; i < n; ++i)
3410 {
3411 hwi >>= shift;
3412 h ^= (hashval_t) hwi;
3413 }
3414 }
3415 break;
3416
3417 case CONST_DOUBLE:
3418 if (mode == VOIDmode)
3419 {
3420 hwi = CONST_DOUBLE_LOW (x) ^ CONST_DOUBLE_HIGH (x);
3421 goto fold_hwi;
3422 }
3423 else
3424 h ^= real_hash (CONST_DOUBLE_REAL_VALUE (x));
3425 break;
3426
3427 case CONST_FIXED:
3428 h ^= fixed_hash (CONST_FIXED_VALUE (x));
3429 break;
3430
3431 case CONST_VECTOR:
3432 {
3433 int i;
3434 for (i = XVECLEN (x, 0); i-- > 0; )
3435 h = h * 251 + const_rtx_hash_1 (&XVECEXP (x, 0, i), data);
3436 }
3437 break;
3438
3439 case SYMBOL_REF:
3440 h ^= htab_hash_string (XSTR (x, 0));
3441 break;
3442
3443 case LABEL_REF:
3444 h = h * 251 + CODE_LABEL_NUMBER (XEXP (x, 0));
3445 break;
3446
3447 case UNSPEC:
3448 case UNSPEC_VOLATILE:
3449 h = h * 251 + XINT (x, 1);
3450 break;
3451
3452 default:
3453 break;
3454 }
3455
3456 hp = (hashval_t *) data;
3457 *hp = *hp * 509 + h;
3458 return 0;
3459 }
3460
3461 /* Compute a hash value for X, which should be a constant. */
3462
3463 static hashval_t
3464 const_rtx_hash (rtx x)
3465 {
3466 hashval_t h = 0;
3467 for_each_rtx (&x, const_rtx_hash_1, &h);
3468 return h;
3469 }
3470
3471 \f
3472 /* Create and return a new rtx constant pool. */
3473
3474 static struct rtx_constant_pool *
3475 create_constant_pool (void)
3476 {
3477 struct rtx_constant_pool *pool;
3478
3479 pool = ggc_alloc_rtx_constant_pool ();
3480 pool->const_rtx_htab = htab_create_ggc (31, const_desc_rtx_hash,
3481 const_desc_rtx_eq, NULL);
3482 pool->first = NULL;
3483 pool->last = NULL;
3484 pool->offset = 0;
3485 return pool;
3486 }
3487
3488 /* Initialize constant pool hashing for a new function. */
3489
3490 void
3491 init_varasm_status (void)
3492 {
3493 crtl->varasm.pool = create_constant_pool ();
3494 crtl->varasm.deferred_constants = 0;
3495 }
3496 \f
3497 /* Given a MINUS expression, simplify it if both sides
3498 include the same symbol. */
3499
3500 rtx
3501 simplify_subtraction (rtx x)
3502 {
3503 rtx r = simplify_rtx (x);
3504 return r ? r : x;
3505 }
3506 \f
3507 /* Given a constant rtx X, make (or find) a memory constant for its value
3508 and return a MEM rtx to refer to it in memory. */
3509
3510 rtx
3511 force_const_mem (enum machine_mode mode, rtx x)
3512 {
3513 struct constant_descriptor_rtx *desc, tmp;
3514 struct rtx_constant_pool *pool;
3515 char label[256];
3516 rtx def, symbol;
3517 hashval_t hash;
3518 unsigned int align;
3519 void **slot;
3520
3521 /* If we're not allowed to drop X into the constant pool, don't. */
3522 if (targetm.cannot_force_const_mem (mode, x))
3523 return NULL_RTX;
3524
3525 /* Record that this function has used a constant pool entry. */
3526 crtl->uses_const_pool = 1;
3527
3528 /* Decide which pool to use. */
3529 pool = (targetm.use_blocks_for_constant_p (mode, x)
3530 ? shared_constant_pool
3531 : crtl->varasm.pool);
3532
3533 /* Lookup the value in the hashtable. */
3534 tmp.constant = x;
3535 tmp.mode = mode;
3536 hash = const_rtx_hash (x);
3537 slot = htab_find_slot_with_hash (pool->const_rtx_htab, &tmp, hash, INSERT);
3538 desc = (struct constant_descriptor_rtx *) *slot;
3539
3540 /* If the constant was already present, return its memory. */
3541 if (desc)
3542 return copy_rtx (desc->mem);
3543
3544 /* Otherwise, create a new descriptor. */
3545 desc = ggc_alloc_constant_descriptor_rtx ();
3546 *slot = desc;
3547
3548 /* Align the location counter as required by EXP's data type. */
3549 align = GET_MODE_ALIGNMENT (mode == VOIDmode ? word_mode : mode);
3550 #ifdef CONSTANT_ALIGNMENT
3551 {
3552 tree type = lang_hooks.types.type_for_mode (mode, 0);
3553 if (type != NULL_TREE)
3554 align = CONSTANT_ALIGNMENT (make_tree (type, x), align);
3555 }
3556 #endif
3557
3558 pool->offset += (align / BITS_PER_UNIT) - 1;
3559 pool->offset &= ~ ((align / BITS_PER_UNIT) - 1);
3560
3561 desc->next = NULL;
3562 desc->constant = copy_rtx (tmp.constant);
3563 desc->offset = pool->offset;
3564 desc->hash = hash;
3565 desc->mode = mode;
3566 desc->align = align;
3567 desc->labelno = const_labelno;
3568 desc->mark = 0;
3569
3570 pool->offset += GET_MODE_SIZE (mode);
3571 if (pool->last)
3572 pool->last->next = desc;
3573 else
3574 pool->first = pool->last = desc;
3575 pool->last = desc;
3576
3577 /* Create a string containing the label name, in LABEL. */
3578 ASM_GENERATE_INTERNAL_LABEL (label, "LC", const_labelno);
3579 ++const_labelno;
3580
3581 /* Construct the SYMBOL_REF. Make sure to mark it as belonging to
3582 the constants pool. */
3583 if (use_object_blocks_p () && targetm.use_blocks_for_constant_p (mode, x))
3584 {
3585 section *sect = targetm.asm_out.select_rtx_section (mode, x, align);
3586 symbol = create_block_symbol (ggc_strdup (label),
3587 get_block_for_section (sect), -1);
3588 }
3589 else
3590 symbol = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (label));
3591 desc->sym = symbol;
3592 SYMBOL_REF_FLAGS (symbol) |= SYMBOL_FLAG_LOCAL;
3593 CONSTANT_POOL_ADDRESS_P (symbol) = 1;
3594 SET_SYMBOL_REF_CONSTANT (symbol, desc);
3595
3596 /* Construct the MEM. */
3597 desc->mem = def = gen_const_mem (mode, symbol);
3598 set_mem_attributes (def, lang_hooks.types.type_for_mode (mode, 0), 1);
3599 set_mem_align (def, align);
3600
3601 /* If we're dropping a label to the constant pool, make sure we
3602 don't delete it. */
3603 if (GET_CODE (x) == LABEL_REF)
3604 LABEL_PRESERVE_P (XEXP (x, 0)) = 1;
3605
3606 return copy_rtx (def);
3607 }
3608 \f
3609 /* Given a constant pool SYMBOL_REF, return the corresponding constant. */
3610
3611 rtx
3612 get_pool_constant (rtx addr)
3613 {
3614 return SYMBOL_REF_CONSTANT (addr)->constant;
3615 }
3616
3617 /* Given a constant pool SYMBOL_REF, return the corresponding constant
3618 and whether it has been output or not. */
3619
3620 rtx
3621 get_pool_constant_mark (rtx addr, bool *pmarked)
3622 {
3623 struct constant_descriptor_rtx *desc;
3624
3625 desc = SYMBOL_REF_CONSTANT (addr);
3626 *pmarked = (desc->mark != 0);
3627 return desc->constant;
3628 }
3629
3630 /* Similar, return the mode. */
3631
3632 enum machine_mode
3633 get_pool_mode (const_rtx addr)
3634 {
3635 return SYMBOL_REF_CONSTANT (addr)->mode;
3636 }
3637
3638 /* Return the size of the constant pool. */
3639
3640 int
3641 get_pool_size (void)
3642 {
3643 return crtl->varasm.pool->offset;
3644 }
3645 \f
3646 /* Worker function for output_constant_pool_1. Emit assembly for X
3647 in MODE with known alignment ALIGN. */
3648
3649 static void
3650 output_constant_pool_2 (enum machine_mode mode, rtx x, unsigned int align)
3651 {
3652 switch (GET_MODE_CLASS (mode))
3653 {
3654 case MODE_FLOAT:
3655 case MODE_DECIMAL_FLOAT:
3656 {
3657 REAL_VALUE_TYPE r;
3658
3659 gcc_assert (CONST_DOUBLE_AS_FLOAT_P (x));
3660 REAL_VALUE_FROM_CONST_DOUBLE (r, x);
3661 assemble_real (r, mode, align);
3662 break;
3663 }
3664
3665 case MODE_INT:
3666 case MODE_PARTIAL_INT:
3667 case MODE_FRACT:
3668 case MODE_UFRACT:
3669 case MODE_ACCUM:
3670 case MODE_UACCUM:
3671 assemble_integer (x, GET_MODE_SIZE (mode), align, 1);
3672 break;
3673
3674 case MODE_VECTOR_FLOAT:
3675 case MODE_VECTOR_INT:
3676 case MODE_VECTOR_FRACT:
3677 case MODE_VECTOR_UFRACT:
3678 case MODE_VECTOR_ACCUM:
3679 case MODE_VECTOR_UACCUM:
3680 {
3681 int i, units;
3682 enum machine_mode submode = GET_MODE_INNER (mode);
3683 unsigned int subalign = MIN (align, GET_MODE_BITSIZE (submode));
3684
3685 gcc_assert (GET_CODE (x) == CONST_VECTOR);
3686 units = CONST_VECTOR_NUNITS (x);
3687
3688 for (i = 0; i < units; i++)
3689 {
3690 rtx elt = CONST_VECTOR_ELT (x, i);
3691 output_constant_pool_2 (submode, elt, i ? subalign : align);
3692 }
3693 }
3694 break;
3695
3696 default:
3697 gcc_unreachable ();
3698 }
3699 }
3700
3701 /* Worker function for output_constant_pool. Emit constant DESC,
3702 giving it ALIGN bits of alignment. */
3703
3704 static void
3705 output_constant_pool_1 (struct constant_descriptor_rtx *desc,
3706 unsigned int align)
3707 {
3708 rtx x, tmp;
3709
3710 x = desc->constant;
3711
3712 /* See if X is a LABEL_REF (or a CONST referring to a LABEL_REF)
3713 whose CODE_LABEL has been deleted. This can occur if a jump table
3714 is eliminated by optimization. If so, write a constant of zero
3715 instead. Note that this can also happen by turning the
3716 CODE_LABEL into a NOTE. */
3717 /* ??? This seems completely and utterly wrong. Certainly it's
3718 not true for NOTE_INSN_DELETED_LABEL, but I disbelieve proper
3719 functioning even with INSN_DELETED_P and friends. */
3720
3721 tmp = x;
3722 switch (GET_CODE (tmp))
3723 {
3724 case CONST:
3725 if (GET_CODE (XEXP (tmp, 0)) != PLUS
3726 || GET_CODE (XEXP (XEXP (tmp, 0), 0)) != LABEL_REF)
3727 break;
3728 tmp = XEXP (XEXP (tmp, 0), 0);
3729 /* FALLTHRU */
3730
3731 case LABEL_REF:
3732 tmp = XEXP (tmp, 0);
3733 gcc_assert (!INSN_DELETED_P (tmp));
3734 gcc_assert (!NOTE_P (tmp)
3735 || NOTE_KIND (tmp) != NOTE_INSN_DELETED);
3736 break;
3737
3738 default:
3739 break;
3740 }
3741
3742 #ifdef ASM_OUTPUT_SPECIAL_POOL_ENTRY
3743 ASM_OUTPUT_SPECIAL_POOL_ENTRY (asm_out_file, x, desc->mode,
3744 align, desc->labelno, done);
3745 #endif
3746
3747 assemble_align (align);
3748
3749 /* Output the label. */
3750 targetm.asm_out.internal_label (asm_out_file, "LC", desc->labelno);
3751
3752 /* Output the data. */
3753 output_constant_pool_2 (desc->mode, x, align);
3754
3755 /* Make sure all constants in SECTION_MERGE and not SECTION_STRINGS
3756 sections have proper size. */
3757 if (align > GET_MODE_BITSIZE (desc->mode)
3758 && in_section
3759 && (in_section->common.flags & SECTION_MERGE))
3760 assemble_align (align);
3761
3762 #ifdef ASM_OUTPUT_SPECIAL_POOL_ENTRY
3763 done:
3764 #endif
3765 return;
3766 }
3767
3768 /* Given a SYMBOL_REF CURRENT_RTX, mark it and all constants it refers
3769 to as used. Emit referenced deferred strings. This function can
3770 be used with for_each_rtx to mark all SYMBOL_REFs in an rtx. */
3771
3772 static int
3773 mark_constant (rtx *current_rtx, void *data ATTRIBUTE_UNUSED)
3774 {
3775 rtx x = *current_rtx;
3776
3777 if (x == NULL_RTX || GET_CODE (x) != SYMBOL_REF)
3778 return 0;
3779
3780 if (CONSTANT_POOL_ADDRESS_P (x))
3781 {
3782 struct constant_descriptor_rtx *desc = SYMBOL_REF_CONSTANT (x);
3783 if (desc->mark == 0)
3784 {
3785 desc->mark = 1;
3786 for_each_rtx (&desc->constant, mark_constant, NULL);
3787 }
3788 }
3789 else if (TREE_CONSTANT_POOL_ADDRESS_P (x))
3790 {
3791 tree decl = SYMBOL_REF_DECL (x);
3792 if (!TREE_ASM_WRITTEN (DECL_INITIAL (decl)))
3793 {
3794 n_deferred_constants--;
3795 output_constant_def_contents (x);
3796 }
3797 }
3798
3799 return -1;
3800 }
3801
3802 /* Look through appropriate parts of INSN, marking all entries in the
3803 constant pool which are actually being used. Entries that are only
3804 referenced by other constants are also marked as used. Emit
3805 deferred strings that are used. */
3806
3807 static void
3808 mark_constants (rtx insn)
3809 {
3810 if (!INSN_P (insn))
3811 return;
3812
3813 /* Insns may appear inside a SEQUENCE. Only check the patterns of
3814 insns, not any notes that may be attached. We don't want to mark
3815 a constant just because it happens to appear in a REG_EQUIV note. */
3816 if (GET_CODE (PATTERN (insn)) == SEQUENCE)
3817 {
3818 rtx seq = PATTERN (insn);
3819 int i, n = XVECLEN (seq, 0);
3820 for (i = 0; i < n; ++i)
3821 {
3822 rtx subinsn = XVECEXP (seq, 0, i);
3823 if (INSN_P (subinsn))
3824 for_each_rtx (&PATTERN (subinsn), mark_constant, NULL);
3825 }
3826 }
3827 else
3828 for_each_rtx (&PATTERN (insn), mark_constant, NULL);
3829 }
3830
3831 /* Look through the instructions for this function, and mark all the
3832 entries in POOL which are actually being used. Emit deferred constants
3833 which have indeed been used. */
3834
3835 static void
3836 mark_constant_pool (void)
3837 {
3838 rtx insn;
3839
3840 if (!crtl->uses_const_pool && n_deferred_constants == 0)
3841 return;
3842
3843 for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
3844 mark_constants (insn);
3845 }
3846
3847 /* Write all the constants in POOL. */
3848
3849 static void
3850 output_constant_pool_contents (struct rtx_constant_pool *pool)
3851 {
3852 struct constant_descriptor_rtx *desc;
3853
3854 for (desc = pool->first; desc ; desc = desc->next)
3855 if (desc->mark)
3856 {
3857 /* If the constant is part of an object_block, make sure that
3858 the constant has been positioned within its block, but do not
3859 write out its definition yet. output_object_blocks will do
3860 that later. */
3861 if (SYMBOL_REF_HAS_BLOCK_INFO_P (desc->sym)
3862 && SYMBOL_REF_BLOCK (desc->sym))
3863 place_block_symbol (desc->sym);
3864 else
3865 {
3866 switch_to_section (targetm.asm_out.select_rtx_section
3867 (desc->mode, desc->constant, desc->align));
3868 output_constant_pool_1 (desc, desc->align);
3869 }
3870 }
3871 }
3872
3873 /* Mark all constants that are used in the current function, then write
3874 out the function's private constant pool. */
3875
3876 static void
3877 output_constant_pool (const char *fnname ATTRIBUTE_UNUSED,
3878 tree fndecl ATTRIBUTE_UNUSED)
3879 {
3880 struct rtx_constant_pool *pool = crtl->varasm.pool;
3881
3882 /* It is possible for gcc to call force_const_mem and then to later
3883 discard the instructions which refer to the constant. In such a
3884 case we do not need to output the constant. */
3885 mark_constant_pool ();
3886
3887 #ifdef ASM_OUTPUT_POOL_PROLOGUE
3888 ASM_OUTPUT_POOL_PROLOGUE (asm_out_file, fnname, fndecl, pool->offset);
3889 #endif
3890
3891 output_constant_pool_contents (pool);
3892
3893 #ifdef ASM_OUTPUT_POOL_EPILOGUE
3894 ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool->offset);
3895 #endif
3896 }
3897 \f
3898 /* Write the contents of the shared constant pool. */
3899
3900 void
3901 output_shared_constant_pool (void)
3902 {
3903 output_constant_pool_contents (shared_constant_pool);
3904 }
3905 \f
3906 /* Determine what kind of relocations EXP may need. */
3907
3908 int
3909 compute_reloc_for_constant (tree exp)
3910 {
3911 int reloc = 0, reloc2;
3912 tree tem;
3913
3914 switch (TREE_CODE (exp))
3915 {
3916 case ADDR_EXPR:
3917 case FDESC_EXPR:
3918 /* Go inside any operations that get_inner_reference can handle and see
3919 if what's inside is a constant: no need to do anything here for
3920 addresses of variables or functions. */
3921 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem);
3922 tem = TREE_OPERAND (tem, 0))
3923 ;
3924
3925 if (TREE_CODE (tem) == MEM_REF
3926 && TREE_CODE (TREE_OPERAND (tem, 0)) == ADDR_EXPR)
3927 {
3928 reloc = compute_reloc_for_constant (TREE_OPERAND (tem, 0));
3929 break;
3930 }
3931
3932 if (TREE_PUBLIC (tem))
3933 reloc |= 2;
3934 else
3935 reloc |= 1;
3936 break;
3937
3938 case PLUS_EXPR:
3939 case POINTER_PLUS_EXPR:
3940 reloc = compute_reloc_for_constant (TREE_OPERAND (exp, 0));
3941 reloc |= compute_reloc_for_constant (TREE_OPERAND (exp, 1));
3942 break;
3943
3944 case MINUS_EXPR:
3945 reloc = compute_reloc_for_constant (TREE_OPERAND (exp, 0));
3946 reloc2 = compute_reloc_for_constant (TREE_OPERAND (exp, 1));
3947 /* The difference of two local labels is computable at link time. */
3948 if (reloc == 1 && reloc2 == 1)
3949 reloc = 0;
3950 else
3951 reloc |= reloc2;
3952 break;
3953
3954 CASE_CONVERT:
3955 case VIEW_CONVERT_EXPR:
3956 reloc = compute_reloc_for_constant (TREE_OPERAND (exp, 0));
3957 break;
3958
3959 case CONSTRUCTOR:
3960 {
3961 unsigned HOST_WIDE_INT idx;
3962 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem)
3963 if (tem != 0)
3964 reloc |= compute_reloc_for_constant (tem);
3965 }
3966 break;
3967
3968 default:
3969 break;
3970 }
3971 return reloc;
3972 }
3973
3974 /* Find all the constants whose addresses are referenced inside of EXP,
3975 and make sure assembler code with a label has been output for each one.
3976 Indicate whether an ADDR_EXPR has been encountered. */
3977
3978 static void
3979 output_addressed_constants (tree exp)
3980 {
3981 tree tem;
3982
3983 switch (TREE_CODE (exp))
3984 {
3985 case ADDR_EXPR:
3986 case FDESC_EXPR:
3987 /* Go inside any operations that get_inner_reference can handle and see
3988 if what's inside is a constant: no need to do anything here for
3989 addresses of variables or functions. */
3990 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem);
3991 tem = TREE_OPERAND (tem, 0))
3992 ;
3993
3994 /* If we have an initialized CONST_DECL, retrieve the initializer. */
3995 if (TREE_CODE (tem) == CONST_DECL && DECL_INITIAL (tem))
3996 tem = DECL_INITIAL (tem);
3997
3998 if (CONSTANT_CLASS_P (tem) || TREE_CODE (tem) == CONSTRUCTOR)
3999 output_constant_def (tem, 0);
4000
4001 if (TREE_CODE (tem) == MEM_REF)
4002 output_addressed_constants (TREE_OPERAND (tem, 0));
4003 break;
4004
4005 case PLUS_EXPR:
4006 case POINTER_PLUS_EXPR:
4007 case MINUS_EXPR:
4008 output_addressed_constants (TREE_OPERAND (exp, 1));
4009 /* Fall through. */
4010
4011 CASE_CONVERT:
4012 case VIEW_CONVERT_EXPR:
4013 output_addressed_constants (TREE_OPERAND (exp, 0));
4014 break;
4015
4016 case CONSTRUCTOR:
4017 {
4018 unsigned HOST_WIDE_INT idx;
4019 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem)
4020 if (tem != 0)
4021 output_addressed_constants (tem);
4022 }
4023 break;
4024
4025 default:
4026 break;
4027 }
4028 }
4029 \f
4030 /* Whether a constructor CTOR is a valid static constant initializer if all
4031 its elements are. This used to be internal to initializer_constant_valid_p
4032 and has been exposed to let other functions like categorize_ctor_elements
4033 evaluate the property while walking a constructor for other purposes. */
4034
4035 bool
4036 constructor_static_from_elts_p (const_tree ctor)
4037 {
4038 return (TREE_CONSTANT (ctor)
4039 && (TREE_CODE (TREE_TYPE (ctor)) == UNION_TYPE
4040 || TREE_CODE (TREE_TYPE (ctor)) == RECORD_TYPE
4041 || TREE_CODE (TREE_TYPE (ctor)) == ARRAY_TYPE));
4042 }
4043
4044 static tree initializer_constant_valid_p_1 (tree value, tree endtype,
4045 tree *cache);
4046
4047 /* A subroutine of initializer_constant_valid_p. VALUE is a MINUS_EXPR,
4048 PLUS_EXPR or POINTER_PLUS_EXPR. This looks for cases of VALUE
4049 which are valid when ENDTYPE is an integer of any size; in
4050 particular, this does not accept a pointer minus a constant. This
4051 returns null_pointer_node if the VALUE is an absolute constant
4052 which can be used to initialize a static variable. Otherwise it
4053 returns NULL. */
4054
4055 static tree
4056 narrowing_initializer_constant_valid_p (tree value, tree endtype, tree *cache)
4057 {
4058 tree op0, op1;
4059
4060 if (!INTEGRAL_TYPE_P (endtype))
4061 return NULL_TREE;
4062
4063 op0 = TREE_OPERAND (value, 0);
4064 op1 = TREE_OPERAND (value, 1);
4065
4066 /* Like STRIP_NOPS except allow the operand mode to widen. This
4067 works around a feature of fold that simplifies (int)(p1 - p2) to
4068 ((int)p1 - (int)p2) under the theory that the narrower operation
4069 is cheaper. */
4070
4071 while (CONVERT_EXPR_P (op0)
4072 || TREE_CODE (op0) == NON_LVALUE_EXPR)
4073 {
4074 tree inner = TREE_OPERAND (op0, 0);
4075 if (inner == error_mark_node
4076 || ! INTEGRAL_MODE_P (TYPE_MODE (TREE_TYPE (inner)))
4077 || (GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (op0)))
4078 > GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (inner)))))
4079 break;
4080 op0 = inner;
4081 }
4082
4083 while (CONVERT_EXPR_P (op1)
4084 || TREE_CODE (op1) == NON_LVALUE_EXPR)
4085 {
4086 tree inner = TREE_OPERAND (op1, 0);
4087 if (inner == error_mark_node
4088 || ! INTEGRAL_MODE_P (TYPE_MODE (TREE_TYPE (inner)))
4089 || (GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (op1)))
4090 > GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (inner)))))
4091 break;
4092 op1 = inner;
4093 }
4094
4095 op0 = initializer_constant_valid_p_1 (op0, endtype, cache);
4096 if (!op0)
4097 return NULL_TREE;
4098
4099 op1 = initializer_constant_valid_p_1 (op1, endtype,
4100 cache ? cache + 2 : NULL);
4101 /* Both initializers must be known. */
4102 if (op1)
4103 {
4104 if (op0 == op1
4105 && (op0 == null_pointer_node
4106 || TREE_CODE (value) == MINUS_EXPR))
4107 return null_pointer_node;
4108
4109 /* Support differences between labels. */
4110 if (TREE_CODE (op0) == LABEL_DECL
4111 && TREE_CODE (op1) == LABEL_DECL)
4112 return null_pointer_node;
4113
4114 if (TREE_CODE (op0) == STRING_CST
4115 && TREE_CODE (op1) == STRING_CST
4116 && operand_equal_p (op0, op1, 1))
4117 return null_pointer_node;
4118 }
4119
4120 return NULL_TREE;
4121 }
4122
4123 /* Helper function of initializer_constant_valid_p.
4124 Return nonzero if VALUE is a valid constant-valued expression
4125 for use in initializing a static variable; one that can be an
4126 element of a "constant" initializer.
4127
4128 Return null_pointer_node if the value is absolute;
4129 if it is relocatable, return the variable that determines the relocation.
4130 We assume that VALUE has been folded as much as possible;
4131 therefore, we do not need to check for such things as
4132 arithmetic-combinations of integers.
4133
4134 Use CACHE (pointer to 2 tree values) for caching if non-NULL. */
4135
4136 static tree
4137 initializer_constant_valid_p_1 (tree value, tree endtype, tree *cache)
4138 {
4139 tree ret;
4140
4141 switch (TREE_CODE (value))
4142 {
4143 case CONSTRUCTOR:
4144 if (constructor_static_from_elts_p (value))
4145 {
4146 unsigned HOST_WIDE_INT idx;
4147 tree elt;
4148 bool absolute = true;
4149
4150 if (cache && cache[0] == value)
4151 return cache[1];
4152 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (value), idx, elt)
4153 {
4154 tree reloc;
4155 reloc = initializer_constant_valid_p_1 (elt, TREE_TYPE (elt),
4156 NULL);
4157 if (!reloc)
4158 {
4159 if (cache)
4160 {
4161 cache[0] = value;
4162 cache[1] = NULL_TREE;
4163 }
4164 return NULL_TREE;
4165 }
4166 if (reloc != null_pointer_node)
4167 absolute = false;
4168 }
4169 /* For a non-absolute relocation, there is no single
4170 variable that can be "the variable that determines the
4171 relocation." */
4172 if (cache)
4173 {
4174 cache[0] = value;
4175 cache[1] = absolute ? null_pointer_node : error_mark_node;
4176 }
4177 return absolute ? null_pointer_node : error_mark_node;
4178 }
4179
4180 return TREE_STATIC (value) ? null_pointer_node : NULL_TREE;
4181
4182 case INTEGER_CST:
4183 case VECTOR_CST:
4184 case REAL_CST:
4185 case FIXED_CST:
4186 case STRING_CST:
4187 case COMPLEX_CST:
4188 return null_pointer_node;
4189
4190 case ADDR_EXPR:
4191 case FDESC_EXPR:
4192 {
4193 tree op0 = staticp (TREE_OPERAND (value, 0));
4194 if (op0)
4195 {
4196 /* "&(*a).f" is like unto pointer arithmetic. If "a" turns out
4197 to be a constant, this is old-skool offsetof-like nonsense. */
4198 if (TREE_CODE (op0) == INDIRECT_REF
4199 && TREE_CONSTANT (TREE_OPERAND (op0, 0)))
4200 return null_pointer_node;
4201 /* Taking the address of a nested function involves a trampoline,
4202 unless we don't need or want one. */
4203 if (TREE_CODE (op0) == FUNCTION_DECL
4204 && DECL_STATIC_CHAIN (op0)
4205 && !TREE_NO_TRAMPOLINE (value))
4206 return NULL_TREE;
4207 /* "&{...}" requires a temporary to hold the constructed
4208 object. */
4209 if (TREE_CODE (op0) == CONSTRUCTOR)
4210 return NULL_TREE;
4211 }
4212 return op0;
4213 }
4214
4215 case NON_LVALUE_EXPR:
4216 return initializer_constant_valid_p_1 (TREE_OPERAND (value, 0),
4217 endtype, cache);
4218
4219 case VIEW_CONVERT_EXPR:
4220 {
4221 tree src = TREE_OPERAND (value, 0);
4222 tree src_type = TREE_TYPE (src);
4223 tree dest_type = TREE_TYPE (value);
4224
4225 /* Allow view-conversions from aggregate to non-aggregate type only
4226 if the bit pattern is fully preserved afterwards; otherwise, the
4227 RTL expander won't be able to apply a subsequent transformation
4228 to the underlying constructor. */
4229 if (AGGREGATE_TYPE_P (src_type) && !AGGREGATE_TYPE_P (dest_type))
4230 {
4231 if (TYPE_MODE (endtype) == TYPE_MODE (dest_type))
4232 return initializer_constant_valid_p_1 (src, endtype, cache);
4233 else
4234 return NULL_TREE;
4235 }
4236
4237 /* Allow all other kinds of view-conversion. */
4238 return initializer_constant_valid_p_1 (src, endtype, cache);
4239 }
4240
4241 CASE_CONVERT:
4242 {
4243 tree src = TREE_OPERAND (value, 0);
4244 tree src_type = TREE_TYPE (src);
4245 tree dest_type = TREE_TYPE (value);
4246
4247 /* Allow conversions between pointer types, floating-point
4248 types, and offset types. */
4249 if ((POINTER_TYPE_P (dest_type) && POINTER_TYPE_P (src_type))
4250 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type))
4251 || (TREE_CODE (dest_type) == OFFSET_TYPE
4252 && TREE_CODE (src_type) == OFFSET_TYPE))
4253 return initializer_constant_valid_p_1 (src, endtype, cache);
4254
4255 /* Allow length-preserving conversions between integer types. */
4256 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type)
4257 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type)))
4258 return initializer_constant_valid_p_1 (src, endtype, cache);
4259
4260 /* Allow conversions between other integer types only if
4261 explicit value. */
4262 if (INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type))
4263 {
4264 tree inner = initializer_constant_valid_p_1 (src, endtype, cache);
4265 if (inner == null_pointer_node)
4266 return null_pointer_node;
4267 break;
4268 }
4269
4270 /* Allow (int) &foo provided int is as wide as a pointer. */
4271 if (INTEGRAL_TYPE_P (dest_type) && POINTER_TYPE_P (src_type)
4272 && (TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type)))
4273 return initializer_constant_valid_p_1 (src, endtype, cache);
4274
4275 /* Likewise conversions from int to pointers, but also allow
4276 conversions from 0. */
4277 if ((POINTER_TYPE_P (dest_type)
4278 || TREE_CODE (dest_type) == OFFSET_TYPE)
4279 && INTEGRAL_TYPE_P (src_type))
4280 {
4281 if (TREE_CODE (src) == INTEGER_CST
4282 && TYPE_PRECISION (dest_type) >= TYPE_PRECISION (src_type))
4283 return null_pointer_node;
4284 if (integer_zerop (src))
4285 return null_pointer_node;
4286 else if (TYPE_PRECISION (dest_type) <= TYPE_PRECISION (src_type))
4287 return initializer_constant_valid_p_1 (src, endtype, cache);
4288 }
4289
4290 /* Allow conversions to struct or union types if the value
4291 inside is okay. */
4292 if (TREE_CODE (dest_type) == RECORD_TYPE
4293 || TREE_CODE (dest_type) == UNION_TYPE)
4294 return initializer_constant_valid_p_1 (src, endtype, cache);
4295 }
4296 break;
4297
4298 case POINTER_PLUS_EXPR:
4299 case PLUS_EXPR:
4300 /* Any valid floating-point constants will have been folded by now;
4301 with -frounding-math we hit this with addition of two constants. */
4302 if (TREE_CODE (endtype) == REAL_TYPE)
4303 return NULL_TREE;
4304 if (cache && cache[0] == value)
4305 return cache[1];
4306 if (! INTEGRAL_TYPE_P (endtype)
4307 || TYPE_PRECISION (endtype) >= TYPE_PRECISION (TREE_TYPE (value)))
4308 {
4309 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
4310 tree valid0
4311 = initializer_constant_valid_p_1 (TREE_OPERAND (value, 0),
4312 endtype, ncache);
4313 tree valid1
4314 = initializer_constant_valid_p_1 (TREE_OPERAND (value, 1),
4315 endtype, ncache + 2);
4316 /* If either term is absolute, use the other term's relocation. */
4317 if (valid0 == null_pointer_node)
4318 ret = valid1;
4319 else if (valid1 == null_pointer_node)
4320 ret = valid0;
4321 /* Support narrowing pointer differences. */
4322 else
4323 ret = narrowing_initializer_constant_valid_p (value, endtype,
4324 ncache);
4325 }
4326 else
4327 /* Support narrowing pointer differences. */
4328 ret = narrowing_initializer_constant_valid_p (value, endtype, NULL);
4329 if (cache)
4330 {
4331 cache[0] = value;
4332 cache[1] = ret;
4333 }
4334 return ret;
4335
4336 case MINUS_EXPR:
4337 if (TREE_CODE (endtype) == REAL_TYPE)
4338 return NULL_TREE;
4339 if (cache && cache[0] == value)
4340 return cache[1];
4341 if (! INTEGRAL_TYPE_P (endtype)
4342 || TYPE_PRECISION (endtype) >= TYPE_PRECISION (TREE_TYPE (value)))
4343 {
4344 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
4345 tree valid0
4346 = initializer_constant_valid_p_1 (TREE_OPERAND (value, 0),
4347 endtype, ncache);
4348 tree valid1
4349 = initializer_constant_valid_p_1 (TREE_OPERAND (value, 1),
4350 endtype, ncache + 2);
4351 /* Win if second argument is absolute. */
4352 if (valid1 == null_pointer_node)
4353 ret = valid0;
4354 /* Win if both arguments have the same relocation.
4355 Then the value is absolute. */
4356 else if (valid0 == valid1 && valid0 != 0)
4357 ret = null_pointer_node;
4358 /* Since GCC guarantees that string constants are unique in the
4359 generated code, a subtraction between two copies of the same
4360 constant string is absolute. */
4361 else if (valid0 && TREE_CODE (valid0) == STRING_CST
4362 && valid1 && TREE_CODE (valid1) == STRING_CST
4363 && operand_equal_p (valid0, valid1, 1))
4364 ret = null_pointer_node;
4365 /* Support narrowing differences. */
4366 else
4367 ret = narrowing_initializer_constant_valid_p (value, endtype,
4368 ncache);
4369 }
4370 else
4371 /* Support narrowing differences. */
4372 ret = narrowing_initializer_constant_valid_p (value, endtype, NULL);
4373 if (cache)
4374 {
4375 cache[0] = value;
4376 cache[1] = ret;
4377 }
4378 return ret;
4379
4380 default:
4381 break;
4382 }
4383
4384 return NULL_TREE;
4385 }
4386
4387 /* Return nonzero if VALUE is a valid constant-valued expression
4388 for use in initializing a static variable; one that can be an
4389 element of a "constant" initializer.
4390
4391 Return null_pointer_node if the value is absolute;
4392 if it is relocatable, return the variable that determines the relocation.
4393 We assume that VALUE has been folded as much as possible;
4394 therefore, we do not need to check for such things as
4395 arithmetic-combinations of integers. */
4396 tree
4397 initializer_constant_valid_p (tree value, tree endtype)
4398 {
4399 return initializer_constant_valid_p_1 (value, endtype, NULL);
4400 }
4401 \f
4402 /* Return true if VALUE is a valid constant-valued expression
4403 for use in initializing a static bit-field; one that can be
4404 an element of a "constant" initializer. */
4405
4406 bool
4407 initializer_constant_valid_for_bitfield_p (tree value)
4408 {
4409 /* For bitfields we support integer constants or possibly nested aggregates
4410 of such. */
4411 switch (TREE_CODE (value))
4412 {
4413 case CONSTRUCTOR:
4414 {
4415 unsigned HOST_WIDE_INT idx;
4416 tree elt;
4417
4418 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (value), idx, elt)
4419 if (!initializer_constant_valid_for_bitfield_p (elt))
4420 return false;
4421 return true;
4422 }
4423
4424 case INTEGER_CST:
4425 case REAL_CST:
4426 return true;
4427
4428 case VIEW_CONVERT_EXPR:
4429 case NON_LVALUE_EXPR:
4430 return
4431 initializer_constant_valid_for_bitfield_p (TREE_OPERAND (value, 0));
4432
4433 default:
4434 break;
4435 }
4436
4437 return false;
4438 }
4439
4440 /* output_constructor outer state of relevance in recursive calls, typically
4441 for nested aggregate bitfields. */
4442
4443 typedef struct {
4444 unsigned int bit_offset; /* current position in ... */
4445 int byte; /* ... the outer byte buffer. */
4446 } oc_outer_state;
4447
4448 static unsigned HOST_WIDE_INT
4449 output_constructor (tree, unsigned HOST_WIDE_INT, unsigned int,
4450 oc_outer_state *);
4451
4452 /* Output assembler code for constant EXP to FILE, with no label.
4453 This includes the pseudo-op such as ".int" or ".byte", and a newline.
4454 Assumes output_addressed_constants has been done on EXP already.
4455
4456 Generate exactly SIZE bytes of assembler data, padding at the end
4457 with zeros if necessary. SIZE must always be specified.
4458
4459 SIZE is important for structure constructors,
4460 since trailing members may have been omitted from the constructor.
4461 It is also important for initialization of arrays from string constants
4462 since the full length of the string constant might not be wanted.
4463 It is also needed for initialization of unions, where the initializer's
4464 type is just one member, and that may not be as long as the union.
4465
4466 There a case in which we would fail to output exactly SIZE bytes:
4467 for a structure constructor that wants to produce more than SIZE bytes.
4468 But such constructors will never be generated for any possible input.
4469
4470 ALIGN is the alignment of the data in bits. */
4471
4472 void
4473 output_constant (tree exp, unsigned HOST_WIDE_INT size, unsigned int align)
4474 {
4475 enum tree_code code;
4476 unsigned HOST_WIDE_INT thissize;
4477
4478 if (size == 0 || flag_syntax_only)
4479 return;
4480
4481 /* See if we're trying to initialize a pointer in a non-default mode
4482 to the address of some declaration somewhere. If the target says
4483 the mode is valid for pointers, assume the target has a way of
4484 resolving it. */
4485 if (TREE_CODE (exp) == NOP_EXPR
4486 && POINTER_TYPE_P (TREE_TYPE (exp))
4487 && targetm.addr_space.valid_pointer_mode
4488 (TYPE_MODE (TREE_TYPE (exp)),
4489 TYPE_ADDR_SPACE (TREE_TYPE (TREE_TYPE (exp)))))
4490 {
4491 tree saved_type = TREE_TYPE (exp);
4492
4493 /* Peel off any intermediate conversions-to-pointer for valid
4494 pointer modes. */
4495 while (TREE_CODE (exp) == NOP_EXPR
4496 && POINTER_TYPE_P (TREE_TYPE (exp))
4497 && targetm.addr_space.valid_pointer_mode
4498 (TYPE_MODE (TREE_TYPE (exp)),
4499 TYPE_ADDR_SPACE (TREE_TYPE (TREE_TYPE (exp)))))
4500 exp = TREE_OPERAND (exp, 0);
4501
4502 /* If what we're left with is the address of something, we can
4503 convert the address to the final type and output it that
4504 way. */
4505 if (TREE_CODE (exp) == ADDR_EXPR)
4506 exp = build1 (ADDR_EXPR, saved_type, TREE_OPERAND (exp, 0));
4507 /* Likewise for constant ints. */
4508 else if (TREE_CODE (exp) == INTEGER_CST)
4509 exp = build_int_cst_wide (saved_type, TREE_INT_CST_LOW (exp),
4510 TREE_INT_CST_HIGH (exp));
4511
4512 }
4513
4514 /* Eliminate any conversions since we'll be outputting the underlying
4515 constant. */
4516 while (CONVERT_EXPR_P (exp)
4517 || TREE_CODE (exp) == NON_LVALUE_EXPR
4518 || TREE_CODE (exp) == VIEW_CONVERT_EXPR)
4519 {
4520 HOST_WIDE_INT type_size = int_size_in_bytes (TREE_TYPE (exp));
4521 HOST_WIDE_INT op_size = int_size_in_bytes (TREE_TYPE (TREE_OPERAND (exp, 0)));
4522
4523 /* Make sure eliminating the conversion is really a no-op, except with
4524 VIEW_CONVERT_EXPRs to allow for wild Ada unchecked conversions and
4525 union types to allow for Ada unchecked unions. */
4526 if (type_size > op_size
4527 && TREE_CODE (exp) != VIEW_CONVERT_EXPR
4528 && TREE_CODE (TREE_TYPE (exp)) != UNION_TYPE)
4529 /* Keep the conversion. */
4530 break;
4531 else
4532 exp = TREE_OPERAND (exp, 0);
4533 }
4534
4535 code = TREE_CODE (TREE_TYPE (exp));
4536 thissize = int_size_in_bytes (TREE_TYPE (exp));
4537
4538 /* Allow a constructor with no elements for any data type.
4539 This means to fill the space with zeros. */
4540 if (TREE_CODE (exp) == CONSTRUCTOR
4541 && vec_safe_is_empty (CONSTRUCTOR_ELTS (exp)))
4542 {
4543 assemble_zeros (size);
4544 return;
4545 }
4546
4547 if (TREE_CODE (exp) == FDESC_EXPR)
4548 {
4549 #ifdef ASM_OUTPUT_FDESC
4550 HOST_WIDE_INT part = tree_low_cst (TREE_OPERAND (exp, 1), 0);
4551 tree decl = TREE_OPERAND (exp, 0);
4552 ASM_OUTPUT_FDESC (asm_out_file, decl, part);
4553 #else
4554 gcc_unreachable ();
4555 #endif
4556 return;
4557 }
4558
4559 /* Now output the underlying data. If we've handling the padding, return.
4560 Otherwise, break and ensure SIZE is the size written. */
4561 switch (code)
4562 {
4563 case BOOLEAN_TYPE:
4564 case INTEGER_TYPE:
4565 case ENUMERAL_TYPE:
4566 case POINTER_TYPE:
4567 case REFERENCE_TYPE:
4568 case OFFSET_TYPE:
4569 case FIXED_POINT_TYPE:
4570 if (! assemble_integer (expand_expr (exp, NULL_RTX, VOIDmode,
4571 EXPAND_INITIALIZER),
4572 MIN (size, thissize), align, 0))
4573 error ("initializer for integer/fixed-point value is too complicated");
4574 break;
4575
4576 case REAL_TYPE:
4577 if (TREE_CODE (exp) != REAL_CST)
4578 error ("initializer for floating value is not a floating constant");
4579 else
4580 assemble_real (TREE_REAL_CST (exp), TYPE_MODE (TREE_TYPE (exp)), align);
4581 break;
4582
4583 case COMPLEX_TYPE:
4584 output_constant (TREE_REALPART (exp), thissize / 2, align);
4585 output_constant (TREE_IMAGPART (exp), thissize / 2,
4586 min_align (align, BITS_PER_UNIT * (thissize / 2)));
4587 break;
4588
4589 case ARRAY_TYPE:
4590 case VECTOR_TYPE:
4591 switch (TREE_CODE (exp))
4592 {
4593 case CONSTRUCTOR:
4594 output_constructor (exp, size, align, NULL);
4595 return;
4596 case STRING_CST:
4597 thissize = MIN ((unsigned HOST_WIDE_INT)TREE_STRING_LENGTH (exp),
4598 size);
4599 assemble_string (TREE_STRING_POINTER (exp), thissize);
4600 break;
4601
4602 case VECTOR_CST:
4603 {
4604 int elt_size;
4605 unsigned int i, nalign;
4606 enum machine_mode inner;
4607
4608 inner = TYPE_MODE (TREE_TYPE (TREE_TYPE (exp)));
4609 nalign = MIN (align, GET_MODE_ALIGNMENT (inner));
4610
4611 elt_size = GET_MODE_SIZE (inner);
4612
4613 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align);
4614 thissize = elt_size;
4615 for (i = 1; i < VECTOR_CST_NELTS (exp); ++i)
4616 {
4617 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign);
4618 thissize += elt_size;
4619 }
4620 break;
4621 }
4622 default:
4623 gcc_unreachable ();
4624 }
4625 break;
4626
4627 case RECORD_TYPE:
4628 case UNION_TYPE:
4629 gcc_assert (TREE_CODE (exp) == CONSTRUCTOR);
4630 output_constructor (exp, size, align, NULL);
4631 return;
4632
4633 case ERROR_MARK:
4634 return;
4635
4636 default:
4637 gcc_unreachable ();
4638 }
4639
4640 if (size > thissize)
4641 assemble_zeros (size - thissize);
4642 }
4643
4644 \f
4645 /* Subroutine of output_constructor, used for computing the size of
4646 arrays of unspecified length. VAL must be a CONSTRUCTOR of an array
4647 type with an unspecified upper bound. */
4648
4649 static unsigned HOST_WIDE_INT
4650 array_size_for_constructor (tree val)
4651 {
4652 tree max_index;
4653 unsigned HOST_WIDE_INT cnt;
4654 tree index, value, tmp;
4655 double_int i;
4656
4657 /* This code used to attempt to handle string constants that are not
4658 arrays of single-bytes, but nothing else does, so there's no point in
4659 doing it here. */
4660 if (TREE_CODE (val) == STRING_CST)
4661 return TREE_STRING_LENGTH (val);
4662
4663 max_index = NULL_TREE;
4664 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (val), cnt, index, value)
4665 {
4666 if (TREE_CODE (index) == RANGE_EXPR)
4667 index = TREE_OPERAND (index, 1);
4668 if (max_index == NULL_TREE || tree_int_cst_lt (max_index, index))
4669 max_index = index;
4670 }
4671
4672 if (max_index == NULL_TREE)
4673 return 0;
4674
4675 /* Compute the total number of array elements. */
4676 tmp = TYPE_MIN_VALUE (TYPE_DOMAIN (TREE_TYPE (val)));
4677 i = tree_to_double_int (max_index) - tree_to_double_int (tmp);
4678 i += double_int_one;
4679
4680 /* Multiply by the array element unit size to find number of bytes. */
4681 i *= tree_to_double_int (TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (val))));
4682
4683 gcc_assert (i.fits_uhwi ());
4684 return i.low;
4685 }
4686
4687 /* Other datastructures + helpers for output_constructor. */
4688
4689 /* output_constructor local state to support interaction with helpers. */
4690
4691 typedef struct {
4692
4693 /* Received arguments. */
4694 tree exp; /* Constructor expression. */
4695 unsigned HOST_WIDE_INT size; /* # bytes to output - pad if necessary. */
4696 unsigned int align; /* Known initial alignment. */
4697
4698 /* Constructor expression data. */
4699 tree type; /* Expression type. */
4700 tree field; /* Current field decl in a record. */
4701 tree min_index; /* Lower bound if specified for an array. */
4702
4703 /* Output processing state. */
4704 HOST_WIDE_INT total_bytes; /* # bytes output so far / current position. */
4705 bool byte_buffer_in_use; /* Whether byte ... */
4706 int byte; /* ... contains part of a bitfield byte yet to
4707 be output. */
4708
4709 int last_relative_index; /* Implicit or explicit index of the last
4710 array element output within a bitfield. */
4711 /* Current element. */
4712 tree val; /* Current element value. */
4713 tree index; /* Current element index. */
4714
4715 } oc_local_state;
4716
4717 /* Helper for output_constructor. From the current LOCAL state, output a
4718 RANGE_EXPR element. */
4719
4720 static void
4721 output_constructor_array_range (oc_local_state *local)
4722 {
4723 unsigned HOST_WIDE_INT fieldsize
4724 = int_size_in_bytes (TREE_TYPE (local->type));
4725
4726 HOST_WIDE_INT lo_index
4727 = tree_low_cst (TREE_OPERAND (local->index, 0), 0);
4728 HOST_WIDE_INT hi_index
4729 = tree_low_cst (TREE_OPERAND (local->index, 1), 0);
4730 HOST_WIDE_INT index;
4731
4732 unsigned int align2
4733 = min_align (local->align, fieldsize * BITS_PER_UNIT);
4734
4735 for (index = lo_index; index <= hi_index; index++)
4736 {
4737 /* Output the element's initial value. */
4738 if (local->val == NULL_TREE)
4739 assemble_zeros (fieldsize);
4740 else
4741 output_constant (local->val, fieldsize, align2);
4742
4743 /* Count its size. */
4744 local->total_bytes += fieldsize;
4745 }
4746 }
4747
4748 /* Helper for output_constructor. From the current LOCAL state, output a
4749 field element that is not true bitfield or part of an outer one. */
4750
4751 static void
4752 output_constructor_regular_field (oc_local_state *local)
4753 {
4754 /* Field size and position. Since this structure is static, we know the
4755 positions are constant. */
4756 unsigned HOST_WIDE_INT fieldsize;
4757 HOST_WIDE_INT fieldpos;
4758
4759 unsigned int align2;
4760
4761 if (local->index != NULL_TREE)
4762 {
4763 /* Perform the index calculation in modulo arithmetic but
4764 sign-extend the result because Ada has negative DECL_FIELD_OFFSETs
4765 but we are using an unsigned sizetype. */
4766 unsigned prec = TYPE_PRECISION (sizetype);
4767 double_int idx = tree_to_double_int (local->index)
4768 - tree_to_double_int (local->min_index);
4769 idx = idx.sext (prec);
4770 fieldpos = (tree_low_cst (TYPE_SIZE_UNIT (TREE_TYPE (local->val)), 1)
4771 * idx.low);
4772 }
4773 else if (local->field != NULL_TREE)
4774 fieldpos = int_byte_position (local->field);
4775 else
4776 fieldpos = 0;
4777
4778 /* Output any buffered-up bit-fields preceding this element. */
4779 if (local->byte_buffer_in_use)
4780 {
4781 assemble_integer (GEN_INT (local->byte), 1, BITS_PER_UNIT, 1);
4782 local->total_bytes++;
4783 local->byte_buffer_in_use = false;
4784 }
4785
4786 /* Advance to offset of this element.
4787 Note no alignment needed in an array, since that is guaranteed
4788 if each element has the proper size. */
4789 if ((local->field != NULL_TREE || local->index != NULL_TREE)
4790 && fieldpos != local->total_bytes)
4791 {
4792 gcc_assert (fieldpos >= local->total_bytes);
4793 assemble_zeros (fieldpos - local->total_bytes);
4794 local->total_bytes = fieldpos;
4795 }
4796
4797 /* Find the alignment of this element. */
4798 align2 = min_align (local->align, BITS_PER_UNIT * fieldpos);
4799
4800 /* Determine size this element should occupy. */
4801 if (local->field)
4802 {
4803 fieldsize = 0;
4804
4805 /* If this is an array with an unspecified upper bound,
4806 the initializer determines the size. */
4807 /* ??? This ought to only checked if DECL_SIZE_UNIT is NULL,
4808 but we cannot do this until the deprecated support for
4809 initializing zero-length array members is removed. */
4810 if (TREE_CODE (TREE_TYPE (local->field)) == ARRAY_TYPE
4811 && TYPE_DOMAIN (TREE_TYPE (local->field))
4812 && ! TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (local->field))))
4813 {
4814 fieldsize = array_size_for_constructor (local->val);
4815 /* Given a non-empty initialization, this field had
4816 better be last. */
4817 gcc_assert (!fieldsize || !DECL_CHAIN (local->field));
4818 }
4819 else
4820 fieldsize = tree_low_cst (DECL_SIZE_UNIT (local->field), 1);
4821 }
4822 else
4823 fieldsize = int_size_in_bytes (TREE_TYPE (local->type));
4824
4825 /* Output the element's initial value. */
4826 if (local->val == NULL_TREE)
4827 assemble_zeros (fieldsize);
4828 else
4829 output_constant (local->val, fieldsize, align2);
4830
4831 /* Count its size. */
4832 local->total_bytes += fieldsize;
4833 }
4834
4835 /* Helper for output_constructor. From the current LOCAL and OUTER states,
4836 output an element that is a true bitfield or part of an outer one. */
4837
4838 static void
4839 output_constructor_bitfield (oc_local_state *local, oc_outer_state *outer)
4840 {
4841 /* Bit size of this element. */
4842 HOST_WIDE_INT ebitsize
4843 = (local->field
4844 ? tree_low_cst (DECL_SIZE (local->field), 1)
4845 : tree_low_cst (TYPE_SIZE (TREE_TYPE (local->type)), 1));
4846
4847 /* Relative index of this element if this is an array component. */
4848 HOST_WIDE_INT relative_index
4849 = (!local->field
4850 ? (local->index
4851 ? (tree_low_cst (local->index, 0)
4852 - tree_low_cst (local->min_index, 0))
4853 : local->last_relative_index + 1)
4854 : 0);
4855
4856 /* Bit position of this element from the start of the containing
4857 constructor. */
4858 HOST_WIDE_INT constructor_relative_ebitpos
4859 = (local->field
4860 ? int_bit_position (local->field)
4861 : ebitsize * relative_index);
4862
4863 /* Bit position of this element from the start of a possibly ongoing
4864 outer byte buffer. */
4865 HOST_WIDE_INT byte_relative_ebitpos
4866 = ((outer ? outer->bit_offset : 0) + constructor_relative_ebitpos);
4867
4868 /* From the start of a possibly ongoing outer byte buffer, offsets to
4869 the first bit of this element and to the first bit past the end of
4870 this element. */
4871 HOST_WIDE_INT next_offset = byte_relative_ebitpos;
4872 HOST_WIDE_INT end_offset = byte_relative_ebitpos + ebitsize;
4873
4874 local->last_relative_index = relative_index;
4875
4876 if (local->val == NULL_TREE)
4877 local->val = integer_zero_node;
4878
4879 while (TREE_CODE (local->val) == VIEW_CONVERT_EXPR
4880 || TREE_CODE (local->val) == NON_LVALUE_EXPR)
4881 local->val = TREE_OPERAND (local->val, 0);
4882
4883 if (TREE_CODE (local->val) != INTEGER_CST
4884 && TREE_CODE (local->val) != CONSTRUCTOR)
4885 {
4886 error ("invalid initial value for member %qE", DECL_NAME (local->field));
4887 return;
4888 }
4889
4890 /* If this field does not start in this (or, next) byte,
4891 skip some bytes. */
4892 if (next_offset / BITS_PER_UNIT != local->total_bytes)
4893 {
4894 /* Output remnant of any bit field in previous bytes. */
4895 if (local->byte_buffer_in_use)
4896 {
4897 assemble_integer (GEN_INT (local->byte), 1, BITS_PER_UNIT, 1);
4898 local->total_bytes++;
4899 local->byte_buffer_in_use = false;
4900 }
4901
4902 /* If still not at proper byte, advance to there. */
4903 if (next_offset / BITS_PER_UNIT != local->total_bytes)
4904 {
4905 gcc_assert (next_offset / BITS_PER_UNIT >= local->total_bytes);
4906 assemble_zeros (next_offset / BITS_PER_UNIT - local->total_bytes);
4907 local->total_bytes = next_offset / BITS_PER_UNIT;
4908 }
4909 }
4910
4911 /* Set up the buffer if necessary. */
4912 if (!local->byte_buffer_in_use)
4913 {
4914 local->byte = 0;
4915 if (ebitsize > 0)
4916 local->byte_buffer_in_use = true;
4917 }
4918
4919 /* If this is nested constructor, recurse passing the bit offset and the
4920 pending data, then retrieve the new pending data afterwards. */
4921 if (TREE_CODE (local->val) == CONSTRUCTOR)
4922 {
4923 oc_outer_state output_state;
4924
4925 output_state.bit_offset = next_offset % BITS_PER_UNIT;
4926 output_state.byte = local->byte;
4927 local->total_bytes
4928 += output_constructor (local->val, 0, 0, &output_state);
4929 local->byte = output_state.byte;
4930 return;
4931 }
4932
4933 /* Otherwise, we must split the element into pieces that fall within
4934 separate bytes, and combine each byte with previous or following
4935 bit-fields. */
4936 while (next_offset < end_offset)
4937 {
4938 int this_time;
4939 int shift;
4940 HOST_WIDE_INT value;
4941 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT;
4942 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT;
4943
4944 /* Advance from byte to byte
4945 within this element when necessary. */
4946 while (next_byte != local->total_bytes)
4947 {
4948 assemble_integer (GEN_INT (local->byte), 1, BITS_PER_UNIT, 1);
4949 local->total_bytes++;
4950 local->byte = 0;
4951 }
4952
4953 /* Number of bits we can process at once
4954 (all part of the same byte). */
4955 this_time = MIN (end_offset - next_offset,
4956 BITS_PER_UNIT - next_bit);
4957 if (BYTES_BIG_ENDIAN)
4958 {
4959 /* On big-endian machine, take the most significant bits
4960 first (of the bits that are significant)
4961 and put them into bytes from the most significant end. */
4962 shift = end_offset - next_offset - this_time;
4963
4964 /* Don't try to take a bunch of bits that cross
4965 the word boundary in the INTEGER_CST. We can
4966 only select bits from the LOW or HIGH part
4967 not from both. */
4968 if (shift < HOST_BITS_PER_WIDE_INT
4969 && shift + this_time > HOST_BITS_PER_WIDE_INT)
4970 {
4971 this_time = shift + this_time - HOST_BITS_PER_WIDE_INT;
4972 shift = HOST_BITS_PER_WIDE_INT;
4973 }
4974
4975 /* Now get the bits from the appropriate constant word. */
4976 if (shift < HOST_BITS_PER_WIDE_INT)
4977 value = TREE_INT_CST_LOW (local->val);
4978 else
4979 {
4980 gcc_assert (shift < HOST_BITS_PER_DOUBLE_INT);
4981 value = TREE_INT_CST_HIGH (local->val);
4982 shift -= HOST_BITS_PER_WIDE_INT;
4983 }
4984
4985 /* Get the result. This works only when:
4986 1 <= this_time <= HOST_BITS_PER_WIDE_INT. */
4987 local->byte |= (((value >> shift)
4988 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1))
4989 << (BITS_PER_UNIT - this_time - next_bit));
4990 }
4991 else
4992 {
4993 /* On little-endian machines,
4994 take first the least significant bits of the value
4995 and pack them starting at the least significant
4996 bits of the bytes. */
4997 shift = next_offset - byte_relative_ebitpos;
4998
4999 /* Don't try to take a bunch of bits that cross
5000 the word boundary in the INTEGER_CST. We can
5001 only select bits from the LOW or HIGH part
5002 not from both. */
5003 if (shift < HOST_BITS_PER_WIDE_INT
5004 && shift + this_time > HOST_BITS_PER_WIDE_INT)
5005 this_time = (HOST_BITS_PER_WIDE_INT - shift);
5006
5007 /* Now get the bits from the appropriate constant word. */
5008 if (shift < HOST_BITS_PER_WIDE_INT)
5009 value = TREE_INT_CST_LOW (local->val);
5010 else
5011 {
5012 gcc_assert (shift < HOST_BITS_PER_DOUBLE_INT);
5013 value = TREE_INT_CST_HIGH (local->val);
5014 shift -= HOST_BITS_PER_WIDE_INT;
5015 }
5016
5017 /* Get the result. This works only when:
5018 1 <= this_time <= HOST_BITS_PER_WIDE_INT. */
5019 local->byte |= (((value >> shift)
5020 & (((HOST_WIDE_INT) 2 << (this_time - 1)) - 1))
5021 << next_bit);
5022 }
5023
5024 next_offset += this_time;
5025 local->byte_buffer_in_use = true;
5026 }
5027 }
5028
5029 /* Subroutine of output_constant, used for CONSTRUCTORs (aggregate constants).
5030 Generate at least SIZE bytes, padding if necessary. OUTER designates the
5031 caller output state of relevance in recursive invocations. */
5032
5033 static unsigned HOST_WIDE_INT
5034 output_constructor (tree exp, unsigned HOST_WIDE_INT size,
5035 unsigned int align, oc_outer_state * outer)
5036 {
5037 unsigned HOST_WIDE_INT cnt;
5038 constructor_elt *ce;
5039
5040 oc_local_state local;
5041
5042 /* Setup our local state to communicate with helpers. */
5043 local.exp = exp;
5044 local.size = size;
5045 local.align = align;
5046
5047 local.total_bytes = 0;
5048 local.byte_buffer_in_use = outer != NULL;
5049 local.byte = outer ? outer->byte : 0;
5050
5051 local.type = TREE_TYPE (exp);
5052
5053 local.last_relative_index = -1;
5054
5055 local.min_index = NULL_TREE;
5056 if (TREE_CODE (local.type) == ARRAY_TYPE
5057 && TYPE_DOMAIN (local.type) != NULL_TREE)
5058 local.min_index = TYPE_MIN_VALUE (TYPE_DOMAIN (local.type));
5059
5060 gcc_assert (HOST_BITS_PER_WIDE_INT >= BITS_PER_UNIT);
5061
5062 /* As CE goes through the elements of the constant, FIELD goes through the
5063 structure fields if the constant is a structure. If the constant is a
5064 union, we override this by getting the field from the TREE_LIST element.
5065 But the constant could also be an array. Then FIELD is zero.
5066
5067 There is always a maximum of one element in the chain LINK for unions
5068 (even if the initializer in a source program incorrectly contains
5069 more one). */
5070
5071 local.field = NULL_TREE;
5072 if (TREE_CODE (local.type) == RECORD_TYPE)
5073 local.field = TYPE_FIELDS (local.type);
5074
5075 for (cnt = 0;
5076 vec_safe_iterate (CONSTRUCTOR_ELTS (exp), cnt, &ce);
5077 cnt++, local.field = local.field ? DECL_CHAIN (local.field) : 0)
5078 {
5079 local.val = ce->value;
5080 local.index = NULL_TREE;
5081
5082 /* The element in a union constructor specifies the proper field
5083 or index. */
5084 if (RECORD_OR_UNION_TYPE_P (local.type) && ce->index != NULL_TREE)
5085 local.field = ce->index;
5086
5087 else if (TREE_CODE (local.type) == ARRAY_TYPE)
5088 local.index = ce->index;
5089
5090 if (local.field && flag_verbose_asm)
5091 fprintf (asm_out_file, "%s %s:\n",
5092 ASM_COMMENT_START,
5093 DECL_NAME (local.field)
5094 ? IDENTIFIER_POINTER (DECL_NAME (local.field))
5095 : "<anonymous>");
5096
5097 /* Eliminate the marker that makes a cast not be an lvalue. */
5098 if (local.val != NULL_TREE)
5099 STRIP_NOPS (local.val);
5100
5101 /* Output the current element, using the appropriate helper ... */
5102
5103 /* For an array slice not part of an outer bitfield. */
5104 if (!outer
5105 && local.index != NULL_TREE
5106 && TREE_CODE (local.index) == RANGE_EXPR)
5107 output_constructor_array_range (&local);
5108
5109 /* For a field that is neither a true bitfield nor part of an outer one,
5110 known to be at least byte aligned and multiple-of-bytes long. */
5111 else if (!outer
5112 && (local.field == NULL_TREE
5113 || !CONSTRUCTOR_BITFIELD_P (local.field)))
5114 output_constructor_regular_field (&local);
5115
5116 /* For a true bitfield or part of an outer one. Only INTEGER_CSTs are
5117 supported for scalar fields, so we may need to convert first. */
5118 else
5119 {
5120 if (TREE_CODE (local.val) == REAL_CST)
5121 local.val
5122 = fold_unary (VIEW_CONVERT_EXPR,
5123 build_nonstandard_integer_type
5124 (TYPE_PRECISION (TREE_TYPE (local.val)), 0),
5125 local.val);
5126 output_constructor_bitfield (&local, outer);
5127 }
5128 }
5129
5130 /* If we are not at toplevel, save the pending data for our caller.
5131 Otherwise output the pending data and padding zeros as needed. */
5132 if (outer)
5133 outer->byte = local.byte;
5134 else
5135 {
5136 if (local.byte_buffer_in_use)
5137 {
5138 assemble_integer (GEN_INT (local.byte), 1, BITS_PER_UNIT, 1);
5139 local.total_bytes++;
5140 }
5141
5142 if ((unsigned HOST_WIDE_INT)local.total_bytes < local.size)
5143 {
5144 assemble_zeros (local.size - local.total_bytes);
5145 local.total_bytes = local.size;
5146 }
5147 }
5148
5149 return local.total_bytes;
5150 }
5151
5152 /* Mark DECL as weak. */
5153
5154 static void
5155 mark_weak (tree decl)
5156 {
5157 DECL_WEAK (decl) = 1;
5158
5159 if (DECL_RTL_SET_P (decl)
5160 && MEM_P (DECL_RTL (decl))
5161 && XEXP (DECL_RTL (decl), 0)
5162 && GET_CODE (XEXP (DECL_RTL (decl), 0)) == SYMBOL_REF)
5163 SYMBOL_REF_WEAK (XEXP (DECL_RTL (decl), 0)) = 1;
5164 }
5165
5166 /* Merge weak status between NEWDECL and OLDDECL. */
5167
5168 void
5169 merge_weak (tree newdecl, tree olddecl)
5170 {
5171 if (DECL_WEAK (newdecl) == DECL_WEAK (olddecl))
5172 {
5173 if (DECL_WEAK (newdecl) && TARGET_SUPPORTS_WEAK)
5174 {
5175 tree *pwd;
5176 /* We put the NEWDECL on the weak_decls list at some point
5177 and OLDDECL as well. Keep just OLDDECL on the list. */
5178 for (pwd = &weak_decls; *pwd; pwd = &TREE_CHAIN (*pwd))
5179 if (TREE_VALUE (*pwd) == newdecl)
5180 {
5181 *pwd = TREE_CHAIN (*pwd);
5182 break;
5183 }
5184 }
5185 return;
5186 }
5187
5188 if (DECL_WEAK (newdecl))
5189 {
5190 tree wd;
5191
5192 /* NEWDECL is weak, but OLDDECL is not. */
5193
5194 /* If we already output the OLDDECL, we're in trouble; we can't
5195 go back and make it weak. This should never happen in
5196 unit-at-a-time compilation. */
5197 gcc_assert (!TREE_ASM_WRITTEN (olddecl));
5198
5199 /* If we've already generated rtl referencing OLDDECL, we may
5200 have done so in a way that will not function properly with
5201 a weak symbol. Again in unit-at-a-time this should be
5202 impossible. */
5203 gcc_assert (!TREE_USED (olddecl)
5204 || !TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (olddecl)));
5205
5206 if (TARGET_SUPPORTS_WEAK)
5207 {
5208 /* We put the NEWDECL on the weak_decls list at some point.
5209 Replace it with the OLDDECL. */
5210 for (wd = weak_decls; wd; wd = TREE_CHAIN (wd))
5211 if (TREE_VALUE (wd) == newdecl)
5212 {
5213 TREE_VALUE (wd) = olddecl;
5214 break;
5215 }
5216 /* We may not find the entry on the list. If NEWDECL is a
5217 weak alias, then we will have already called
5218 globalize_decl to remove the entry; in that case, we do
5219 not need to do anything. */
5220 }
5221
5222 /* Make the OLDDECL weak; it's OLDDECL that we'll be keeping. */
5223 mark_weak (olddecl);
5224 }
5225 else
5226 /* OLDDECL was weak, but NEWDECL was not explicitly marked as
5227 weak. Just update NEWDECL to indicate that it's weak too. */
5228 mark_weak (newdecl);
5229 }
5230
5231 /* Declare DECL to be a weak symbol. */
5232
5233 void
5234 declare_weak (tree decl)
5235 {
5236 gcc_assert (TREE_CODE (decl) != FUNCTION_DECL || !TREE_ASM_WRITTEN (decl));
5237 if (! TREE_PUBLIC (decl))
5238 error ("weak declaration of %q+D must be public", decl);
5239 else if (!TARGET_SUPPORTS_WEAK)
5240 warning (0, "weak declaration of %q+D not supported", decl);
5241
5242 mark_weak (decl);
5243 if (!lookup_attribute ("weak", DECL_ATTRIBUTES (decl)))
5244 DECL_ATTRIBUTES (decl)
5245 = tree_cons (get_identifier ("weak"), NULL, DECL_ATTRIBUTES (decl));
5246 }
5247
5248 static void
5249 weak_finish_1 (tree decl)
5250 {
5251 #if defined (ASM_WEAKEN_DECL) || defined (ASM_WEAKEN_LABEL)
5252 const char *const name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
5253 #endif
5254
5255 if (! TREE_USED (decl))
5256 return;
5257
5258 #ifdef ASM_WEAKEN_DECL
5259 ASM_WEAKEN_DECL (asm_out_file, decl, name, NULL);
5260 #else
5261 #ifdef ASM_WEAKEN_LABEL
5262 ASM_WEAKEN_LABEL (asm_out_file, name);
5263 #else
5264 #ifdef ASM_OUTPUT_WEAK_ALIAS
5265 {
5266 static bool warn_once = 0;
5267 if (! warn_once)
5268 {
5269 warning (0, "only weak aliases are supported in this configuration");
5270 warn_once = 1;
5271 }
5272 return;
5273 }
5274 #endif
5275 #endif
5276 #endif
5277 }
5278
5279 /* Fiven an assembly name, find the decl it is associated with. */
5280 static tree
5281 find_decl (tree target)
5282 {
5283 symtab_node node = symtab_node_for_asm (target);
5284 if (node)
5285 return node->symbol.decl;
5286 return NULL_TREE;
5287 }
5288
5289 /* This TREE_LIST contains weakref targets. */
5290
5291 static GTY(()) tree weakref_targets;
5292
5293 /* Emit any pending weak declarations. */
5294
5295 void
5296 weak_finish (void)
5297 {
5298 tree t;
5299
5300 for (t = weakref_targets; t; t = TREE_CHAIN (t))
5301 {
5302 tree alias_decl = TREE_PURPOSE (t);
5303 tree target = ultimate_transparent_alias_target (&TREE_VALUE (t));
5304
5305 if (! TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (alias_decl)))
5306 /* Remove alias_decl from the weak list, but leave entries for
5307 the target alone. */
5308 target = NULL_TREE;
5309 #ifndef ASM_OUTPUT_WEAKREF
5310 else if (! TREE_SYMBOL_REFERENCED (target))
5311 {
5312 /* Use ASM_WEAKEN_LABEL only if ASM_WEAKEN_DECL is not
5313 defined, otherwise we and weak_finish_1 would use
5314 different macros. */
5315 # if defined ASM_WEAKEN_LABEL && ! defined ASM_WEAKEN_DECL
5316 ASM_WEAKEN_LABEL (asm_out_file, IDENTIFIER_POINTER (target));
5317 # else
5318 tree decl = find_decl (target);
5319
5320 if (! decl)
5321 {
5322 decl = build_decl (DECL_SOURCE_LOCATION (alias_decl),
5323 TREE_CODE (alias_decl), target,
5324 TREE_TYPE (alias_decl));
5325
5326 DECL_EXTERNAL (decl) = 1;
5327 TREE_PUBLIC (decl) = 1;
5328 DECL_ARTIFICIAL (decl) = 1;
5329 TREE_NOTHROW (decl) = TREE_NOTHROW (alias_decl);
5330 TREE_USED (decl) = 1;
5331 }
5332
5333 weak_finish_1 (decl);
5334 # endif
5335 }
5336 #endif
5337
5338 {
5339 tree *p;
5340 tree t2;
5341
5342 /* Remove the alias and the target from the pending weak list
5343 so that we do not emit any .weak directives for the former,
5344 nor multiple .weak directives for the latter. */
5345 for (p = &weak_decls; (t2 = *p) ; )
5346 {
5347 if (TREE_VALUE (t2) == alias_decl
5348 || target == DECL_ASSEMBLER_NAME (TREE_VALUE (t2)))
5349 *p = TREE_CHAIN (t2);
5350 else
5351 p = &TREE_CHAIN (t2);
5352 }
5353
5354 /* Remove other weakrefs to the same target, to speed things up. */
5355 for (p = &TREE_CHAIN (t); (t2 = *p) ; )
5356 {
5357 if (target == ultimate_transparent_alias_target (&TREE_VALUE (t2)))
5358 *p = TREE_CHAIN (t2);
5359 else
5360 p = &TREE_CHAIN (t2);
5361 }
5362 }
5363 }
5364
5365 for (t = weak_decls; t; t = TREE_CHAIN (t))
5366 {
5367 tree decl = TREE_VALUE (t);
5368
5369 weak_finish_1 (decl);
5370 }
5371 }
5372
5373 /* Emit the assembly bits to indicate that DECL is globally visible. */
5374
5375 static void
5376 globalize_decl (tree decl)
5377 {
5378
5379 #if defined (ASM_WEAKEN_LABEL) || defined (ASM_WEAKEN_DECL)
5380 if (DECL_WEAK (decl))
5381 {
5382 const char *name = XSTR (XEXP (DECL_RTL (decl), 0), 0);
5383 tree *p, t;
5384
5385 #ifdef ASM_WEAKEN_DECL
5386 ASM_WEAKEN_DECL (asm_out_file, decl, name, 0);
5387 #else
5388 ASM_WEAKEN_LABEL (asm_out_file, name);
5389 #endif
5390
5391 /* Remove this function from the pending weak list so that
5392 we do not emit multiple .weak directives for it. */
5393 for (p = &weak_decls; (t = *p) ; )
5394 {
5395 if (DECL_ASSEMBLER_NAME (decl) == DECL_ASSEMBLER_NAME (TREE_VALUE (t)))
5396 *p = TREE_CHAIN (t);
5397 else
5398 p = &TREE_CHAIN (t);
5399 }
5400
5401 /* Remove weakrefs to the same target from the pending weakref
5402 list, for the same reason. */
5403 for (p = &weakref_targets; (t = *p) ; )
5404 {
5405 if (DECL_ASSEMBLER_NAME (decl)
5406 == ultimate_transparent_alias_target (&TREE_VALUE (t)))
5407 *p = TREE_CHAIN (t);
5408 else
5409 p = &TREE_CHAIN (t);
5410 }
5411
5412 return;
5413 }
5414 #endif
5415
5416 targetm.asm_out.globalize_decl_name (asm_out_file, decl);
5417 }
5418
5419 vec<alias_pair, va_gc> *alias_pairs;
5420
5421 /* Output the assembler code for a define (equate) using ASM_OUTPUT_DEF
5422 or ASM_OUTPUT_DEF_FROM_DECLS. The function defines the symbol whose
5423 tree node is DECL to have the value of the tree node TARGET. */
5424
5425 void
5426 do_assemble_alias (tree decl, tree target)
5427 {
5428 /* Emulated TLS had better not get this var. */
5429 gcc_assert(!(!targetm.have_tls
5430 && TREE_CODE (decl) == VAR_DECL
5431 && DECL_THREAD_LOCAL_P (decl)));
5432
5433 if (TREE_ASM_WRITTEN (decl))
5434 return;
5435
5436 /* We must force creation of DECL_RTL for debug info generation, even though
5437 we don't use it here. */
5438 make_decl_rtl (decl);
5439
5440 TREE_ASM_WRITTEN (decl) = 1;
5441 TREE_ASM_WRITTEN (DECL_ASSEMBLER_NAME (decl)) = 1;
5442
5443 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)))
5444 {
5445 ultimate_transparent_alias_target (&target);
5446
5447 if (!TREE_SYMBOL_REFERENCED (target))
5448 weakref_targets = tree_cons (decl, target, weakref_targets);
5449
5450 #ifdef ASM_OUTPUT_WEAKREF
5451 ASM_OUTPUT_WEAKREF (asm_out_file, decl,
5452 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
5453 IDENTIFIER_POINTER (target));
5454 #else
5455 if (!TARGET_SUPPORTS_WEAK)
5456 {
5457 error_at (DECL_SOURCE_LOCATION (decl),
5458 "weakref is not supported in this configuration");
5459 return;
5460 }
5461 #endif
5462 return;
5463 }
5464
5465 #ifdef ASM_OUTPUT_DEF
5466 /* Make name accessible from other files, if appropriate. */
5467
5468 if (TREE_PUBLIC (decl))
5469 {
5470 globalize_decl (decl);
5471 maybe_assemble_visibility (decl);
5472 }
5473 if (lookup_attribute ("ifunc", DECL_ATTRIBUTES (decl)))
5474 {
5475 #if defined (ASM_OUTPUT_TYPE_DIRECTIVE) && HAVE_GNU_INDIRECT_FUNCTION
5476 ASM_OUTPUT_TYPE_DIRECTIVE
5477 (asm_out_file, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
5478 IFUNC_ASM_TYPE);
5479 #else
5480 error_at (DECL_SOURCE_LOCATION (decl),
5481 "ifunc is not supported in this configuration");
5482 #endif
5483 }
5484
5485 # ifdef ASM_OUTPUT_DEF_FROM_DECLS
5486 ASM_OUTPUT_DEF_FROM_DECLS (asm_out_file, decl, target);
5487 # else
5488 ASM_OUTPUT_DEF (asm_out_file,
5489 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
5490 IDENTIFIER_POINTER (target));
5491 # endif
5492 #elif defined (ASM_OUTPUT_WEAK_ALIAS) || defined (ASM_WEAKEN_DECL)
5493 {
5494 const char *name;
5495 tree *p, t;
5496
5497 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
5498 # ifdef ASM_WEAKEN_DECL
5499 ASM_WEAKEN_DECL (asm_out_file, decl, name, IDENTIFIER_POINTER (target));
5500 # else
5501 ASM_OUTPUT_WEAK_ALIAS (asm_out_file, name, IDENTIFIER_POINTER (target));
5502 # endif
5503 /* Remove this function from the pending weak list so that
5504 we do not emit multiple .weak directives for it. */
5505 for (p = &weak_decls; (t = *p) ; )
5506 if (DECL_ASSEMBLER_NAME (decl) == DECL_ASSEMBLER_NAME (TREE_VALUE (t)))
5507 *p = TREE_CHAIN (t);
5508 else
5509 p = &TREE_CHAIN (t);
5510
5511 /* Remove weakrefs to the same target from the pending weakref
5512 list, for the same reason. */
5513 for (p = &weakref_targets; (t = *p) ; )
5514 {
5515 if (DECL_ASSEMBLER_NAME (decl)
5516 == ultimate_transparent_alias_target (&TREE_VALUE (t)))
5517 *p = TREE_CHAIN (t);
5518 else
5519 p = &TREE_CHAIN (t);
5520 }
5521 }
5522 #endif
5523 }
5524
5525 /* Emit an assembler directive to make the symbol for DECL an alias to
5526 the symbol for TARGET. */
5527
5528 void
5529 assemble_alias (tree decl, tree target)
5530 {
5531 tree target_decl;
5532
5533 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)))
5534 {
5535 tree alias = DECL_ASSEMBLER_NAME (decl);
5536
5537 ultimate_transparent_alias_target (&target);
5538
5539 if (alias == target)
5540 error ("weakref %q+D ultimately targets itself", decl);
5541 else
5542 {
5543 #ifndef ASM_OUTPUT_WEAKREF
5544 IDENTIFIER_TRANSPARENT_ALIAS (alias) = 1;
5545 TREE_CHAIN (alias) = target;
5546 #endif
5547 }
5548 if (TREE_PUBLIC (decl))
5549 error ("weakref %q+D must have static linkage", decl);
5550 }
5551 else
5552 {
5553 #if !defined (ASM_OUTPUT_DEF)
5554 # if !defined(ASM_OUTPUT_WEAK_ALIAS) && !defined (ASM_WEAKEN_DECL)
5555 error_at (DECL_SOURCE_LOCATION (decl),
5556 "alias definitions not supported in this configuration");
5557 return;
5558 # else
5559 if (!DECL_WEAK (decl))
5560 {
5561 if (lookup_attribute ("ifunc", DECL_ATTRIBUTES (decl)))
5562 error_at (DECL_SOURCE_LOCATION (decl),
5563 "ifunc is not supported in this configuration");
5564 else
5565 error_at (DECL_SOURCE_LOCATION (decl),
5566 "only weak aliases are supported in this configuration");
5567 return;
5568 }
5569 # endif
5570 #endif
5571 }
5572 TREE_USED (decl) = 1;
5573
5574 /* Allow aliases to aliases. */
5575 if (TREE_CODE (decl) == FUNCTION_DECL)
5576 cgraph_get_create_node (decl)->alias = true;
5577 else
5578 varpool_node_for_decl (decl)->alias = true;
5579
5580 /* If the target has already been emitted, we don't have to queue the
5581 alias. This saves a tad of memory. */
5582 if (cgraph_global_info_ready)
5583 target_decl = find_decl (target);
5584 else
5585 target_decl= NULL;
5586 if ((target_decl && TREE_ASM_WRITTEN (target_decl))
5587 || cgraph_state >= CGRAPH_STATE_EXPANSION)
5588 do_assemble_alias (decl, target);
5589 else
5590 {
5591 alias_pair p = {decl, target};
5592 vec_safe_push (alias_pairs, p);
5593 }
5594 }
5595
5596 /* Record and output a table of translations from original function
5597 to its transaction aware clone. Note that tm_pure functions are
5598 considered to be their own clone. */
5599
5600 static GTY((if_marked ("tree_map_marked_p"), param_is (struct tree_map)))
5601 htab_t tm_clone_hash;
5602
5603 void
5604 record_tm_clone_pair (tree o, tree n)
5605 {
5606 struct tree_map **slot, *h;
5607
5608 if (tm_clone_hash == NULL)
5609 tm_clone_hash = htab_create_ggc (32, tree_map_hash, tree_map_eq, 0);
5610
5611 h = ggc_alloc_tree_map ();
5612 h->hash = htab_hash_pointer (o);
5613 h->base.from = o;
5614 h->to = n;
5615
5616 slot = (struct tree_map **)
5617 htab_find_slot_with_hash (tm_clone_hash, h, h->hash, INSERT);
5618 *slot = h;
5619 }
5620
5621 tree
5622 get_tm_clone_pair (tree o)
5623 {
5624 if (tm_clone_hash)
5625 {
5626 struct tree_map *h, in;
5627
5628 in.base.from = o;
5629 in.hash = htab_hash_pointer (o);
5630 h = (struct tree_map *) htab_find_with_hash (tm_clone_hash,
5631 &in, in.hash);
5632 if (h)
5633 return h->to;
5634 }
5635 return NULL_TREE;
5636 }
5637
5638 typedef struct tm_alias_pair
5639 {
5640 unsigned int uid;
5641 tree from;
5642 tree to;
5643 } tm_alias_pair;
5644
5645
5646 /* Helper function for finish_tm_clone_pairs. Dump a hash table entry
5647 into a VEC in INFO. */
5648
5649 static int
5650 dump_tm_clone_to_vec (void **slot, void *info)
5651 {
5652 struct tree_map *map = (struct tree_map *) *slot;
5653 vec<tm_alias_pair> *tm_alias_pairs = (vec<tm_alias_pair> *) info;
5654 tm_alias_pair p = {DECL_UID (map->base.from), map->base.from, map->to};
5655 tm_alias_pairs->safe_push (p);
5656 return 1;
5657 }
5658
5659 /* Dump the actual pairs to the .tm_clone_table section. */
5660
5661 static void
5662 dump_tm_clone_pairs (vec<tm_alias_pair> tm_alias_pairs)
5663 {
5664 unsigned i;
5665 tm_alias_pair *p;
5666 bool switched = false;
5667
5668 FOR_EACH_VEC_ELT (tm_alias_pairs, i, p)
5669 {
5670 tree src = p->from;
5671 tree dst = p->to;
5672 struct cgraph_node *src_n = cgraph_get_node (src);
5673 struct cgraph_node *dst_n = cgraph_get_node (dst);
5674
5675 /* The function ipa_tm_create_version() marks the clone as needed if
5676 the original function was needed. But we also mark the clone as
5677 needed if we ever called the clone indirectly through
5678 TM_GETTMCLONE. If neither of these are true, we didn't generate
5679 a clone, and we didn't call it indirectly... no sense keeping it
5680 in the clone table. */
5681 if (!dst_n || !dst_n->analyzed)
5682 continue;
5683
5684 /* This covers the case where we have optimized the original
5685 function away, and only access the transactional clone. */
5686 if (!src_n || !src_n->analyzed)
5687 continue;
5688
5689 if (!switched)
5690 {
5691 switch_to_section (targetm.asm_out.tm_clone_table_section ());
5692 assemble_align (POINTER_SIZE);
5693 switched = true;
5694 }
5695
5696 assemble_integer (XEXP (DECL_RTL (src), 0),
5697 POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
5698 assemble_integer (XEXP (DECL_RTL (dst), 0),
5699 POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
5700 }
5701 }
5702
5703 /* Provide a default for the tm_clone_table section. */
5704
5705 section *
5706 default_clone_table_section (void)
5707 {
5708 return get_named_section (NULL, ".tm_clone_table", 3);
5709 }
5710
5711 /* Helper comparison function for qsorting by the DECL_UID stored in
5712 alias_pair->emitted_diags. */
5713
5714 static int
5715 tm_alias_pair_cmp (const void *x, const void *y)
5716 {
5717 const tm_alias_pair *p1 = (const tm_alias_pair *) x;
5718 const tm_alias_pair *p2 = (const tm_alias_pair *) y;
5719 if (p1->uid < p2->uid)
5720 return -1;
5721 if (p1->uid > p2->uid)
5722 return 1;
5723 return 0;
5724 }
5725
5726 void
5727 finish_tm_clone_pairs (void)
5728 {
5729 vec<tm_alias_pair> tm_alias_pairs = vNULL;
5730
5731 if (tm_clone_hash == NULL)
5732 return;
5733
5734 /* We need a determenistic order for the .tm_clone_table, otherwise
5735 we will get bootstrap comparison failures, so dump the hash table
5736 to a vector, sort it, and dump the vector. */
5737
5738 /* Dump the hashtable to a vector. */
5739 htab_traverse_noresize (tm_clone_hash, dump_tm_clone_to_vec,
5740 (void *) &tm_alias_pairs);
5741 /* Sort it. */
5742 tm_alias_pairs.qsort (tm_alias_pair_cmp);
5743
5744 /* Dump it. */
5745 dump_tm_clone_pairs (tm_alias_pairs);
5746
5747 htab_delete (tm_clone_hash);
5748 tm_clone_hash = NULL;
5749 tm_alias_pairs.release ();
5750 }
5751
5752
5753 /* Emit an assembler directive to set symbol for DECL visibility to
5754 the visibility type VIS, which must not be VISIBILITY_DEFAULT. */
5755
5756 void
5757 default_assemble_visibility (tree decl ATTRIBUTE_UNUSED,
5758 int vis ATTRIBUTE_UNUSED)
5759 {
5760 #ifdef HAVE_GAS_HIDDEN
5761 static const char * const visibility_types[] = {
5762 NULL, "protected", "hidden", "internal"
5763 };
5764
5765 const char *name, *type;
5766
5767 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
5768 type = visibility_types[vis];
5769
5770 fprintf (asm_out_file, "\t.%s\t", type);
5771 assemble_name (asm_out_file, name);
5772 fprintf (asm_out_file, "\n");
5773 #else
5774 warning (OPT_Wattributes, "visibility attribute not supported "
5775 "in this configuration; ignored");
5776 #endif
5777 }
5778
5779 /* A helper function to call assemble_visibility when needed for a decl. */
5780
5781 int
5782 maybe_assemble_visibility (tree decl)
5783 {
5784 enum symbol_visibility vis = DECL_VISIBILITY (decl);
5785
5786 if (vis != VISIBILITY_DEFAULT)
5787 {
5788 targetm.asm_out.assemble_visibility (decl, vis);
5789 return 1;
5790 }
5791 else
5792 return 0;
5793 }
5794
5795 /* Returns 1 if the target configuration supports defining public symbols
5796 so that one of them will be chosen at link time instead of generating a
5797 multiply-defined symbol error, whether through the use of weak symbols or
5798 a target-specific mechanism for having duplicates discarded. */
5799
5800 int
5801 supports_one_only (void)
5802 {
5803 if (SUPPORTS_ONE_ONLY)
5804 return 1;
5805 return TARGET_SUPPORTS_WEAK;
5806 }
5807
5808 /* Set up DECL as a public symbol that can be defined in multiple
5809 translation units without generating a linker error. */
5810
5811 void
5812 make_decl_one_only (tree decl, tree comdat_group)
5813 {
5814 gcc_assert (TREE_CODE (decl) == VAR_DECL
5815 || TREE_CODE (decl) == FUNCTION_DECL);
5816
5817 TREE_PUBLIC (decl) = 1;
5818
5819 if (SUPPORTS_ONE_ONLY)
5820 {
5821 #ifdef MAKE_DECL_ONE_ONLY
5822 MAKE_DECL_ONE_ONLY (decl);
5823 #endif
5824 DECL_COMDAT_GROUP (decl) = comdat_group;
5825 }
5826 else if (TREE_CODE (decl) == VAR_DECL
5827 && (DECL_INITIAL (decl) == 0 || DECL_INITIAL (decl) == error_mark_node))
5828 DECL_COMMON (decl) = 1;
5829 else
5830 {
5831 gcc_assert (TARGET_SUPPORTS_WEAK);
5832 DECL_WEAK (decl) = 1;
5833 }
5834 }
5835
5836 void
5837 init_varasm_once (void)
5838 {
5839 section_htab = htab_create_ggc (31, section_entry_hash,
5840 section_entry_eq, NULL);
5841 object_block_htab = htab_create_ggc (31, object_block_entry_hash,
5842 object_block_entry_eq, NULL);
5843 const_desc_htab = htab_create_ggc (1009, const_desc_hash,
5844 const_desc_eq, NULL);
5845
5846 const_alias_set = new_alias_set ();
5847 shared_constant_pool = create_constant_pool ();
5848
5849 #ifdef TEXT_SECTION_ASM_OP
5850 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op,
5851 TEXT_SECTION_ASM_OP);
5852 #endif
5853
5854 #ifdef DATA_SECTION_ASM_OP
5855 data_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op,
5856 DATA_SECTION_ASM_OP);
5857 #endif
5858
5859 #ifdef SDATA_SECTION_ASM_OP
5860 sdata_section = get_unnamed_section (SECTION_WRITE, output_section_asm_op,
5861 SDATA_SECTION_ASM_OP);
5862 #endif
5863
5864 #ifdef READONLY_DATA_SECTION_ASM_OP
5865 readonly_data_section = get_unnamed_section (0, output_section_asm_op,
5866 READONLY_DATA_SECTION_ASM_OP);
5867 #endif
5868
5869 #ifdef CTORS_SECTION_ASM_OP
5870 ctors_section = get_unnamed_section (0, output_section_asm_op,
5871 CTORS_SECTION_ASM_OP);
5872 #endif
5873
5874 #ifdef DTORS_SECTION_ASM_OP
5875 dtors_section = get_unnamed_section (0, output_section_asm_op,
5876 DTORS_SECTION_ASM_OP);
5877 #endif
5878
5879 #ifdef BSS_SECTION_ASM_OP
5880 bss_section = get_unnamed_section (SECTION_WRITE | SECTION_BSS,
5881 output_section_asm_op,
5882 BSS_SECTION_ASM_OP);
5883 #endif
5884
5885 #ifdef SBSS_SECTION_ASM_OP
5886 sbss_section = get_unnamed_section (SECTION_WRITE | SECTION_BSS,
5887 output_section_asm_op,
5888 SBSS_SECTION_ASM_OP);
5889 #endif
5890
5891 tls_comm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS
5892 | SECTION_COMMON, emit_tls_common);
5893 lcomm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS
5894 | SECTION_COMMON, emit_local);
5895 comm_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS
5896 | SECTION_COMMON, emit_common);
5897
5898 #if defined ASM_OUTPUT_ALIGNED_BSS
5899 bss_noswitch_section = get_noswitch_section (SECTION_WRITE | SECTION_BSS,
5900 emit_bss);
5901 #endif
5902
5903 targetm.asm_out.init_sections ();
5904
5905 if (readonly_data_section == NULL)
5906 readonly_data_section = text_section;
5907 }
5908
5909 enum tls_model
5910 decl_default_tls_model (const_tree decl)
5911 {
5912 enum tls_model kind;
5913 bool is_local;
5914
5915 is_local = targetm.binds_local_p (decl);
5916 if (!flag_shlib)
5917 {
5918 if (is_local)
5919 kind = TLS_MODEL_LOCAL_EXEC;
5920 else
5921 kind = TLS_MODEL_INITIAL_EXEC;
5922 }
5923
5924 /* Local dynamic is inefficient when we're not combining the
5925 parts of the address. */
5926 else if (optimize && is_local)
5927 kind = TLS_MODEL_LOCAL_DYNAMIC;
5928 else
5929 kind = TLS_MODEL_GLOBAL_DYNAMIC;
5930 if (kind < flag_tls_default)
5931 kind = flag_tls_default;
5932
5933 return kind;
5934 }
5935
5936 /* Select a set of attributes for section NAME based on the properties
5937 of DECL and whether or not RELOC indicates that DECL's initializer
5938 might contain runtime relocations.
5939
5940 We make the section read-only and executable for a function decl,
5941 read-only for a const data decl, and writable for a non-const data decl. */
5942
5943 unsigned int
5944 default_section_type_flags (tree decl, const char *name, int reloc)
5945 {
5946 unsigned int flags;
5947
5948 if (decl && TREE_CODE (decl) == FUNCTION_DECL)
5949 flags = SECTION_CODE;
5950 else if (decl)
5951 {
5952 enum section_category category
5953 = categorize_decl_for_section (decl, reloc);
5954 if (decl_readonly_section_1 (category))
5955 flags = 0;
5956 else if (category == SECCAT_DATA_REL_RO
5957 || category == SECCAT_DATA_REL_RO_LOCAL)
5958 flags = SECTION_WRITE | SECTION_RELRO;
5959 else
5960 flags = SECTION_WRITE;
5961 }
5962 else
5963 {
5964 flags = SECTION_WRITE;
5965 if (strcmp (name, ".data.rel.ro") == 0
5966 || strcmp (name, ".data.rel.ro.local") == 0)
5967 flags |= SECTION_RELRO;
5968 }
5969
5970 if (decl && DECL_ONE_ONLY (decl))
5971 flags |= SECTION_LINKONCE;
5972
5973 if (decl && TREE_CODE (decl) == VAR_DECL && DECL_THREAD_LOCAL_P (decl))
5974 flags |= SECTION_TLS | SECTION_WRITE;
5975
5976 if (strcmp (name, ".bss") == 0
5977 || strncmp (name, ".bss.", 5) == 0
5978 || strncmp (name, ".gnu.linkonce.b.", 16) == 0
5979 || strcmp (name, ".sbss") == 0
5980 || strncmp (name, ".sbss.", 6) == 0
5981 || strncmp (name, ".gnu.linkonce.sb.", 17) == 0)
5982 flags |= SECTION_BSS;
5983
5984 if (strcmp (name, ".tdata") == 0
5985 || strncmp (name, ".tdata.", 7) == 0
5986 || strncmp (name, ".gnu.linkonce.td.", 17) == 0)
5987 flags |= SECTION_TLS;
5988
5989 if (strcmp (name, ".tbss") == 0
5990 || strncmp (name, ".tbss.", 6) == 0
5991 || strncmp (name, ".gnu.linkonce.tb.", 17) == 0)
5992 flags |= SECTION_TLS | SECTION_BSS;
5993
5994 /* These three sections have special ELF types. They are neither
5995 SHT_PROGBITS nor SHT_NOBITS, so when changing sections we don't
5996 want to print a section type (@progbits or @nobits). If someone
5997 is silly enough to emit code or TLS variables to one of these
5998 sections, then don't handle them specially. */
5999 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS))
6000 && (strcmp (name, ".init_array") == 0
6001 || strcmp (name, ".fini_array") == 0
6002 || strcmp (name, ".preinit_array") == 0))
6003 flags |= SECTION_NOTYPE;
6004
6005 return flags;
6006 }
6007
6008 /* Return true if the target supports some form of global BSS,
6009 either through bss_noswitch_section, or by selecting a BSS
6010 section in TARGET_ASM_SELECT_SECTION. */
6011
6012 bool
6013 have_global_bss_p (void)
6014 {
6015 return bss_noswitch_section || targetm.have_switchable_bss_sections;
6016 }
6017
6018 /* Output assembly to switch to section NAME with attribute FLAGS.
6019 Four variants for common object file formats. */
6020
6021 void
6022 default_no_named_section (const char *name ATTRIBUTE_UNUSED,
6023 unsigned int flags ATTRIBUTE_UNUSED,
6024 tree decl ATTRIBUTE_UNUSED)
6025 {
6026 /* Some object formats don't support named sections at all. The
6027 front-end should already have flagged this as an error. */
6028 gcc_unreachable ();
6029 }
6030
6031 #ifndef TLS_SECTION_ASM_FLAG
6032 #define TLS_SECTION_ASM_FLAG 'T'
6033 #endif
6034
6035 void
6036 default_elf_asm_named_section (const char *name, unsigned int flags,
6037 tree decl ATTRIBUTE_UNUSED)
6038 {
6039 char flagchars[10], *f = flagchars;
6040
6041 /* If we have already declared this section, we can use an
6042 abbreviated form to switch back to it -- unless this section is
6043 part of a COMDAT groups, in which case GAS requires the full
6044 declaration every time. */
6045 if (!(HAVE_COMDAT_GROUP && (flags & SECTION_LINKONCE))
6046 && (flags & SECTION_DECLARED))
6047 {
6048 fprintf (asm_out_file, "\t.section\t%s\n", name);
6049 return;
6050 }
6051
6052 if (!(flags & SECTION_DEBUG))
6053 *f++ = 'a';
6054 if (flags & SECTION_EXCLUDE)
6055 *f++ = 'e';
6056 if (flags & SECTION_WRITE)
6057 *f++ = 'w';
6058 if (flags & SECTION_CODE)
6059 *f++ = 'x';
6060 if (flags & SECTION_SMALL)
6061 *f++ = 's';
6062 if (flags & SECTION_MERGE)
6063 *f++ = 'M';
6064 if (flags & SECTION_STRINGS)
6065 *f++ = 'S';
6066 if (flags & SECTION_TLS)
6067 *f++ = TLS_SECTION_ASM_FLAG;
6068 if (HAVE_COMDAT_GROUP && (flags & SECTION_LINKONCE))
6069 *f++ = 'G';
6070 *f = '\0';
6071
6072 fprintf (asm_out_file, "\t.section\t%s,\"%s\"", name, flagchars);
6073
6074 if (!(flags & SECTION_NOTYPE))
6075 {
6076 const char *type;
6077 const char *format;
6078
6079 if (flags & SECTION_BSS)
6080 type = "nobits";
6081 else
6082 type = "progbits";
6083
6084 format = ",@%s";
6085 /* On platforms that use "@" as the assembly comment character,
6086 use "%" instead. */
6087 if (strcmp (ASM_COMMENT_START, "@") == 0)
6088 format = ",%%%s";
6089 fprintf (asm_out_file, format, type);
6090
6091 if (flags & SECTION_ENTSIZE)
6092 fprintf (asm_out_file, ",%d", flags & SECTION_ENTSIZE);
6093 if (HAVE_COMDAT_GROUP && (flags & SECTION_LINKONCE))
6094 {
6095 if (TREE_CODE (decl) == IDENTIFIER_NODE)
6096 fprintf (asm_out_file, ",%s,comdat", IDENTIFIER_POINTER (decl));
6097 else
6098 fprintf (asm_out_file, ",%s,comdat",
6099 IDENTIFIER_POINTER (DECL_COMDAT_GROUP (decl)));
6100 }
6101 }
6102
6103 putc ('\n', asm_out_file);
6104 }
6105
6106 void
6107 default_coff_asm_named_section (const char *name, unsigned int flags,
6108 tree decl ATTRIBUTE_UNUSED)
6109 {
6110 char flagchars[8], *f = flagchars;
6111
6112 if (flags & SECTION_WRITE)
6113 *f++ = 'w';
6114 if (flags & SECTION_CODE)
6115 *f++ = 'x';
6116 *f = '\0';
6117
6118 fprintf (asm_out_file, "\t.section\t%s,\"%s\"\n", name, flagchars);
6119 }
6120
6121 void
6122 default_pe_asm_named_section (const char *name, unsigned int flags,
6123 tree decl)
6124 {
6125 default_coff_asm_named_section (name, flags, decl);
6126
6127 if (flags & SECTION_LINKONCE)
6128 {
6129 /* Functions may have been compiled at various levels of
6130 optimization so we can't use `same_size' here.
6131 Instead, have the linker pick one. */
6132 fprintf (asm_out_file, "\t.linkonce %s\n",
6133 (flags & SECTION_CODE ? "discard" : "same_size"));
6134 }
6135 }
6136 \f
6137 /* The lame default section selector. */
6138
6139 section *
6140 default_select_section (tree decl, int reloc,
6141 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED)
6142 {
6143 if (DECL_P (decl))
6144 {
6145 if (decl_readonly_section (decl, reloc))
6146 return readonly_data_section;
6147 }
6148 else if (TREE_CODE (decl) == CONSTRUCTOR)
6149 {
6150 if (! ((flag_pic && reloc)
6151 || !TREE_READONLY (decl)
6152 || TREE_SIDE_EFFECTS (decl)
6153 || !TREE_CONSTANT (decl)))
6154 return readonly_data_section;
6155 }
6156 else if (TREE_CODE (decl) == STRING_CST)
6157 return readonly_data_section;
6158 else if (! (flag_pic && reloc))
6159 return readonly_data_section;
6160
6161 return data_section;
6162 }
6163
6164 enum section_category
6165 categorize_decl_for_section (const_tree decl, int reloc)
6166 {
6167 enum section_category ret;
6168
6169 if (TREE_CODE (decl) == FUNCTION_DECL)
6170 return SECCAT_TEXT;
6171 else if (TREE_CODE (decl) == STRING_CST)
6172 {
6173 if (flag_mudflap
6174 || (flag_asan && asan_protect_global (CONST_CAST_TREE (decl))))
6175 /* or !flag_merge_constants */
6176 return SECCAT_RODATA;
6177 else
6178 return SECCAT_RODATA_MERGE_STR;
6179 }
6180 else if (TREE_CODE (decl) == VAR_DECL)
6181 {
6182 if (bss_initializer_p (decl))
6183 ret = SECCAT_BSS;
6184 else if (! TREE_READONLY (decl)
6185 || TREE_SIDE_EFFECTS (decl)
6186 || ! TREE_CONSTANT (DECL_INITIAL (decl)))
6187 {
6188 /* Here the reloc_rw_mask is not testing whether the section should
6189 be read-only or not, but whether the dynamic link will have to
6190 do something. If so, we wish to segregate the data in order to
6191 minimize cache misses inside the dynamic linker. */
6192 if (reloc & targetm.asm_out.reloc_rw_mask ())
6193 ret = reloc == 1 ? SECCAT_DATA_REL_LOCAL : SECCAT_DATA_REL;
6194 else
6195 ret = SECCAT_DATA;
6196 }
6197 else if (reloc & targetm.asm_out.reloc_rw_mask ())
6198 ret = reloc == 1 ? SECCAT_DATA_REL_RO_LOCAL : SECCAT_DATA_REL_RO;
6199 else if (reloc || flag_merge_constants < 2 || flag_mudflap
6200 || (flag_asan && asan_protect_global (CONST_CAST_TREE (decl))))
6201 /* C and C++ don't allow different variables to share the same
6202 location. -fmerge-all-constants allows even that (at the
6203 expense of not conforming). */
6204 ret = SECCAT_RODATA;
6205 else if (TREE_CODE (DECL_INITIAL (decl)) == STRING_CST)
6206 ret = SECCAT_RODATA_MERGE_STR_INIT;
6207 else
6208 ret = SECCAT_RODATA_MERGE_CONST;
6209 }
6210 else if (TREE_CODE (decl) == CONSTRUCTOR)
6211 {
6212 if ((reloc & targetm.asm_out.reloc_rw_mask ())
6213 || TREE_SIDE_EFFECTS (decl)
6214 || ! TREE_CONSTANT (decl))
6215 ret = SECCAT_DATA;
6216 else
6217 ret = SECCAT_RODATA;
6218 }
6219 else
6220 ret = SECCAT_RODATA;
6221
6222 /* There are no read-only thread-local sections. */
6223 if (TREE_CODE (decl) == VAR_DECL && DECL_THREAD_LOCAL_P (decl))
6224 {
6225 /* Note that this would be *just* SECCAT_BSS, except that there's
6226 no concept of a read-only thread-local-data section. */
6227 if (ret == SECCAT_BSS
6228 || (flag_zero_initialized_in_bss
6229 && initializer_zerop (DECL_INITIAL (decl))))
6230 ret = SECCAT_TBSS;
6231 else
6232 ret = SECCAT_TDATA;
6233 }
6234
6235 /* If the target uses small data sections, select it. */
6236 else if (targetm.in_small_data_p (decl))
6237 {
6238 if (ret == SECCAT_BSS)
6239 ret = SECCAT_SBSS;
6240 else if (targetm.have_srodata_section && ret == SECCAT_RODATA)
6241 ret = SECCAT_SRODATA;
6242 else
6243 ret = SECCAT_SDATA;
6244 }
6245
6246 return ret;
6247 }
6248
6249 static bool
6250 decl_readonly_section_1 (enum section_category category)
6251 {
6252 switch (category)
6253 {
6254 case SECCAT_RODATA:
6255 case SECCAT_RODATA_MERGE_STR:
6256 case SECCAT_RODATA_MERGE_STR_INIT:
6257 case SECCAT_RODATA_MERGE_CONST:
6258 case SECCAT_SRODATA:
6259 return true;
6260 default:
6261 return false;
6262 }
6263 }
6264
6265 bool
6266 decl_readonly_section (const_tree decl, int reloc)
6267 {
6268 return decl_readonly_section_1 (categorize_decl_for_section (decl, reloc));
6269 }
6270
6271 /* Select a section based on the above categorization. */
6272
6273 section *
6274 default_elf_select_section (tree decl, int reloc,
6275 unsigned HOST_WIDE_INT align)
6276 {
6277 const char *sname;
6278 switch (categorize_decl_for_section (decl, reloc))
6279 {
6280 case SECCAT_TEXT:
6281 /* We're not supposed to be called on FUNCTION_DECLs. */
6282 gcc_unreachable ();
6283 case SECCAT_RODATA:
6284 return readonly_data_section;
6285 case SECCAT_RODATA_MERGE_STR:
6286 return mergeable_string_section (decl, align, 0);
6287 case SECCAT_RODATA_MERGE_STR_INIT:
6288 return mergeable_string_section (DECL_INITIAL (decl), align, 0);
6289 case SECCAT_RODATA_MERGE_CONST:
6290 return mergeable_constant_section (DECL_MODE (decl), align, 0);
6291 case SECCAT_SRODATA:
6292 sname = ".sdata2";
6293 break;
6294 case SECCAT_DATA:
6295 return data_section;
6296 case SECCAT_DATA_REL:
6297 sname = ".data.rel";
6298 break;
6299 case SECCAT_DATA_REL_LOCAL:
6300 sname = ".data.rel.local";
6301 break;
6302 case SECCAT_DATA_REL_RO:
6303 sname = ".data.rel.ro";
6304 break;
6305 case SECCAT_DATA_REL_RO_LOCAL:
6306 sname = ".data.rel.ro.local";
6307 break;
6308 case SECCAT_SDATA:
6309 sname = ".sdata";
6310 break;
6311 case SECCAT_TDATA:
6312 sname = ".tdata";
6313 break;
6314 case SECCAT_BSS:
6315 if (bss_section)
6316 return bss_section;
6317 sname = ".bss";
6318 break;
6319 case SECCAT_SBSS:
6320 sname = ".sbss";
6321 break;
6322 case SECCAT_TBSS:
6323 sname = ".tbss";
6324 break;
6325 default:
6326 gcc_unreachable ();
6327 }
6328
6329 if (!DECL_P (decl))
6330 decl = NULL_TREE;
6331 return get_named_section (decl, sname, reloc);
6332 }
6333
6334 /* Construct a unique section name based on the decl name and the
6335 categorization performed above. */
6336
6337 void
6338 default_unique_section (tree decl, int reloc)
6339 {
6340 /* We only need to use .gnu.linkonce if we don't have COMDAT groups. */
6341 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP;
6342 const char *prefix, *name, *linkonce;
6343 char *string;
6344
6345 switch (categorize_decl_for_section (decl, reloc))
6346 {
6347 case SECCAT_TEXT:
6348 prefix = one_only ? ".t" : ".text";
6349 break;
6350 case SECCAT_RODATA:
6351 case SECCAT_RODATA_MERGE_STR:
6352 case SECCAT_RODATA_MERGE_STR_INIT:
6353 case SECCAT_RODATA_MERGE_CONST:
6354 prefix = one_only ? ".r" : ".rodata";
6355 break;
6356 case SECCAT_SRODATA:
6357 prefix = one_only ? ".s2" : ".sdata2";
6358 break;
6359 case SECCAT_DATA:
6360 prefix = one_only ? ".d" : ".data";
6361 break;
6362 case SECCAT_DATA_REL:
6363 prefix = one_only ? ".d.rel" : ".data.rel";
6364 break;
6365 case SECCAT_DATA_REL_LOCAL:
6366 prefix = one_only ? ".d.rel.local" : ".data.rel.local";
6367 break;
6368 case SECCAT_DATA_REL_RO:
6369 prefix = one_only ? ".d.rel.ro" : ".data.rel.ro";
6370 break;
6371 case SECCAT_DATA_REL_RO_LOCAL:
6372 prefix = one_only ? ".d.rel.ro.local" : ".data.rel.ro.local";
6373 break;
6374 case SECCAT_SDATA:
6375 prefix = one_only ? ".s" : ".sdata";
6376 break;
6377 case SECCAT_BSS:
6378 prefix = one_only ? ".b" : ".bss";
6379 break;
6380 case SECCAT_SBSS:
6381 prefix = one_only ? ".sb" : ".sbss";
6382 break;
6383 case SECCAT_TDATA:
6384 prefix = one_only ? ".td" : ".tdata";
6385 break;
6386 case SECCAT_TBSS:
6387 prefix = one_only ? ".tb" : ".tbss";
6388 break;
6389 default:
6390 gcc_unreachable ();
6391 }
6392
6393 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
6394 name = targetm.strip_name_encoding (name);
6395
6396 /* If we're using one_only, then there needs to be a .gnu.linkonce
6397 prefix to the section name. */
6398 linkonce = one_only ? ".gnu.linkonce" : "";
6399
6400 string = ACONCAT ((linkonce, prefix, ".", name, NULL));
6401
6402 DECL_SECTION_NAME (decl) = build_string (strlen (string), string);
6403 }
6404
6405 /* Like compute_reloc_for_constant, except for an RTX. The return value
6406 is a mask for which bit 1 indicates a global relocation, and bit 0
6407 indicates a local relocation. */
6408
6409 static int
6410 compute_reloc_for_rtx_1 (rtx *xp, void *data)
6411 {
6412 int *preloc = (int *) data;
6413 rtx x = *xp;
6414
6415 switch (GET_CODE (x))
6416 {
6417 case SYMBOL_REF:
6418 *preloc |= SYMBOL_REF_LOCAL_P (x) ? 1 : 2;
6419 break;
6420 case LABEL_REF:
6421 *preloc |= 1;
6422 break;
6423 default:
6424 break;
6425 }
6426
6427 return 0;
6428 }
6429
6430 static int
6431 compute_reloc_for_rtx (rtx x)
6432 {
6433 int reloc;
6434
6435 switch (GET_CODE (x))
6436 {
6437 case CONST:
6438 case SYMBOL_REF:
6439 case LABEL_REF:
6440 reloc = 0;
6441 for_each_rtx (&x, compute_reloc_for_rtx_1, &reloc);
6442 return reloc;
6443
6444 default:
6445 return 0;
6446 }
6447 }
6448
6449 section *
6450 default_select_rtx_section (enum machine_mode mode ATTRIBUTE_UNUSED,
6451 rtx x,
6452 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED)
6453 {
6454 if (compute_reloc_for_rtx (x) & targetm.asm_out.reloc_rw_mask ())
6455 return data_section;
6456 else
6457 return readonly_data_section;
6458 }
6459
6460 section *
6461 default_elf_select_rtx_section (enum machine_mode mode, rtx x,
6462 unsigned HOST_WIDE_INT align)
6463 {
6464 int reloc = compute_reloc_for_rtx (x);
6465
6466 /* ??? Handle small data here somehow. */
6467
6468 if (reloc & targetm.asm_out.reloc_rw_mask ())
6469 {
6470 if (reloc == 1)
6471 return get_named_section (NULL, ".data.rel.ro.local", 1);
6472 else
6473 return get_named_section (NULL, ".data.rel.ro", 3);
6474 }
6475
6476 return mergeable_constant_section (mode, align, 0);
6477 }
6478
6479 /* Set the generally applicable flags on the SYMBOL_REF for EXP. */
6480
6481 void
6482 default_encode_section_info (tree decl, rtx rtl, int first ATTRIBUTE_UNUSED)
6483 {
6484 rtx symbol;
6485 int flags;
6486
6487 /* Careful not to prod global register variables. */
6488 if (!MEM_P (rtl))
6489 return;
6490 symbol = XEXP (rtl, 0);
6491 if (GET_CODE (symbol) != SYMBOL_REF)
6492 return;
6493
6494 flags = SYMBOL_REF_FLAGS (symbol) & SYMBOL_FLAG_HAS_BLOCK_INFO;
6495 if (TREE_CODE (decl) == FUNCTION_DECL)
6496 flags |= SYMBOL_FLAG_FUNCTION;
6497 if (targetm.binds_local_p (decl))
6498 flags |= SYMBOL_FLAG_LOCAL;
6499 if (TREE_CODE (decl) == VAR_DECL && DECL_THREAD_LOCAL_P (decl))
6500 flags |= DECL_TLS_MODEL (decl) << SYMBOL_FLAG_TLS_SHIFT;
6501 else if (targetm.in_small_data_p (decl))
6502 flags |= SYMBOL_FLAG_SMALL;
6503 /* ??? Why is DECL_EXTERNAL ever set for non-PUBLIC names? Without
6504 being PUBLIC, the thing *must* be defined in this translation unit.
6505 Prevent this buglet from being propagated into rtl code as well. */
6506 if (DECL_P (decl) && DECL_EXTERNAL (decl) && TREE_PUBLIC (decl))
6507 flags |= SYMBOL_FLAG_EXTERNAL;
6508
6509 SYMBOL_REF_FLAGS (symbol) = flags;
6510 }
6511
6512 /* By default, we do nothing for encode_section_info, so we need not
6513 do anything but discard the '*' marker. */
6514
6515 const char *
6516 default_strip_name_encoding (const char *str)
6517 {
6518 return str + (*str == '*');
6519 }
6520
6521 #ifdef ASM_OUTPUT_DEF
6522 /* The default implementation of TARGET_ASM_OUTPUT_ANCHOR. Define the
6523 anchor relative to ".", the current section position. */
6524
6525 void
6526 default_asm_output_anchor (rtx symbol)
6527 {
6528 char buffer[100];
6529
6530 sprintf (buffer, "*. + " HOST_WIDE_INT_PRINT_DEC,
6531 SYMBOL_REF_BLOCK_OFFSET (symbol));
6532 ASM_OUTPUT_DEF (asm_out_file, XSTR (symbol, 0), buffer);
6533 }
6534 #endif
6535
6536 /* The default implementation of TARGET_USE_ANCHORS_FOR_SYMBOL_P. */
6537
6538 bool
6539 default_use_anchors_for_symbol_p (const_rtx symbol)
6540 {
6541 section *sect;
6542 tree decl;
6543
6544 /* Don't use anchors for mergeable sections. The linker might move
6545 the objects around. */
6546 sect = SYMBOL_REF_BLOCK (symbol)->sect;
6547 if (sect->common.flags & SECTION_MERGE)
6548 return false;
6549
6550 /* Don't use anchors for small data sections. The small data register
6551 acts as an anchor for such sections. */
6552 if (sect->common.flags & SECTION_SMALL)
6553 return false;
6554
6555 decl = SYMBOL_REF_DECL (symbol);
6556 if (decl && DECL_P (decl))
6557 {
6558 /* Don't use section anchors for decls that might be defined by
6559 other modules. */
6560 if (!targetm.binds_local_p (decl))
6561 return false;
6562
6563 /* Don't use section anchors for decls that will be placed in a
6564 small data section. */
6565 /* ??? Ideally, this check would be redundant with the SECTION_SMALL
6566 one above. The problem is that we only use SECTION_SMALL for
6567 sections that should be marked as small in the section directive. */
6568 if (targetm.in_small_data_p (decl))
6569 return false;
6570 }
6571 return true;
6572 }
6573
6574 /* Return true when RESOLUTION indicate that symbol will be bound to the
6575 definition provided by current .o file. */
6576
6577 static bool
6578 resolution_to_local_definition_p (enum ld_plugin_symbol_resolution resolution)
6579 {
6580 return (resolution == LDPR_PREVAILING_DEF
6581 || resolution == LDPR_PREVAILING_DEF_IRONLY_EXP
6582 || resolution == LDPR_PREVAILING_DEF_IRONLY);
6583 }
6584
6585 /* Return true when RESOLUTION indicate that symbol will be bound locally
6586 within current executable or DSO. */
6587
6588 static bool
6589 resolution_local_p (enum ld_plugin_symbol_resolution resolution)
6590 {
6591 return (resolution == LDPR_PREVAILING_DEF
6592 || resolution == LDPR_PREVAILING_DEF_IRONLY
6593 || resolution == LDPR_PREVAILING_DEF_IRONLY_EXP
6594 || resolution == LDPR_PREEMPTED_REG
6595 || resolution == LDPR_PREEMPTED_IR
6596 || resolution == LDPR_RESOLVED_IR
6597 || resolution == LDPR_RESOLVED_EXEC);
6598 }
6599
6600 /* Assume ELF-ish defaults, since that's pretty much the most liberal
6601 wrt cross-module name binding. */
6602
6603 bool
6604 default_binds_local_p (const_tree exp)
6605 {
6606 return default_binds_local_p_1 (exp, flag_shlib);
6607 }
6608
6609 bool
6610 default_binds_local_p_1 (const_tree exp, int shlib)
6611 {
6612 bool local_p;
6613 bool resolved_locally = false;
6614 bool resolved_to_local_def = false;
6615
6616 /* With resolution file in hands, take look into resolutions.
6617 We can't just return true for resolved_locally symbols,
6618 because dynamic linking might overwrite symbols
6619 in shared libraries. */
6620 if (TREE_CODE (exp) == VAR_DECL && TREE_PUBLIC (exp)
6621 && (TREE_STATIC (exp) || DECL_EXTERNAL (exp)))
6622 {
6623 struct varpool_node *vnode = varpool_get_node (exp);
6624 if (vnode && resolution_local_p (vnode->symbol.resolution))
6625 resolved_locally = true;
6626 if (vnode
6627 && resolution_to_local_definition_p (vnode->symbol.resolution))
6628 resolved_to_local_def = true;
6629 }
6630 else if (TREE_CODE (exp) == FUNCTION_DECL && TREE_PUBLIC (exp))
6631 {
6632 struct cgraph_node *node = cgraph_get_node (exp);
6633 if (node
6634 && resolution_local_p (node->symbol.resolution))
6635 resolved_locally = true;
6636 if (node
6637 && resolution_to_local_definition_p (node->symbol.resolution))
6638 resolved_to_local_def = true;
6639 }
6640
6641 /* A non-decl is an entry in the constant pool. */
6642 if (!DECL_P (exp))
6643 local_p = true;
6644 /* Weakrefs may not bind locally, even though the weakref itself is always
6645 static and therefore local. Similarly, the resolver for ifunc functions
6646 might resolve to a non-local function.
6647 FIXME: We can resolve the weakref case more curefuly by looking at the
6648 weakref alias. */
6649 else if (lookup_attribute ("weakref", DECL_ATTRIBUTES (exp))
6650 || (TREE_CODE (exp) == FUNCTION_DECL
6651 && lookup_attribute ("ifunc", DECL_ATTRIBUTES (exp))))
6652 local_p = false;
6653 /* Static variables are always local. */
6654 else if (! TREE_PUBLIC (exp))
6655 local_p = true;
6656 /* A variable is local if the user has said explicitly that it will
6657 be. */
6658 else if ((DECL_VISIBILITY_SPECIFIED (exp)
6659 || resolved_to_local_def)
6660 && DECL_VISIBILITY (exp) != VISIBILITY_DEFAULT)
6661 local_p = true;
6662 /* Variables defined outside this object might not be local. */
6663 else if (DECL_EXTERNAL (exp) && !resolved_locally)
6664 local_p = false;
6665 /* If defined in this object and visibility is not default, must be
6666 local. */
6667 else if (DECL_VISIBILITY (exp) != VISIBILITY_DEFAULT)
6668 local_p = true;
6669 /* Default visibility weak data can be overridden by a strong symbol
6670 in another module and so are not local. */
6671 else if (DECL_WEAK (exp)
6672 && !resolved_locally)
6673 local_p = false;
6674 /* If PIC, then assume that any global name can be overridden by
6675 symbols resolved from other modules. */
6676 else if (shlib)
6677 local_p = false;
6678 /* Uninitialized COMMON variable may be unified with symbols
6679 resolved from other modules. */
6680 else if (DECL_COMMON (exp)
6681 && !resolved_locally
6682 && (DECL_INITIAL (exp) == NULL
6683 || DECL_INITIAL (exp) == error_mark_node))
6684 local_p = false;
6685 /* Otherwise we're left with initialized (or non-common) global data
6686 which is of necessity defined locally. */
6687 else
6688 local_p = true;
6689
6690 return local_p;
6691 }
6692
6693 /* Return true when references to DECL must bind to current definition in
6694 final executable.
6695
6696 The condition is usually equivalent to whether the function binds to the
6697 current module (shared library or executable), that is to binds_local_p.
6698 We use this fact to avoid need for another target hook and implement
6699 the logic using binds_local_p and just special cases where
6700 decl_binds_to_current_def_p is stronger than binds_local_p. In particular
6701 the weak definitions (that can be overwritten at linktime by other
6702 definition from different object file) and when resolution info is available
6703 we simply use the knowledge passed to us by linker plugin. */
6704 bool
6705 decl_binds_to_current_def_p (tree decl)
6706 {
6707 gcc_assert (DECL_P (decl));
6708 if (!TREE_PUBLIC (decl))
6709 return true;
6710 if (!targetm.binds_local_p (decl))
6711 return false;
6712 /* When resolution is available, just use it. */
6713 if (TREE_CODE (decl) == VAR_DECL
6714 && (TREE_STATIC (decl) || DECL_EXTERNAL (decl)))
6715 {
6716 struct varpool_node *vnode = varpool_get_node (decl);
6717 if (vnode
6718 && vnode->symbol.resolution != LDPR_UNKNOWN)
6719 return resolution_to_local_definition_p (vnode->symbol.resolution);
6720 }
6721 else if (TREE_CODE (decl) == FUNCTION_DECL)
6722 {
6723 struct cgraph_node *node = cgraph_get_node (decl);
6724 if (node
6725 && node->symbol.resolution != LDPR_UNKNOWN)
6726 return resolution_to_local_definition_p (node->symbol.resolution);
6727 }
6728 /* Otherwise we have to assume the worst for DECL_WEAK (hidden weaks
6729 binds locally but still can be overwritten).
6730 This rely on fact that binds_local_p behave as decl_replaceable_p
6731 for all other declaration types. */
6732 return !DECL_WEAK (decl);
6733 }
6734
6735 /* A replaceable function or variable is one which may be replaced
6736 at link-time with an entirely different definition, provided that the
6737 replacement has the same type. For example, functions declared
6738 with __attribute__((weak)) on most systems are replaceable.
6739
6740 COMDAT functions are not replaceable, since all definitions of the
6741 function must be equivalent. It is important that COMDAT functions
6742 not be treated as replaceable so that use of C++ template
6743 instantiations is not penalized. */
6744
6745 bool
6746 decl_replaceable_p (tree decl)
6747 {
6748 gcc_assert (DECL_P (decl));
6749 if (!TREE_PUBLIC (decl) || DECL_COMDAT (decl))
6750 return false;
6751 return !decl_binds_to_current_def_p (decl);
6752 }
6753
6754 /* Default function to output code that will globalize a label. A
6755 target must define GLOBAL_ASM_OP or provide its own function to
6756 globalize a label. */
6757 #ifdef GLOBAL_ASM_OP
6758 void
6759 default_globalize_label (FILE * stream, const char *name)
6760 {
6761 fputs (GLOBAL_ASM_OP, stream);
6762 assemble_name (stream, name);
6763 putc ('\n', stream);
6764 }
6765 #endif /* GLOBAL_ASM_OP */
6766
6767 /* Default function to output code that will globalize a declaration. */
6768 void
6769 default_globalize_decl_name (FILE * stream, tree decl)
6770 {
6771 const char *name = XSTR (XEXP (DECL_RTL (decl), 0), 0);
6772 targetm.asm_out.globalize_label (stream, name);
6773 }
6774
6775 /* Default function to output a label for unwind information. The
6776 default is to do nothing. A target that needs nonlocal labels for
6777 unwind information must provide its own function to do this. */
6778 void
6779 default_emit_unwind_label (FILE * stream ATTRIBUTE_UNUSED,
6780 tree decl ATTRIBUTE_UNUSED,
6781 int for_eh ATTRIBUTE_UNUSED,
6782 int empty ATTRIBUTE_UNUSED)
6783 {
6784 }
6785
6786 /* Default function to output a label to divide up the exception table.
6787 The default is to do nothing. A target that needs/wants to divide
6788 up the table must provide it's own function to do this. */
6789 void
6790 default_emit_except_table_label (FILE * stream ATTRIBUTE_UNUSED)
6791 {
6792 }
6793
6794 /* This is how to output an internal numbered label where PREFIX is
6795 the class of label and LABELNO is the number within the class. */
6796
6797 void
6798 default_generate_internal_label (char *buf, const char *prefix,
6799 unsigned long labelno)
6800 {
6801 ASM_GENERATE_INTERNAL_LABEL (buf, prefix, labelno);
6802 }
6803
6804 /* This is how to output an internal numbered label where PREFIX is
6805 the class of label and LABELNO is the number within the class. */
6806
6807 void
6808 default_internal_label (FILE *stream, const char *prefix,
6809 unsigned long labelno)
6810 {
6811 char *const buf = (char *) alloca (40 + strlen (prefix));
6812 ASM_GENERATE_INTERNAL_LABEL (buf, prefix, labelno);
6813 ASM_OUTPUT_INTERNAL_LABEL (stream, buf);
6814 }
6815
6816
6817 /* The default implementation of ASM_DECLARE_CONSTANT_NAME. */
6818
6819 void
6820 default_asm_declare_constant_name (FILE *file, const char *name,
6821 const_tree exp ATTRIBUTE_UNUSED,
6822 HOST_WIDE_INT size ATTRIBUTE_UNUSED)
6823 {
6824 assemble_label (file, name);
6825 }
6826
6827 /* This is the default behavior at the beginning of a file. It's
6828 controlled by two other target-hook toggles. */
6829 void
6830 default_file_start (void)
6831 {
6832 if (targetm.asm_file_start_app_off
6833 && !(flag_verbose_asm || flag_debug_asm || flag_dump_rtl_in_asm))
6834 fputs (ASM_APP_OFF, asm_out_file);
6835
6836 if (targetm.asm_file_start_file_directive)
6837 output_file_directive (asm_out_file, main_input_filename);
6838 }
6839
6840 /* This is a generic routine suitable for use as TARGET_ASM_FILE_END
6841 which emits a special section directive used to indicate whether or
6842 not this object file needs an executable stack. This is primarily
6843 a GNU extension to ELF but could be used on other targets. */
6844
6845 int trampolines_created;
6846
6847 void
6848 file_end_indicate_exec_stack (void)
6849 {
6850 unsigned int flags = SECTION_DEBUG;
6851 if (trampolines_created)
6852 flags |= SECTION_CODE;
6853
6854 switch_to_section (get_section (".note.GNU-stack", flags, NULL));
6855 }
6856
6857 /* Emit a special section directive to indicate that this object file
6858 was compiled with -fsplit-stack. This is used to let the linker
6859 detect calls between split-stack code and non-split-stack code, so
6860 that it can modify the split-stack code to allocate a sufficiently
6861 large stack. We emit another special section if there are any
6862 functions in this file which have the no_split_stack attribute, to
6863 prevent the linker from warning about being unable to convert the
6864 functions if they call non-split-stack code. */
6865
6866 void
6867 file_end_indicate_split_stack (void)
6868 {
6869 if (flag_split_stack)
6870 {
6871 switch_to_section (get_section (".note.GNU-split-stack", SECTION_DEBUG,
6872 NULL));
6873 if (saw_no_split_stack)
6874 switch_to_section (get_section (".note.GNU-no-split-stack",
6875 SECTION_DEBUG, NULL));
6876 }
6877 }
6878
6879 /* Output DIRECTIVE (a C string) followed by a newline. This is used as
6880 a get_unnamed_section callback. */
6881
6882 void
6883 output_section_asm_op (const void *directive)
6884 {
6885 fprintf (asm_out_file, "%s\n", (const char *) directive);
6886 }
6887
6888 /* Emit assembly code to switch to section NEW_SECTION. Do nothing if
6889 the current section is NEW_SECTION. */
6890
6891 void
6892 switch_to_section (section *new_section)
6893 {
6894 if (in_section == new_section)
6895 return;
6896
6897 if (new_section->common.flags & SECTION_FORGET)
6898 in_section = NULL;
6899 else
6900 in_section = new_section;
6901
6902 switch (SECTION_STYLE (new_section))
6903 {
6904 case SECTION_NAMED:
6905 targetm.asm_out.named_section (new_section->named.name,
6906 new_section->named.common.flags,
6907 new_section->named.decl);
6908 break;
6909
6910 case SECTION_UNNAMED:
6911 new_section->unnamed.callback (new_section->unnamed.data);
6912 break;
6913
6914 case SECTION_NOSWITCH:
6915 gcc_unreachable ();
6916 break;
6917 }
6918
6919 new_section->common.flags |= SECTION_DECLARED;
6920 }
6921
6922 /* If block symbol SYMBOL has not yet been assigned an offset, place
6923 it at the end of its block. */
6924
6925 void
6926 place_block_symbol (rtx symbol)
6927 {
6928 unsigned HOST_WIDE_INT size, mask, offset;
6929 struct constant_descriptor_rtx *desc;
6930 unsigned int alignment;
6931 struct object_block *block;
6932 tree decl;
6933
6934 gcc_assert (SYMBOL_REF_BLOCK (symbol));
6935 if (SYMBOL_REF_BLOCK_OFFSET (symbol) >= 0)
6936 return;
6937
6938 /* Work out the symbol's size and alignment. */
6939 if (CONSTANT_POOL_ADDRESS_P (symbol))
6940 {
6941 desc = SYMBOL_REF_CONSTANT (symbol);
6942 alignment = desc->align;
6943 size = GET_MODE_SIZE (desc->mode);
6944 }
6945 else if (TREE_CONSTANT_POOL_ADDRESS_P (symbol))
6946 {
6947 decl = SYMBOL_REF_DECL (symbol);
6948 alignment = DECL_ALIGN (decl);
6949 size = get_constant_size (DECL_INITIAL (decl));
6950 }
6951 else
6952 {
6953 decl = SYMBOL_REF_DECL (symbol);
6954 alignment = DECL_ALIGN (decl);
6955 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1);
6956 if (flag_asan && asan_protect_global (decl))
6957 size += asan_red_zone_size (size);
6958 }
6959
6960 /* Calculate the object's offset from the start of the block. */
6961 block = SYMBOL_REF_BLOCK (symbol);
6962 mask = alignment / BITS_PER_UNIT - 1;
6963 offset = (block->size + mask) & ~mask;
6964 SYMBOL_REF_BLOCK_OFFSET (symbol) = offset;
6965
6966 /* Record the block's new alignment and size. */
6967 block->alignment = MAX (block->alignment, alignment);
6968 block->size = offset + size;
6969
6970 vec_safe_push (block->objects, symbol);
6971 }
6972
6973 /* Return the anchor that should be used to address byte offset OFFSET
6974 from the first object in BLOCK. MODEL is the TLS model used
6975 to access it. */
6976
6977 rtx
6978 get_section_anchor (struct object_block *block, HOST_WIDE_INT offset,
6979 enum tls_model model)
6980 {
6981 char label[100];
6982 unsigned int begin, middle, end;
6983 unsigned HOST_WIDE_INT min_offset, max_offset, range, bias, delta;
6984 rtx anchor;
6985
6986 /* Work out the anchor's offset. Use an offset of 0 for the first
6987 anchor so that we don't pessimize the case where we take the address
6988 of a variable at the beginning of the block. This is particularly
6989 useful when a block has only one variable assigned to it.
6990
6991 We try to place anchors RANGE bytes apart, so there can then be
6992 anchors at +/-RANGE, +/-2 * RANGE, and so on, up to the limits of
6993 a ptr_mode offset. With some target settings, the lowest such
6994 anchor might be out of range for the lowest ptr_mode offset;
6995 likewise the highest anchor for the highest offset. Use anchors
6996 at the extreme ends of the ptr_mode range in such cases.
6997
6998 All arithmetic uses unsigned integers in order to avoid
6999 signed overflow. */
7000 max_offset = (unsigned HOST_WIDE_INT) targetm.max_anchor_offset;
7001 min_offset = (unsigned HOST_WIDE_INT) targetm.min_anchor_offset;
7002 range = max_offset - min_offset + 1;
7003 if (range == 0)
7004 offset = 0;
7005 else
7006 {
7007 bias = 1 << (GET_MODE_BITSIZE (ptr_mode) - 1);
7008 if (offset < 0)
7009 {
7010 delta = -(unsigned HOST_WIDE_INT) offset + max_offset;
7011 delta -= delta % range;
7012 if (delta > bias)
7013 delta = bias;
7014 offset = (HOST_WIDE_INT) (-delta);
7015 }
7016 else
7017 {
7018 delta = (unsigned HOST_WIDE_INT) offset - min_offset;
7019 delta -= delta % range;
7020 if (delta > bias - 1)
7021 delta = bias - 1;
7022 offset = (HOST_WIDE_INT) delta;
7023 }
7024 }
7025
7026 /* Do a binary search to see if there's already an anchor we can use.
7027 Set BEGIN to the new anchor's index if not. */
7028 begin = 0;
7029 end = vec_safe_length (block->anchors);
7030 while (begin != end)
7031 {
7032 middle = (end + begin) / 2;
7033 anchor = (*block->anchors)[middle];
7034 if (SYMBOL_REF_BLOCK_OFFSET (anchor) > offset)
7035 end = middle;
7036 else if (SYMBOL_REF_BLOCK_OFFSET (anchor) < offset)
7037 begin = middle + 1;
7038 else if (SYMBOL_REF_TLS_MODEL (anchor) > model)
7039 end = middle;
7040 else if (SYMBOL_REF_TLS_MODEL (anchor) < model)
7041 begin = middle + 1;
7042 else
7043 return anchor;
7044 }
7045
7046 /* Create a new anchor with a unique label. */
7047 ASM_GENERATE_INTERNAL_LABEL (label, "LANCHOR", anchor_labelno++);
7048 anchor = create_block_symbol (ggc_strdup (label), block, offset);
7049 SYMBOL_REF_FLAGS (anchor) |= SYMBOL_FLAG_LOCAL | SYMBOL_FLAG_ANCHOR;
7050 SYMBOL_REF_FLAGS (anchor) |= model << SYMBOL_FLAG_TLS_SHIFT;
7051
7052 /* Insert it at index BEGIN. */
7053 vec_safe_insert (block->anchors, begin, anchor);
7054 return anchor;
7055 }
7056
7057 /* Output the objects in BLOCK. */
7058
7059 static void
7060 output_object_block (struct object_block *block)
7061 {
7062 struct constant_descriptor_rtx *desc;
7063 unsigned int i;
7064 HOST_WIDE_INT offset;
7065 tree decl;
7066 rtx symbol;
7067
7068 if (!block->objects)
7069 return;
7070
7071 /* Switch to the section and make sure that the first byte is
7072 suitably aligned. */
7073 switch_to_section (block->sect);
7074 assemble_align (block->alignment);
7075
7076 /* Define the values of all anchors relative to the current section
7077 position. */
7078 FOR_EACH_VEC_SAFE_ELT (block->anchors, i, symbol)
7079 targetm.asm_out.output_anchor (symbol);
7080
7081 /* Output the objects themselves. */
7082 offset = 0;
7083 FOR_EACH_VEC_ELT (*block->objects, i, symbol)
7084 {
7085 /* Move to the object's offset, padding with zeros if necessary. */
7086 assemble_zeros (SYMBOL_REF_BLOCK_OFFSET (symbol) - offset);
7087 offset = SYMBOL_REF_BLOCK_OFFSET (symbol);
7088 if (CONSTANT_POOL_ADDRESS_P (symbol))
7089 {
7090 desc = SYMBOL_REF_CONSTANT (symbol);
7091 output_constant_pool_1 (desc, 1);
7092 offset += GET_MODE_SIZE (desc->mode);
7093 }
7094 else if (TREE_CONSTANT_POOL_ADDRESS_P (symbol))
7095 {
7096 decl = SYMBOL_REF_DECL (symbol);
7097 assemble_constant_contents (DECL_INITIAL (decl), XSTR (symbol, 0),
7098 DECL_ALIGN (decl));
7099 offset += get_constant_size (DECL_INITIAL (decl));
7100 }
7101 else
7102 {
7103 decl = SYMBOL_REF_DECL (symbol);
7104 assemble_variable_contents (decl, XSTR (symbol, 0), false);
7105 offset += tree_low_cst (DECL_SIZE_UNIT (decl), 1);
7106 }
7107 }
7108 }
7109
7110 /* A htab_traverse callback used to call output_object_block for
7111 each member of object_block_htab. */
7112
7113 static int
7114 output_object_block_htab (void **slot, void *data ATTRIBUTE_UNUSED)
7115 {
7116 output_object_block ((struct object_block *) (*slot));
7117 return 1;
7118 }
7119
7120 /* Output the definitions of all object_blocks. */
7121
7122 void
7123 output_object_blocks (void)
7124 {
7125 htab_traverse (object_block_htab, output_object_block_htab, NULL);
7126 }
7127
7128 /* This function provides a possible implementation of the
7129 TARGET_ASM_RECORD_GCC_SWITCHES target hook for ELF targets. When triggered
7130 by -frecord-gcc-switches it creates a new mergeable, string section in the
7131 assembler output file called TARGET_ASM_RECORD_GCC_SWITCHES_SECTION which
7132 contains the switches in ASCII format.
7133
7134 FIXME: This code does not correctly handle double quote characters
7135 that appear inside strings, (it strips them rather than preserving them).
7136 FIXME: ASM_OUTPUT_ASCII, as defined in config/elfos.h will not emit NUL
7137 characters - instead it treats them as sub-string separators. Since
7138 we want to emit NUL strings terminators into the object file we have to use
7139 ASM_OUTPUT_SKIP. */
7140
7141 int
7142 elf_record_gcc_switches (print_switch_type type, const char * name)
7143 {
7144 switch (type)
7145 {
7146 case SWITCH_TYPE_PASSED:
7147 ASM_OUTPUT_ASCII (asm_out_file, name, strlen (name));
7148 ASM_OUTPUT_SKIP (asm_out_file, (unsigned HOST_WIDE_INT) 1);
7149 break;
7150
7151 case SWITCH_TYPE_DESCRIPTIVE:
7152 if (name == NULL)
7153 {
7154 /* Distinguish between invocations where name is NULL. */
7155 static bool started = false;
7156
7157 if (!started)
7158 {
7159 section * sec;
7160
7161 sec = get_section (targetm.asm_out.record_gcc_switches_section,
7162 SECTION_DEBUG
7163 | SECTION_MERGE
7164 | SECTION_STRINGS
7165 | (SECTION_ENTSIZE & 1),
7166 NULL);
7167 switch_to_section (sec);
7168 started = true;
7169 }
7170 }
7171
7172 default:
7173 break;
7174 }
7175
7176 /* The return value is currently ignored by the caller, but must be 0.
7177 For -fverbose-asm the return value would be the number of characters
7178 emitted into the assembler file. */
7179 return 0;
7180 }
7181
7182 /* Emit text to declare externally defined symbols. It is needed to
7183 properly support non-default visibility. */
7184 void
7185 default_elf_asm_output_external (FILE *file ATTRIBUTE_UNUSED,
7186 tree decl,
7187 const char *name ATTRIBUTE_UNUSED)
7188 {
7189 /* We output the name if and only if TREE_SYMBOL_REFERENCED is
7190 set in order to avoid putting out names that are never really
7191 used. */
7192 if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))
7193 && targetm.binds_local_p (decl))
7194 maybe_assemble_visibility (decl);
7195 }
7196
7197 /* The default hook for TARGET_ASM_OUTPUT_SOURCE_FILENAME. */
7198
7199 void
7200 default_asm_output_source_filename (FILE *file, const char *name)
7201 {
7202 #ifdef ASM_OUTPUT_SOURCE_FILENAME
7203 ASM_OUTPUT_SOURCE_FILENAME (file, name);
7204 #else
7205 fprintf (file, "\t.file\t");
7206 output_quoted_string (file, name);
7207 putc ('\n', file);
7208 #endif
7209 }
7210
7211 /* Output a file name in the form wanted by System V. */
7212
7213 void
7214 output_file_directive (FILE *asm_file, const char *input_name)
7215 {
7216 int len;
7217 const char *na;
7218
7219 if (input_name == NULL)
7220 input_name = "<stdin>";
7221 else
7222 input_name = remap_debug_filename (input_name);
7223
7224 len = strlen (input_name);
7225 na = input_name + len;
7226
7227 /* NA gets INPUT_NAME sans directory names. */
7228 while (na > input_name)
7229 {
7230 if (IS_DIR_SEPARATOR (na[-1]))
7231 break;
7232 na--;
7233 }
7234
7235 targetm.asm_out.output_source_filename (asm_file, na);
7236 }
7237
7238 /* Create a DEBUG_EXPR_DECL / DEBUG_EXPR pair from RTL expression
7239 EXP. */
7240 rtx
7241 make_debug_expr_from_rtl (const_rtx exp)
7242 {
7243 tree ddecl = make_node (DEBUG_EXPR_DECL), type;
7244 enum machine_mode mode = GET_MODE (exp);
7245 rtx dval;
7246
7247 DECL_ARTIFICIAL (ddecl) = 1;
7248 if (REG_P (exp) && REG_EXPR (exp))
7249 type = TREE_TYPE (REG_EXPR (exp));
7250 else if (MEM_P (exp) && MEM_EXPR (exp))
7251 type = TREE_TYPE (MEM_EXPR (exp));
7252 else
7253 type = NULL_TREE;
7254 if (type && TYPE_MODE (type) == mode)
7255 TREE_TYPE (ddecl) = type;
7256 else
7257 TREE_TYPE (ddecl) = lang_hooks.types.type_for_mode (mode, 1);
7258 DECL_MODE (ddecl) = mode;
7259 dval = gen_rtx_DEBUG_EXPR (mode);
7260 DEBUG_EXPR_TREE_DECL (dval) = ddecl;
7261 SET_DECL_RTL (ddecl, dval);
7262 return dval;
7263 }
7264
7265 #ifdef ELF_ASCII_ESCAPES
7266 /* Default ASM_OUTPUT_LIMITED_STRING for ELF targets. */
7267
7268 void
7269 default_elf_asm_output_limited_string (FILE *f, const char *s)
7270 {
7271 int escape;
7272 unsigned char c;
7273
7274 fputs (STRING_ASM_OP, f);
7275 putc ('"', f);
7276 while (*s != '\0')
7277 {
7278 c = *s;
7279 escape = ELF_ASCII_ESCAPES[c];
7280 switch (escape)
7281 {
7282 case 0:
7283 putc (c, f);
7284 break;
7285 case 1:
7286 /* TODO: Print in hex with fast function, important for -flto. */
7287 fprintf (f, "\\%03o", c);
7288 break;
7289 default:
7290 putc ('\\', f);
7291 putc (escape, f);
7292 break;
7293 }
7294 s++;
7295 }
7296 putc ('\"', f);
7297 putc ('\n', f);
7298 }
7299
7300 /* Default ASM_OUTPUT_ASCII for ELF targets. */
7301
7302 void
7303 default_elf_asm_output_ascii (FILE *f, const char *s, unsigned int len)
7304 {
7305 const char *limit = s + len;
7306 const char *last_null = NULL;
7307 unsigned bytes_in_chunk = 0;
7308 unsigned char c;
7309 int escape;
7310
7311 for (; s < limit; s++)
7312 {
7313 const char *p;
7314
7315 if (bytes_in_chunk >= 60)
7316 {
7317 putc ('\"', f);
7318 putc ('\n', f);
7319 bytes_in_chunk = 0;
7320 }
7321
7322 if (s > last_null)
7323 {
7324 for (p = s; p < limit && *p != '\0'; p++)
7325 continue;
7326 last_null = p;
7327 }
7328 else
7329 p = last_null;
7330
7331 if (p < limit && (p - s) <= (long) ELF_STRING_LIMIT)
7332 {
7333 if (bytes_in_chunk > 0)
7334 {
7335 putc ('\"', f);
7336 putc ('\n', f);
7337 bytes_in_chunk = 0;
7338 }
7339
7340 default_elf_asm_output_limited_string (f, s);
7341 s = p;
7342 }
7343 else
7344 {
7345 if (bytes_in_chunk == 0)
7346 fputs (ASCII_DATA_ASM_OP "\"", f);
7347
7348 c = *s;
7349 escape = ELF_ASCII_ESCAPES[c];
7350 switch (escape)
7351 {
7352 case 0:
7353 putc (c, f);
7354 bytes_in_chunk++;
7355 break;
7356 case 1:
7357 /* TODO: Print in hex with fast function, important for -flto. */
7358 fprintf (f, "\\%03o", c);
7359 bytes_in_chunk += 4;
7360 break;
7361 default:
7362 putc ('\\', f);
7363 putc (escape, f);
7364 bytes_in_chunk += 2;
7365 break;
7366 }
7367
7368 }
7369 }
7370
7371 if (bytes_in_chunk > 0)
7372 {
7373 putc ('\"', f);
7374 putc ('\n', f);
7375 }
7376 }
7377 #endif
7378
7379 static GTY(()) section *elf_init_array_section;
7380 static GTY(()) section *elf_fini_array_section;
7381
7382 static section *
7383 get_elf_initfini_array_priority_section (int priority,
7384 bool constructor_p)
7385 {
7386 section *sec;
7387 if (priority != DEFAULT_INIT_PRIORITY)
7388 {
7389 char buf[18];
7390 sprintf (buf, "%s.%.5u",
7391 constructor_p ? ".init_array" : ".fini_array",
7392 priority);
7393 sec = get_section (buf, SECTION_WRITE | SECTION_NOTYPE, NULL_TREE);
7394 }
7395 else
7396 {
7397 if (constructor_p)
7398 {
7399 if (elf_init_array_section == NULL)
7400 elf_init_array_section
7401 = get_section (".init_array",
7402 SECTION_WRITE | SECTION_NOTYPE, NULL_TREE);
7403 sec = elf_init_array_section;
7404 }
7405 else
7406 {
7407 if (elf_fini_array_section == NULL)
7408 elf_fini_array_section
7409 = get_section (".fini_array",
7410 SECTION_WRITE | SECTION_NOTYPE, NULL_TREE);
7411 sec = elf_fini_array_section;
7412 }
7413 }
7414 return sec;
7415 }
7416
7417 /* Use .init_array section for constructors. */
7418
7419 void
7420 default_elf_init_array_asm_out_constructor (rtx symbol, int priority)
7421 {
7422 section *sec = get_elf_initfini_array_priority_section (priority,
7423 true);
7424 assemble_addr_to_section (symbol, sec);
7425 }
7426
7427 /* Use .fini_array section for destructors. */
7428
7429 void
7430 default_elf_fini_array_asm_out_destructor (rtx symbol, int priority)
7431 {
7432 section *sec = get_elf_initfini_array_priority_section (priority,
7433 false);
7434 assemble_addr_to_section (symbol, sec);
7435 }
7436
7437 /* Default TARGET_ASM_OUTPUT_IDENT hook.
7438
7439 This is a bit of a cheat. The real default is a no-op, but this
7440 hook is the default for all targets with a .ident directive. */
7441
7442 void
7443 default_asm_output_ident_directive (const char *ident_str)
7444 {
7445 const char *ident_asm_op = "\t.ident\t";
7446
7447 /* If we are still in the front end, do not write out the string
7448 to asm_out_file. Instead, add a fake top-level asm statement.
7449 This allows the front ends to use this hook without actually
7450 writing to asm_out_file, to handle #ident or Pragma Ident. */
7451 if (cgraph_state == CGRAPH_STATE_PARSING)
7452 {
7453 char *buf = ACONCAT ((ident_asm_op, "\"", ident_str, "\"\n", NULL));
7454 add_asm_node (build_string (strlen (buf), buf));
7455 }
7456 else
7457 fprintf (asm_out_file, "%s\"%s\"\n", ident_asm_op, ident_str);
7458 }
7459
7460 #include "gt-varasm.h"