* score-tdep.c: Comment out some simulator dependent codes.
[deliverable/binutils-gdb.git] / ld / ldlang.c
CommitLineData
252b5132 1/* Linker command language support.
a2b64bed 2 Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
bde18da4 3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
252b5132
RH
4 Free Software Foundation, Inc.
5
f96b4a7b 6 This file is part of the GNU Binutils.
252b5132 7
f96b4a7b 8 This program is free software; you can redistribute it and/or modify
53b2a62f 9 it under the terms of the GNU General Public License as published by
f96b4a7b
NC
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
252b5132 12
f96b4a7b 13 This program is distributed in the hope that it will be useful,
53b2a62f
NC
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
252b5132 17
53b2a62f 18 You should have received a copy of the GNU General Public License
f96b4a7b
NC
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
21 MA 02110-1301, USA. */
252b5132 22
252b5132 23#include "sysdep.h"
3db64b00 24#include "bfd.h"
252b5132 25#include "libiberty.h"
3882b010 26#include "safe-ctype.h"
252b5132
RH
27#include "obstack.h"
28#include "bfdlink.h"
29
30#include "ld.h"
31#include "ldmain.h"
252b5132
RH
32#include "ldexp.h"
33#include "ldlang.h"
df2a7313 34#include <ldgram.h>
252b5132
RH
35#include "ldlex.h"
36#include "ldmisc.h"
37#include "ldctor.h"
38#include "ldfile.h"
b71e2778 39#include "ldemul.h"
252b5132
RH
40#include "fnmatch.h"
41#include "demangle.h"
108ba305 42#include "hashtab.h"
252b5132 43
7abb6dea 44#ifndef offsetof
cf888e70 45#define offsetof(TYPE, MEMBER) ((size_t) & (((TYPE*) 0)->MEMBER))
7abb6dea
AM
46#endif
47
cf888e70 48/* Locals variables. */
252b5132 49static struct obstack stat_obstack;
35835446 50static struct obstack map_obstack;
252b5132
RH
51
52#define obstack_chunk_alloc xmalloc
53#define obstack_chunk_free free
5f992e62 54static const char *startup_file;
8be573a7 55static const char *entry_symbol_default = "start";
b34976b6 56static bfd_boolean placed_commons = FALSE;
8423293d 57static bfd_boolean stripped_excluded_sections = FALSE;
252b5132 58static lang_output_section_statement_type *default_common_section;
b34976b6 59static bfd_boolean map_option_f;
252b5132
RH
60static bfd_vma print_dot;
61static lang_input_statement_type *first_file;
5f992e62 62static const char *current_target;
252b5132 63static lang_statement_list_type statement_list;
420e579c 64static struct bfd_hash_table lang_definedness_table;
bde18da4
AM
65static lang_statement_list_type *stat_save[10];
66static lang_statement_list_type **stat_save_ptr = &stat_save[0];
252b5132 67
cf888e70 68/* Forward declarations. */
1579bae1 69static void exp_init_os (etree_type *);
35835446 70static void init_map_userdata (bfd *, asection *, void *);
1579bae1 71static lang_input_statement_type *lookup_name (const char *);
420e579c
HPN
72static struct bfd_hash_entry *lang_definedness_newfunc
73 (struct bfd_hash_entry *, struct bfd_hash_table *, const char *);
1579bae1 74static void insert_undefined (const char *);
35835446 75static bfd_boolean sort_def_symbol (struct bfd_link_hash_entry *, void *);
1579bae1
AM
76static void print_statement (lang_statement_union_type *,
77 lang_output_section_statement_type *);
78static void print_statement_list (lang_statement_union_type *,
79 lang_output_section_statement_type *);
80static void print_statements (void);
d64703c6 81static void print_input_section (asection *, bfd_boolean);
1579bae1
AM
82static bfd_boolean lang_one_common (struct bfd_link_hash_entry *, void *);
83static void lang_record_phdrs (void);
84static void lang_do_version_exports_section (void);
55255dae
L
85static void lang_finalize_version_expr_head
86 (struct bfd_elf_version_expr_head *);
1579bae1 87
cf888e70 88/* Exported variables. */
8be573a7 89const char *output_target;
252b5132 90lang_output_section_statement_type *abs_output_section;
aea4bd9d 91lang_statement_list_type lang_output_section_statement;
252b5132 92lang_statement_list_type *stat_ptr = &statement_list;
87f2a346 93lang_statement_list_type file_chain = { NULL, NULL };
dc27aea4 94lang_statement_list_type input_file_chain;
e3e942e9 95struct bfd_sym_chain entry_symbol = { NULL, NULL };
1e281515 96const char *entry_section = ".text";
b34976b6
AM
97bfd_boolean entry_from_cmdline;
98bfd_boolean lang_has_input_file = FALSE;
99bfd_boolean had_output_filename = FALSE;
100bfd_boolean lang_float_flag = FALSE;
101bfd_boolean delete_output_file_on_failure = FALSE;
f5ff60a6 102struct lang_phdr *lang_phdr_list;
252b5132 103struct lang_nocrossrefs *nocrossref_list;
279e75dc 104static struct unique_sections *unique_section_list;
e3f2db7f 105static bfd_boolean ldlang_sysrooted_script = FALSE;
e9ee469a
AM
106
107 /* Functions that traverse the linker script and might evaluate
108 DEFINED() need to increment this. */
420e579c 109int lang_statement_iteration = 0;
252b5132
RH
110
111etree_type *base; /* Relocation base - or null */
112
61f5d054
L
113/* Return TRUE if the PATTERN argument is a wildcard pattern.
114 Although backslashes are treated specially if a pattern contains
115 wildcards, we do not consider the mere presence of a backslash to
116 be enough to cause the pattern to be treated as a wildcard.
117 That lets us handle DOS filenames more naturally. */
118#define wildcardp(pattern) (strpbrk ((pattern), "?*[") != NULL)
119
d1778b88 120#define new_stat(x, y) \
1579bae1 121 (x##_type *) new_statement (x##_enum, sizeof (x##_type), y)
252b5132 122
d1778b88
AM
123#define outside_section_address(q) \
124 ((q)->output_offset + (q)->output_section->vma)
252b5132 125
d1778b88
AM
126#define outside_symbol_address(q) \
127 ((q)->value + outside_section_address (q->section))
252b5132
RH
128
129#define SECTION_NAME_MAP_LENGTH (16)
130
1579bae1
AM
131void *
132stat_alloc (size_t size)
252b5132
RH
133{
134 return obstack_alloc (&stat_obstack, size);
135}
136
97407faf
AM
137static int
138name_match (const char *pattern, const char *name)
139{
140 if (wildcardp (pattern))
141 return fnmatch (pattern, name, 0);
142 return strcmp (pattern, name);
143}
144
145/* If PATTERN is of the form archive:file, return a pointer to the
146 separator. If not, return NULL. */
147
148static char *
149archive_path (const char *pattern)
150{
151 char *p = NULL;
152
153 if (link_info.path_separator == 0)
154 return p;
155
156 p = strchr (pattern, link_info.path_separator);
157#ifdef HAVE_DOS_BASED_FILE_SYSTEM
158 if (p == NULL || link_info.path_separator != ':')
159 return p;
160
161 /* Assume a match on the second char is part of drive specifier,
162 as in "c:\silly.dos". */
967928e9 163 if (p == pattern + 1 && ISALPHA (*pattern))
97407faf
AM
164 p = strchr (p + 1, link_info.path_separator);
165#endif
166 return p;
167}
168
967928e9
AM
169/* Given that FILE_SPEC results in a non-NULL SEP result from archive_path,
170 return whether F matches FILE_SPEC. */
171
172static bfd_boolean
173input_statement_is_archive_path (const char *file_spec, char *sep,
174 lang_input_statement_type *f)
175{
176 bfd_boolean match = FALSE;
177
178 if ((*(sep + 1) == 0
179 || name_match (sep + 1, f->filename) == 0)
180 && ((sep != file_spec)
181 == (f->the_bfd != NULL && f->the_bfd->my_archive != NULL)))
182 {
183 match = TRUE;
184
185 if (sep != file_spec)
186 {
187 const char *aname = f->the_bfd->my_archive->filename;
188 *sep = 0;
189 match = name_match (file_spec, aname) == 0;
190 *sep = link_info.path_separator;
191 }
192 }
193 return match;
194}
195
8a99a385 196static bfd_boolean
d0d6a25b 197unique_section_p (const asection *sec)
577a0623
AM
198{
199 struct unique_sections *unam;
d0d6a25b 200 const char *secnam;
577a0623 201
d0d6a25b
AM
202 if (link_info.relocatable
203 && sec->owner != NULL
204 && bfd_is_group_section (sec->owner, sec))
205 return TRUE;
206
207 secnam = sec->name;
577a0623 208 for (unam = unique_section_list; unam; unam = unam->next)
97407faf
AM
209 if (name_match (unam->name, secnam) == 0)
210 return TRUE;
577a0623 211
b34976b6 212 return FALSE;
577a0623
AM
213}
214
08da4cac 215/* Generic traversal routines for finding matching sections. */
4dec4d4e 216
72223188
JJ
217/* Try processing a section against a wildcard. This just calls
218 the callback unless the filename exclusion list is present
219 and excludes the file. It's hardly ever present so this
220 function is very fast. */
221
4dec4d4e 222static void
72223188
JJ
223walk_wild_consider_section (lang_wild_statement_type *ptr,
224 lang_input_statement_type *file,
225 asection *s,
226 struct wildcard_list *sec,
227 callback_t callback,
228 void *data)
4dec4d4e 229{
72223188
JJ
230 struct name_list *list_tmp;
231
97407faf 232 /* Don't process sections from files which were excluded. */
72223188
JJ
233 for (list_tmp = sec->spec.exclude_name_list;
234 list_tmp;
235 list_tmp = list_tmp->next)
236 {
967928e9 237 char *p = archive_path (list_tmp->name);
b6bf44ba 238
967928e9 239 if (p != NULL)
72223188 240 {
967928e9
AM
241 if (input_statement_is_archive_path (list_tmp->name, p, file))
242 return;
72223188
JJ
243 }
244
967928e9
AM
245 else if (name_match (list_tmp->name, file->filename) == 0)
246 return;
247
248 /* FIXME: Perhaps remove the following at some stage? Matching
249 unadorned archives like this was never documented and has
250 been superceded by the archive:path syntax. */
251 else if (file->the_bfd != NULL
252 && file->the_bfd->my_archive != NULL
253 && name_match (list_tmp->name,
254 file->the_bfd->my_archive->filename) == 0)
255 return;
72223188
JJ
256 }
257
967928e9 258 (*callback) (ptr, sec, s, file, data);
72223188
JJ
259}
260
261/* Lowest common denominator routine that can handle everything correctly,
262 but slowly. */
263
264static void
265walk_wild_section_general (lang_wild_statement_type *ptr,
266 lang_input_statement_type *file,
267 callback_t callback,
268 void *data)
269{
270 asection *s;
271 struct wildcard_list *sec;
b6bf44ba
AM
272
273 for (s = file->the_bfd->sections; s != NULL; s = s->next)
4dec4d4e 274 {
b6bf44ba 275 sec = ptr->section_list;
2181f54f
AM
276 if (sec == NULL)
277 (*callback) (ptr, sec, s, file, data);
278
279 while (sec != NULL)
08da4cac 280 {
b34976b6 281 bfd_boolean skip = FALSE;
2181f54f 282
72223188 283 if (sec->spec.name != NULL)
b6bf44ba 284 {
2181f54f
AM
285 const char *sname = bfd_get_section_name (file->the_bfd, s);
286
97407faf 287 skip = name_match (sec->spec.name, sname) != 0;
b6bf44ba 288 }
4dec4d4e 289
b6bf44ba 290 if (!skip)
72223188 291 walk_wild_consider_section (ptr, file, s, sec, callback, data);
4dec4d4e 292
2181f54f 293 sec = sec->next;
4dec4d4e
RH
294 }
295 }
296}
297
72223188
JJ
298/* Routines to find a single section given its name. If there's more
299 than one section with that name, we report that. */
300
301typedef struct
302{
303 asection *found_section;
304 bfd_boolean multiple_sections_found;
305} section_iterator_callback_data;
306
307static bfd_boolean
308section_iterator_callback (bfd *bfd ATTRIBUTE_UNUSED, asection *s, void *data)
309{
1e9cc1c2 310 section_iterator_callback_data *d = (section_iterator_callback_data *) data;
72223188
JJ
311
312 if (d->found_section != NULL)
313 {
314 d->multiple_sections_found = TRUE;
315 return TRUE;
316 }
317
318 d->found_section = s;
319 return FALSE;
320}
321
322static asection *
323find_section (lang_input_statement_type *file,
324 struct wildcard_list *sec,
325 bfd_boolean *multiple_sections_found)
326{
327 section_iterator_callback_data cb_data = { NULL, FALSE };
328
329c1c86 329 bfd_get_section_by_name_if (file->the_bfd, sec->spec.name,
72223188
JJ
330 section_iterator_callback, &cb_data);
331 *multiple_sections_found = cb_data.multiple_sections_found;
332 return cb_data.found_section;
333}
334
335/* Code for handling simple wildcards without going through fnmatch,
336 which can be expensive because of charset translations etc. */
337
338/* A simple wild is a literal string followed by a single '*',
339 where the literal part is at least 4 characters long. */
340
341static bfd_boolean
342is_simple_wild (const char *name)
343{
344 size_t len = strcspn (name, "*?[");
345 return len >= 4 && name[len] == '*' && name[len + 1] == '\0';
346}
347
348static bfd_boolean
349match_simple_wild (const char *pattern, const char *name)
350{
351 /* The first four characters of the pattern are guaranteed valid
352 non-wildcard characters. So we can go faster. */
353 if (pattern[0] != name[0] || pattern[1] != name[1]
354 || pattern[2] != name[2] || pattern[3] != name[3])
355 return FALSE;
356
357 pattern += 4;
358 name += 4;
359 while (*pattern != '*')
360 if (*name++ != *pattern++)
361 return FALSE;
362
363 return TRUE;
364}
365
50c77e5d
NC
366/* Compare sections ASEC and BSEC according to SORT. */
367
368static int
369compare_section (sort_type sort, asection *asec, asection *bsec)
370{
371 int ret;
372
373 switch (sort)
374 {
375 default:
376 abort ();
377
378 case by_alignment_name:
379 ret = (bfd_section_alignment (bsec->owner, bsec)
380 - bfd_section_alignment (asec->owner, asec));
381 if (ret)
382 break;
383 /* Fall through. */
384
385 case by_name:
386 ret = strcmp (bfd_get_section_name (asec->owner, asec),
387 bfd_get_section_name (bsec->owner, bsec));
388 break;
389
390 case by_name_alignment:
391 ret = strcmp (bfd_get_section_name (asec->owner, asec),
392 bfd_get_section_name (bsec->owner, bsec));
393 if (ret)
394 break;
395 /* Fall through. */
396
397 case by_alignment:
398 ret = (bfd_section_alignment (bsec->owner, bsec)
399 - bfd_section_alignment (asec->owner, asec));
400 break;
401 }
402
403 return ret;
404}
405
329c1c86 406/* Build a Binary Search Tree to sort sections, unlike insertion sort
50c77e5d
NC
407 used in wild_sort(). BST is considerably faster if the number of
408 of sections are large. */
409
410static lang_section_bst_type **
411wild_sort_fast (lang_wild_statement_type *wild,
329c1c86
AM
412 struct wildcard_list *sec,
413 lang_input_statement_type *file ATTRIBUTE_UNUSED,
414 asection *section)
50c77e5d 415{
329c1c86 416 lang_section_bst_type **tree;
50c77e5d 417
e6f2cbf5 418 tree = &wild->tree;
50c77e5d 419 if (!wild->filenames_sorted
329c1c86 420 && (sec == NULL || sec->spec.sorted == none))
50c77e5d
NC
421 {
422 /* Append at the right end of tree. */
423 while (*tree)
329c1c86 424 tree = &((*tree)->right);
50c77e5d
NC
425 return tree;
426 }
427
329c1c86 428 while (*tree)
50c77e5d
NC
429 {
430 /* Find the correct node to append this section. */
329c1c86
AM
431 if (compare_section (sec->spec.sorted, section, (*tree)->section) < 0)
432 tree = &((*tree)->left);
433 else
434 tree = &((*tree)->right);
50c77e5d
NC
435 }
436
437 return tree;
438}
439
440/* Use wild_sort_fast to build a BST to sort sections. */
441
442static void
443output_section_callback_fast (lang_wild_statement_type *ptr,
329c1c86
AM
444 struct wildcard_list *sec,
445 asection *section,
446 lang_input_statement_type *file,
447 void *output ATTRIBUTE_UNUSED)
50c77e5d
NC
448{
449 lang_section_bst_type *node;
450 lang_section_bst_type **tree;
451
452 if (unique_section_p (section))
453 return;
454
1e9cc1c2 455 node = (lang_section_bst_type *) xmalloc (sizeof (lang_section_bst_type));
50c77e5d
NC
456 node->left = 0;
457 node->right = 0;
458 node->section = section;
459
460 tree = wild_sort_fast (ptr, sec, file, section);
461 if (tree != NULL)
462 *tree = node;
463}
464
465/* Convert a sorted sections' BST back to list form. */
466
467static void
329c1c86
AM
468output_section_callback_tree_to_list (lang_wild_statement_type *ptr,
469 lang_section_bst_type *tree,
470 void *output)
50c77e5d
NC
471{
472 if (tree->left)
473 output_section_callback_tree_to_list (ptr, tree->left, output);
474
329c1c86
AM
475 lang_add_section (&ptr->children, tree->section,
476 (lang_output_section_statement_type *) output);
50c77e5d
NC
477
478 if (tree->right)
479 output_section_callback_tree_to_list (ptr, tree->right, output);
480
481 free (tree);
482}
483
72223188
JJ
484/* Specialized, optimized routines for handling different kinds of
485 wildcards */
486
487static void
488walk_wild_section_specs1_wild0 (lang_wild_statement_type *ptr,
489 lang_input_statement_type *file,
490 callback_t callback,
491 void *data)
492{
493 /* We can just do a hash lookup for the section with the right name.
494 But if that lookup discovers more than one section with the name
495 (should be rare), we fall back to the general algorithm because
496 we would otherwise have to sort the sections to make sure they
497 get processed in the bfd's order. */
498 bfd_boolean multiple_sections_found;
499 struct wildcard_list *sec0 = ptr->handler_data[0];
500 asection *s0 = find_section (file, sec0, &multiple_sections_found);
501
502 if (multiple_sections_found)
503 walk_wild_section_general (ptr, file, callback, data);
504 else if (s0)
505 walk_wild_consider_section (ptr, file, s0, sec0, callback, data);
506}
507
508static void
509walk_wild_section_specs1_wild1 (lang_wild_statement_type *ptr,
510 lang_input_statement_type *file,
511 callback_t callback,
512 void *data)
513{
514 asection *s;
515 struct wildcard_list *wildsec0 = ptr->handler_data[0];
516
517 for (s = file->the_bfd->sections; s != NULL; s = s->next)
518 {
519 const char *sname = bfd_get_section_name (file->the_bfd, s);
520 bfd_boolean skip = !match_simple_wild (wildsec0->spec.name, sname);
521
522 if (!skip)
523 walk_wild_consider_section (ptr, file, s, wildsec0, callback, data);
524 }
525}
526
527static void
528walk_wild_section_specs2_wild1 (lang_wild_statement_type *ptr,
529 lang_input_statement_type *file,
530 callback_t callback,
531 void *data)
532{
533 asection *s;
534 struct wildcard_list *sec0 = ptr->handler_data[0];
535 struct wildcard_list *wildsec1 = ptr->handler_data[1];
536 bfd_boolean multiple_sections_found;
537 asection *s0 = find_section (file, sec0, &multiple_sections_found);
538
539 if (multiple_sections_found)
540 {
541 walk_wild_section_general (ptr, file, callback, data);
542 return;
543 }
544
545 /* Note that if the section was not found, s0 is NULL and
546 we'll simply never succeed the s == s0 test below. */
547 for (s = file->the_bfd->sections; s != NULL; s = s->next)
548 {
549 /* Recall that in this code path, a section cannot satisfy more
550 than one spec, so if s == s0 then it cannot match
551 wildspec1. */
552 if (s == s0)
553 walk_wild_consider_section (ptr, file, s, sec0, callback, data);
554 else
555 {
556 const char *sname = bfd_get_section_name (file->the_bfd, s);
557 bfd_boolean skip = !match_simple_wild (wildsec1->spec.name, sname);
558
559 if (!skip)
560 walk_wild_consider_section (ptr, file, s, wildsec1, callback,
561 data);
562 }
563 }
564}
565
566static void
567walk_wild_section_specs3_wild2 (lang_wild_statement_type *ptr,
568 lang_input_statement_type *file,
569 callback_t callback,
570 void *data)
571{
572 asection *s;
573 struct wildcard_list *sec0 = ptr->handler_data[0];
574 struct wildcard_list *wildsec1 = ptr->handler_data[1];
575 struct wildcard_list *wildsec2 = ptr->handler_data[2];
576 bfd_boolean multiple_sections_found;
577 asection *s0 = find_section (file, sec0, &multiple_sections_found);
578
579 if (multiple_sections_found)
580 {
581 walk_wild_section_general (ptr, file, callback, data);
582 return;
583 }
584
585 for (s = file->the_bfd->sections; s != NULL; s = s->next)
586 {
587 if (s == s0)
588 walk_wild_consider_section (ptr, file, s, sec0, callback, data);
589 else
590 {
591 const char *sname = bfd_get_section_name (file->the_bfd, s);
592 bfd_boolean skip = !match_simple_wild (wildsec1->spec.name, sname);
593
594 if (!skip)
595 walk_wild_consider_section (ptr, file, s, wildsec1, callback, data);
596 else
597 {
598 skip = !match_simple_wild (wildsec2->spec.name, sname);
599 if (!skip)
600 walk_wild_consider_section (ptr, file, s, wildsec2, callback,
601 data);
602 }
603 }
604 }
605}
606
607static void
608walk_wild_section_specs4_wild2 (lang_wild_statement_type *ptr,
609 lang_input_statement_type *file,
610 callback_t callback,
611 void *data)
612{
613 asection *s;
614 struct wildcard_list *sec0 = ptr->handler_data[0];
615 struct wildcard_list *sec1 = ptr->handler_data[1];
616 struct wildcard_list *wildsec2 = ptr->handler_data[2];
617 struct wildcard_list *wildsec3 = ptr->handler_data[3];
618 bfd_boolean multiple_sections_found;
619 asection *s0 = find_section (file, sec0, &multiple_sections_found), *s1;
620
621 if (multiple_sections_found)
622 {
623 walk_wild_section_general (ptr, file, callback, data);
624 return;
625 }
626
627 s1 = find_section (file, sec1, &multiple_sections_found);
628 if (multiple_sections_found)
629 {
630 walk_wild_section_general (ptr, file, callback, data);
631 return;
632 }
633
634 for (s = file->the_bfd->sections; s != NULL; s = s->next)
635 {
636 if (s == s0)
637 walk_wild_consider_section (ptr, file, s, sec0, callback, data);
638 else
639 if (s == s1)
640 walk_wild_consider_section (ptr, file, s, sec1, callback, data);
641 else
642 {
643 const char *sname = bfd_get_section_name (file->the_bfd, s);
644 bfd_boolean skip = !match_simple_wild (wildsec2->spec.name,
645 sname);
646
647 if (!skip)
648 walk_wild_consider_section (ptr, file, s, wildsec2, callback,
649 data);
650 else
651 {
652 skip = !match_simple_wild (wildsec3->spec.name, sname);
653 if (!skip)
654 walk_wild_consider_section (ptr, file, s, wildsec3,
655 callback, data);
656 }
657 }
658 }
659}
660
661static void
662walk_wild_section (lang_wild_statement_type *ptr,
663 lang_input_statement_type *file,
664 callback_t callback,
665 void *data)
666{
667 if (file->just_syms_flag)
668 return;
669
670 (*ptr->walk_wild_section_handler) (ptr, file, callback, data);
671}
672
673/* Returns TRUE when name1 is a wildcard spec that might match
674 something name2 can match. We're conservative: we return FALSE
675 only if the prefixes of name1 and name2 are different up to the
676 first wildcard character. */
677
678static bfd_boolean
679wild_spec_can_overlap (const char *name1, const char *name2)
680{
681 size_t prefix1_len = strcspn (name1, "?*[");
682 size_t prefix2_len = strcspn (name2, "?*[");
683 size_t min_prefix_len;
684
685 /* Note that if there is no wildcard character, then we treat the
686 terminating 0 as part of the prefix. Thus ".text" won't match
687 ".text." or ".text.*", for example. */
688 if (name1[prefix1_len] == '\0')
689 prefix1_len++;
690 if (name2[prefix2_len] == '\0')
691 prefix2_len++;
692
693 min_prefix_len = prefix1_len < prefix2_len ? prefix1_len : prefix2_len;
694
695 return memcmp (name1, name2, min_prefix_len) == 0;
696}
697
698/* Select specialized code to handle various kinds of wildcard
699 statements. */
700
701static void
702analyze_walk_wild_section_handler (lang_wild_statement_type *ptr)
703{
704 int sec_count = 0;
705 int wild_name_count = 0;
706 struct wildcard_list *sec;
707 int signature;
708 int data_counter;
709
710 ptr->walk_wild_section_handler = walk_wild_section_general;
7544697a
AM
711 ptr->handler_data[0] = NULL;
712 ptr->handler_data[1] = NULL;
713 ptr->handler_data[2] = NULL;
714 ptr->handler_data[3] = NULL;
e6f2cbf5 715 ptr->tree = NULL;
72223188
JJ
716
717 /* Count how many wildcard_specs there are, and how many of those
718 actually use wildcards in the name. Also, bail out if any of the
719 wildcard names are NULL. (Can this actually happen?
720 walk_wild_section used to test for it.) And bail out if any
721 of the wildcards are more complex than a simple string
722 ending in a single '*'. */
723 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
724 {
725 ++sec_count;
726 if (sec->spec.name == NULL)
727 return;
728 if (wildcardp (sec->spec.name))
729 {
730 ++wild_name_count;
731 if (!is_simple_wild (sec->spec.name))
732 return;
733 }
734 }
735
736 /* The zero-spec case would be easy to optimize but it doesn't
737 happen in practice. Likewise, more than 4 specs doesn't
738 happen in practice. */
739 if (sec_count == 0 || sec_count > 4)
740 return;
741
742 /* Check that no two specs can match the same section. */
743 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
744 {
745 struct wildcard_list *sec2;
746 for (sec2 = sec->next; sec2 != NULL; sec2 = sec2->next)
747 {
748 if (wild_spec_can_overlap (sec->spec.name, sec2->spec.name))
749 return;
750 }
751 }
752
753 signature = (sec_count << 8) + wild_name_count;
754 switch (signature)
755 {
756 case 0x0100:
757 ptr->walk_wild_section_handler = walk_wild_section_specs1_wild0;
758 break;
759 case 0x0101:
760 ptr->walk_wild_section_handler = walk_wild_section_specs1_wild1;
761 break;
762 case 0x0201:
763 ptr->walk_wild_section_handler = walk_wild_section_specs2_wild1;
764 break;
765 case 0x0302:
766 ptr->walk_wild_section_handler = walk_wild_section_specs3_wild2;
767 break;
768 case 0x0402:
769 ptr->walk_wild_section_handler = walk_wild_section_specs4_wild2;
770 break;
771 default:
772 return;
773 }
774
775 /* Now fill the data array with pointers to the specs, first the
776 specs with non-wildcard names, then the specs with wildcard
777 names. It's OK to process the specs in different order from the
778 given order, because we've already determined that no section
779 will match more than one spec. */
780 data_counter = 0;
781 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
782 if (!wildcardp (sec->spec.name))
783 ptr->handler_data[data_counter++] = sec;
784 for (sec = ptr->section_list; sec != NULL; sec = sec->next)
785 if (wildcardp (sec->spec.name))
786 ptr->handler_data[data_counter++] = sec;
787}
788
4dec4d4e
RH
789/* Handle a wild statement for a single file F. */
790
791static void
1579bae1
AM
792walk_wild_file (lang_wild_statement_type *s,
793 lang_input_statement_type *f,
794 callback_t callback,
795 void *data)
4dec4d4e
RH
796{
797 if (f->the_bfd == NULL
798 || ! bfd_check_format (f->the_bfd, bfd_archive))
b6bf44ba 799 walk_wild_section (s, f, callback, data);
4dec4d4e
RH
800 else
801 {
802 bfd *member;
803
804 /* This is an archive file. We must map each member of the
805 archive separately. */
1579bae1 806 member = bfd_openr_next_archived_file (f->the_bfd, NULL);
4dec4d4e
RH
807 while (member != NULL)
808 {
809 /* When lookup_name is called, it will call the add_symbols
810 entry point for the archive. For each element of the
811 archive which is included, BFD will call ldlang_add_file,
812 which will set the usrdata field of the member to the
813 lang_input_statement. */
814 if (member->usrdata != NULL)
815 {
1e9cc1c2
NC
816 walk_wild_section (s,
817 (lang_input_statement_type *) member->usrdata,
818 callback, data);
4dec4d4e
RH
819 }
820
821 member = bfd_openr_next_archived_file (f->the_bfd, member);
822 }
823 }
824}
825
826static void
1579bae1 827walk_wild (lang_wild_statement_type *s, callback_t callback, void *data)
4dec4d4e 828{
b6bf44ba 829 const char *file_spec = s->filename;
97407faf 830 char *p;
b6bf44ba
AM
831
832 if (file_spec == NULL)
4dec4d4e
RH
833 {
834 /* Perform the iteration over all files in the list. */
e50d8076 835 LANG_FOR_EACH_INPUT_STATEMENT (f)
4dec4d4e 836 {
b6bf44ba 837 walk_wild_file (s, f, callback, data);
4dec4d4e
RH
838 }
839 }
97407faf
AM
840 else if ((p = archive_path (file_spec)) != NULL)
841 {
842 LANG_FOR_EACH_INPUT_STATEMENT (f)
843 {
967928e9
AM
844 if (input_statement_is_archive_path (file_spec, p, f))
845 walk_wild_file (s, f, callback, data);
97407faf
AM
846 }
847 }
b6bf44ba 848 else if (wildcardp (file_spec))
4dec4d4e 849 {
e50d8076 850 LANG_FOR_EACH_INPUT_STATEMENT (f)
4dec4d4e 851 {
68bbb9f7 852 if (fnmatch (file_spec, f->filename, 0) == 0)
b6bf44ba 853 walk_wild_file (s, f, callback, data);
4dec4d4e
RH
854 }
855 }
856 else
857 {
e50d8076
NC
858 lang_input_statement_type *f;
859
4dec4d4e 860 /* Perform the iteration over a single file. */
b6bf44ba 861 f = lookup_name (file_spec);
6770ec8c 862 if (f)
b6bf44ba 863 walk_wild_file (s, f, callback, data);
4dec4d4e 864 }
5f992e62
AM
865}
866
08da4cac
KH
867/* lang_for_each_statement walks the parse tree and calls the provided
868 function for each node. */
252b5132
RH
869
870static void
1579bae1
AM
871lang_for_each_statement_worker (void (*func) (lang_statement_union_type *),
872 lang_statement_union_type *s)
252b5132 873{
1579bae1 874 for (; s != NULL; s = s->header.next)
252b5132
RH
875 {
876 func (s);
877
878 switch (s->header.type)
879 {
880 case lang_constructors_statement_enum:
881 lang_for_each_statement_worker (func, constructor_list.head);
882 break;
883 case lang_output_section_statement_enum:
884 lang_for_each_statement_worker
6feb9908 885 (func, s->output_section_statement.children.head);
252b5132
RH
886 break;
887 case lang_wild_statement_enum:
6feb9908
AM
888 lang_for_each_statement_worker (func,
889 s->wild_statement.children.head);
252b5132
RH
890 break;
891 case lang_group_statement_enum:
892 lang_for_each_statement_worker (func,
893 s->group_statement.children.head);
894 break;
895 case lang_data_statement_enum:
896 case lang_reloc_statement_enum:
897 case lang_object_symbols_statement_enum:
898 case lang_output_statement_enum:
899 case lang_target_statement_enum:
900 case lang_input_section_enum:
901 case lang_input_statement_enum:
902 case lang_assignment_statement_enum:
903 case lang_padding_statement_enum:
904 case lang_address_statement_enum:
905 case lang_fill_statement_enum:
53d25da6 906 case lang_insert_statement_enum:
252b5132
RH
907 break;
908 default:
909 FAIL ();
910 break;
911 }
912 }
913}
914
915void
1579bae1 916lang_for_each_statement (void (*func) (lang_statement_union_type *))
252b5132 917{
08da4cac 918 lang_for_each_statement_worker (func, statement_list.head);
252b5132
RH
919}
920
921/*----------------------------------------------------------------------*/
08da4cac 922
252b5132 923void
1579bae1 924lang_list_init (lang_statement_list_type *list)
252b5132 925{
1579bae1 926 list->head = NULL;
252b5132
RH
927 list->tail = &list->head;
928}
929
bde18da4
AM
930void
931push_stat_ptr (lang_statement_list_type *new_ptr)
932{
933 if (stat_save_ptr >= stat_save + sizeof (stat_save) / sizeof (stat_save[0]))
934 abort ();
935 *stat_save_ptr++ = stat_ptr;
936 stat_ptr = new_ptr;
937}
938
939void
940pop_stat_ptr (void)
941{
942 if (stat_save_ptr <= stat_save)
943 abort ();
944 stat_ptr = *--stat_save_ptr;
945}
946
08da4cac 947/* Build a new statement node for the parse tree. */
252b5132 948
08da4cac 949static lang_statement_union_type *
1579bae1
AM
950new_statement (enum statement_enum type,
951 size_t size,
952 lang_statement_list_type *list)
252b5132 953{
d3ce72d0 954 lang_statement_union_type *new_stmt;
252b5132 955
d3ce72d0
NC
956 new_stmt = (lang_statement_union_type *) stat_alloc (size);
957 new_stmt->header.type = type;
958 new_stmt->header.next = NULL;
959 lang_statement_append (list, new_stmt, &new_stmt->header.next);
960 return new_stmt;
252b5132
RH
961}
962
08da4cac
KH
963/* Build a new input file node for the language. There are several
964 ways in which we treat an input file, eg, we only look at symbols,
965 or prefix it with a -l etc.
252b5132 966
08da4cac 967 We can be supplied with requests for input files more than once;
396a2467 968 they may, for example be split over several lines like foo.o(.text)
d1778b88 969 foo.o(.data) etc, so when asked for a file we check that we haven't
08da4cac 970 got it already so we don't duplicate the bfd. */
252b5132 971
252b5132 972static lang_input_statement_type *
1579bae1
AM
973new_afile (const char *name,
974 lang_input_file_enum_type file_type,
975 const char *target,
976 bfd_boolean add_to_list)
252b5132
RH
977{
978 lang_input_statement_type *p;
979
980 if (add_to_list)
d3ce72d0 981 p = (lang_input_statement_type *) new_stat (lang_input_statement, stat_ptr);
252b5132
RH
982 else
983 {
d3ce72d0
NC
984 p = (lang_input_statement_type *)
985 stat_alloc (sizeof (lang_input_statement_type));
bd4d42c1 986 p->header.type = lang_input_statement_enum;
252b5132
RH
987 p->header.next = NULL;
988 }
989
b34976b6 990 lang_has_input_file = TRUE;
252b5132 991 p->target = target;
e3f2db7f 992 p->sysrooted = FALSE;
bcb674cf
RS
993
994 if (file_type == lang_input_file_is_l_enum
995 && name[0] == ':' && name[1] != '\0')
996 {
997 file_type = lang_input_file_is_search_file_enum;
998 name = name + 1;
999 }
1000
252b5132
RH
1001 switch (file_type)
1002 {
1003 case lang_input_file_is_symbols_only_enum:
1004 p->filename = name;
b34976b6
AM
1005 p->is_archive = FALSE;
1006 p->real = TRUE;
252b5132 1007 p->local_sym_name = name;
b34976b6
AM
1008 p->just_syms_flag = TRUE;
1009 p->search_dirs_flag = FALSE;
252b5132
RH
1010 break;
1011 case lang_input_file_is_fake_enum:
1012 p->filename = name;
b34976b6
AM
1013 p->is_archive = FALSE;
1014 p->real = FALSE;
252b5132 1015 p->local_sym_name = name;
b34976b6
AM
1016 p->just_syms_flag = FALSE;
1017 p->search_dirs_flag = FALSE;
252b5132
RH
1018 break;
1019 case lang_input_file_is_l_enum:
b34976b6 1020 p->is_archive = TRUE;
252b5132 1021 p->filename = name;
b34976b6 1022 p->real = TRUE;
ff7a0acf 1023 p->local_sym_name = concat ("-l", name, (const char *) NULL);
b34976b6
AM
1024 p->just_syms_flag = FALSE;
1025 p->search_dirs_flag = TRUE;
252b5132
RH
1026 break;
1027 case lang_input_file_is_marker_enum:
1028 p->filename = name;
b34976b6
AM
1029 p->is_archive = FALSE;
1030 p->real = FALSE;
252b5132 1031 p->local_sym_name = name;
b34976b6
AM
1032 p->just_syms_flag = FALSE;
1033 p->search_dirs_flag = TRUE;
252b5132
RH
1034 break;
1035 case lang_input_file_is_search_file_enum:
e3f2db7f 1036 p->sysrooted = ldlang_sysrooted_script;
252b5132 1037 p->filename = name;
b34976b6
AM
1038 p->is_archive = FALSE;
1039 p->real = TRUE;
252b5132 1040 p->local_sym_name = name;
b34976b6
AM
1041 p->just_syms_flag = FALSE;
1042 p->search_dirs_flag = TRUE;
252b5132
RH
1043 break;
1044 case lang_input_file_is_file_enum:
1045 p->filename = name;
b34976b6
AM
1046 p->is_archive = FALSE;
1047 p->real = TRUE;
252b5132 1048 p->local_sym_name = name;
b34976b6
AM
1049 p->just_syms_flag = FALSE;
1050 p->search_dirs_flag = FALSE;
252b5132
RH
1051 break;
1052 default:
1053 FAIL ();
1054 }
1579bae1 1055 p->the_bfd = NULL;
1579bae1
AM
1056 p->next_real_file = NULL;
1057 p->next = NULL;
252b5132 1058 p->dynamic = config.dynamic_link;
e56f61be 1059 p->add_needed = add_needed;
4a43e768 1060 p->as_needed = as_needed;
252b5132 1061 p->whole_archive = whole_archive;
b34976b6 1062 p->loaded = FALSE;
252b5132
RH
1063 lang_statement_append (&input_file_chain,
1064 (lang_statement_union_type *) p,
1065 &p->next_real_file);
1066 return p;
1067}
1068
1069lang_input_statement_type *
1579bae1
AM
1070lang_add_input_file (const char *name,
1071 lang_input_file_enum_type file_type,
1072 const char *target)
252b5132 1073{
b34976b6 1074 return new_afile (name, file_type, target, TRUE);
252b5132
RH
1075}
1076
409d7240 1077struct out_section_hash_entry
750877ba
L
1078{
1079 struct bfd_hash_entry root;
409d7240 1080 lang_statement_union_type s;
750877ba
L
1081};
1082
1083/* The hash table. */
1084
409d7240 1085static struct bfd_hash_table output_section_statement_table;
750877ba 1086
384a9dda 1087/* Support routines for the hash table used by lang_output_section_find,
750877ba
L
1088 initialize the table, fill in an entry and remove the table. */
1089
1090static struct bfd_hash_entry *
329c1c86 1091output_section_statement_newfunc (struct bfd_hash_entry *entry,
409d7240
AM
1092 struct bfd_hash_table *table,
1093 const char *string)
750877ba 1094{
384a9dda 1095 lang_output_section_statement_type **nextp;
409d7240 1096 struct out_section_hash_entry *ret;
384a9dda
AM
1097
1098 if (entry == NULL)
1099 {
1e9cc1c2
NC
1100 entry = (struct bfd_hash_entry *) bfd_hash_allocate (table,
1101 sizeof (*ret));
384a9dda
AM
1102 if (entry == NULL)
1103 return entry;
1104 }
1105
1106 entry = bfd_hash_newfunc (entry, table, string);
1107 if (entry == NULL)
1108 return entry;
1109
409d7240
AM
1110 ret = (struct out_section_hash_entry *) entry;
1111 memset (&ret->s, 0, sizeof (ret->s));
1112 ret->s.header.type = lang_output_section_statement_enum;
1113 ret->s.output_section_statement.subsection_alignment = -1;
1114 ret->s.output_section_statement.section_alignment = -1;
1115 ret->s.output_section_statement.block_value = 1;
1116 lang_list_init (&ret->s.output_section_statement.children);
1117 lang_statement_append (stat_ptr, &ret->s, &ret->s.header.next);
384a9dda 1118
218868ba
AM
1119 /* For every output section statement added to the list, except the
1120 first one, lang_output_section_statement.tail points to the "next"
1121 field of the last element of the list. */
1122 if (lang_output_section_statement.head != NULL)
409d7240
AM
1123 ret->s.output_section_statement.prev
1124 = ((lang_output_section_statement_type *)
1125 ((char *) lang_output_section_statement.tail
1126 - offsetof (lang_output_section_statement_type, next)));
218868ba 1127
384a9dda
AM
1128 /* GCC's strict aliasing rules prevent us from just casting the
1129 address, so we store the pointer in a variable and cast that
1130 instead. */
409d7240 1131 nextp = &ret->s.output_section_statement.next;
384a9dda 1132 lang_statement_append (&lang_output_section_statement,
409d7240 1133 &ret->s,
384a9dda
AM
1134 (lang_statement_union_type **) nextp);
1135 return &ret->root;
750877ba
L
1136}
1137
1138static void
409d7240 1139output_section_statement_table_init (void)
750877ba 1140{
409d7240
AM
1141 if (!bfd_hash_table_init_n (&output_section_statement_table,
1142 output_section_statement_newfunc,
1143 sizeof (struct out_section_hash_entry),
66eb6687 1144 61))
384a9dda 1145 einfo (_("%P%F: can not create hash table: %E\n"));
750877ba
L
1146}
1147
1148static void
409d7240 1149output_section_statement_table_free (void)
750877ba 1150{
409d7240 1151 bfd_hash_table_free (&output_section_statement_table);
750877ba
L
1152}
1153
08da4cac
KH
1154/* Build enough state so that the parser can build its tree. */
1155
252b5132 1156void
1579bae1 1157lang_init (void)
252b5132
RH
1158{
1159 obstack_begin (&stat_obstack, 1000);
1160
1161 stat_ptr = &statement_list;
1162
409d7240 1163 output_section_statement_table_init ();
750877ba 1164
252b5132
RH
1165 lang_list_init (stat_ptr);
1166
1167 lang_list_init (&input_file_chain);
1168 lang_list_init (&lang_output_section_statement);
1169 lang_list_init (&file_chain);
1579bae1
AM
1170 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum,
1171 NULL);
08da4cac 1172 abs_output_section =
66c103b7 1173 lang_output_section_statement_lookup (BFD_ABS_SECTION_NAME, 0, TRUE);
252b5132
RH
1174
1175 abs_output_section->bfd_section = bfd_abs_section_ptr;
420e579c
HPN
1176
1177 /* The value "3" is ad-hoc, somewhat related to the expected number of
1178 DEFINED expressions in a linker script. For most default linker
1179 scripts, there are none. Why a hash table then? Well, it's somewhat
1180 simpler to re-use working machinery than using a linked list in terms
1181 of code-complexity here in ld, besides the initialization which just
1182 looks like other code here. */
688c58f3 1183 if (!bfd_hash_table_init_n (&lang_definedness_table,
66eb6687
AM
1184 lang_definedness_newfunc,
1185 sizeof (struct lang_definedness_hash_entry),
1186 3))
384a9dda 1187 einfo (_("%P%F: can not create hash table: %E\n"));
252b5132
RH
1188}
1189
750877ba
L
1190void
1191lang_finish (void)
1192{
409d7240 1193 output_section_statement_table_free ();
750877ba
L
1194}
1195
252b5132 1196/*----------------------------------------------------------------------
08da4cac
KH
1197 A region is an area of memory declared with the
1198 MEMORY { name:org=exp, len=exp ... }
1199 syntax.
252b5132 1200
08da4cac 1201 We maintain a list of all the regions here.
252b5132 1202
08da4cac 1203 If no regions are specified in the script, then the default is used
a747ee4d
NC
1204 which is created when looked up to be the entire data space.
1205
1206 If create is true we are creating a region inside a MEMORY block.
1207 In this case it is probably an error to create a region that has
1208 already been created. If we are not inside a MEMORY block it is
1209 dubious to use an undeclared region name (except DEFAULT_MEMORY_REGION)
4a93e180
NC
1210 and so we issue a warning.
1211
1212 Each region has at least one name. The first name is either
1213 DEFAULT_MEMORY_REGION or the name given in the MEMORY block. You can add
1214 alias names to an existing region within a script with
1215 REGION_ALIAS (alias, region_name). Each name corresponds to at most one
1216 region. */
252b5132
RH
1217
1218static lang_memory_region_type *lang_memory_region_list;
6feb9908
AM
1219static lang_memory_region_type **lang_memory_region_list_tail
1220 = &lang_memory_region_list;
252b5132
RH
1221
1222lang_memory_region_type *
a747ee4d 1223lang_memory_region_lookup (const char *const name, bfd_boolean create)
252b5132 1224{
4a93e180
NC
1225 lang_memory_region_name *n;
1226 lang_memory_region_type *r;
d3ce72d0 1227 lang_memory_region_type *new_region;
252b5132 1228
9f88b410
RS
1229 /* NAME is NULL for LMA memspecs if no region was specified. */
1230 if (name == NULL)
1231 return NULL;
1232
4a93e180
NC
1233 for (r = lang_memory_region_list; r != NULL; r = r->next)
1234 for (n = &r->name_list; n != NULL; n = n->next)
1235 if (strcmp (n->name, name) == 0)
1236 {
1237 if (create)
1238 einfo (_("%P:%S: warning: redeclaration of memory region `%s'\n"),
1239 name);
1240 return r;
1241 }
252b5132 1242
a747ee4d 1243 if (!create && strcmp (name, DEFAULT_MEMORY_REGION))
4a93e180 1244 einfo (_("%P:%S: warning: memory region `%s' not declared\n"), name);
a747ee4d 1245
d3ce72d0
NC
1246 new_region = (lang_memory_region_type *)
1247 stat_alloc (sizeof (lang_memory_region_type));
252b5132 1248
d3ce72d0
NC
1249 new_region->name_list.name = xstrdup (name);
1250 new_region->name_list.next = NULL;
1251 new_region->next = NULL;
1252 new_region->origin = 0;
1253 new_region->length = ~(bfd_size_type) 0;
1254 new_region->current = 0;
1255 new_region->last_os = NULL;
1256 new_region->flags = 0;
1257 new_region->not_flags = 0;
1258 new_region->had_full_message = FALSE;
252b5132 1259
d3ce72d0
NC
1260 *lang_memory_region_list_tail = new_region;
1261 lang_memory_region_list_tail = &new_region->next;
66e28d60 1262
d3ce72d0 1263 return new_region;
252b5132
RH
1264}
1265
4a93e180
NC
1266void
1267lang_memory_region_alias (const char * alias, const char * region_name)
1268{
1269 lang_memory_region_name * n;
1270 lang_memory_region_type * r;
1271 lang_memory_region_type * region;
1272
1273 /* The default region must be unique. This ensures that it is not necessary
1274 to iterate through the name list if someone wants the check if a region is
1275 the default memory region. */
1276 if (strcmp (region_name, DEFAULT_MEMORY_REGION) == 0
1277 || strcmp (alias, DEFAULT_MEMORY_REGION) == 0)
1278 einfo (_("%F%P:%S: error: alias for default memory region\n"));
1279
1280 /* Look for the target region and check if the alias is not already
1281 in use. */
1282 region = NULL;
1283 for (r = lang_memory_region_list; r != NULL; r = r->next)
1284 for (n = &r->name_list; n != NULL; n = n->next)
1285 {
1286 if (region == NULL && strcmp (n->name, region_name) == 0)
1287 region = r;
1288 if (strcmp (n->name, alias) == 0)
1289 einfo (_("%F%P:%S: error: redefinition of memory region "
1290 "alias `%s'\n"),
1291 alias);
1292 }
1293
1294 /* Check if the target region exists. */
1295 if (region == NULL)
1296 einfo (_("%F%P:%S: error: memory region `%s' "
1297 "for alias `%s' does not exist\n"),
1298 region_name,
1299 alias);
1300
1301 /* Add alias to region name list. */
1e9cc1c2 1302 n = (lang_memory_region_name *) stat_alloc (sizeof (lang_memory_region_name));
4a93e180
NC
1303 n->name = xstrdup (alias);
1304 n->next = region->name_list.next;
1305 region->name_list.next = n;
1306}
1307
5f992e62 1308static lang_memory_region_type *
4a93e180 1309lang_memory_default (asection * section)
252b5132
RH
1310{
1311 lang_memory_region_type *p;
1312
1313 flagword sec_flags = section->flags;
1314
1315 /* Override SEC_DATA to mean a writable section. */
1316 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC)
1317 sec_flags |= SEC_DATA;
1318
1579bae1 1319 for (p = lang_memory_region_list; p != NULL; p = p->next)
252b5132
RH
1320 {
1321 if ((p->flags & sec_flags) != 0
1322 && (p->not_flags & sec_flags) == 0)
1323 {
1324 return p;
1325 }
1326 }
a747ee4d 1327 return lang_memory_region_lookup (DEFAULT_MEMORY_REGION, FALSE);
252b5132
RH
1328}
1329
d127ecce
AM
1330/* Find or create an output_section_statement with the given NAME.
1331 If CONSTRAINT is non-zero match one with that constraint, otherwise
1332 match any non-negative constraint. If CREATE, always make a
1333 new output_section_statement for SPECIAL CONSTRAINT. */
1334
384a9dda 1335lang_output_section_statement_type *
d127ecce 1336lang_output_section_statement_lookup (const char *name,
66c103b7
AM
1337 int constraint,
1338 bfd_boolean create)
252b5132 1339{
409d7240 1340 struct out_section_hash_entry *entry;
252b5132 1341
409d7240
AM
1342 entry = ((struct out_section_hash_entry *)
1343 bfd_hash_lookup (&output_section_statement_table, name,
66c103b7 1344 create, FALSE));
384a9dda
AM
1345 if (entry == NULL)
1346 {
66c103b7
AM
1347 if (create)
1348 einfo (_("%P%F: failed creating section `%s': %E\n"), name);
384a9dda
AM
1349 return NULL;
1350 }
252b5132 1351
409d7240 1352 if (entry->s.output_section_statement.name != NULL)
252b5132 1353 {
384a9dda
AM
1354 /* We have a section of this name, but it might not have the correct
1355 constraint. */
66c103b7 1356 struct out_section_hash_entry *last_ent;
66c103b7 1357
d127ecce 1358 name = entry->s.output_section_statement.name;
8a99a385
AM
1359 if (create && constraint == SPECIAL)
1360 /* Not traversing to the end reverses the order of the second
1361 and subsequent SPECIAL sections in the hash table chain,
1362 but that shouldn't matter. */
1363 last_ent = entry;
1364 else
1365 do
1366 {
d127ecce
AM
1367 if (constraint == entry->s.output_section_statement.constraint
1368 || (constraint == 0
1369 && entry->s.output_section_statement.constraint >= 0))
8a99a385
AM
1370 return &entry->s.output_section_statement;
1371 last_ent = entry;
1372 entry = (struct out_section_hash_entry *) entry->root.next;
1373 }
1374 while (entry != NULL
d127ecce 1375 && name == entry->s.output_section_statement.name);
252b5132 1376
66c103b7
AM
1377 if (!create)
1378 return NULL;
1379
409d7240
AM
1380 entry
1381 = ((struct out_section_hash_entry *)
1382 output_section_statement_newfunc (NULL,
1383 &output_section_statement_table,
1384 name));
750877ba 1385 if (entry == NULL)
384a9dda
AM
1386 {
1387 einfo (_("%P%F: failed creating section `%s': %E\n"), name);
1388 return NULL;
1389 }
1390 entry->root = last_ent->root;
1391 last_ent->root.next = &entry->root;
252b5132 1392 }
384a9dda 1393
409d7240
AM
1394 entry->s.output_section_statement.name = name;
1395 entry->s.output_section_statement.constraint = constraint;
1396 return &entry->s.output_section_statement;
252b5132
RH
1397}
1398
d127ecce
AM
1399/* Find the next output_section_statement with the same name as OS.
1400 If CONSTRAINT is non-zero, find one with that constraint otherwise
1401 match any non-negative constraint. */
1402
1403lang_output_section_statement_type *
1404next_matching_output_section_statement (lang_output_section_statement_type *os,
1405 int constraint)
1406{
1407 /* All output_section_statements are actually part of a
1408 struct out_section_hash_entry. */
1409 struct out_section_hash_entry *entry = (struct out_section_hash_entry *)
1410 ((char *) os
1411 - offsetof (struct out_section_hash_entry, s.output_section_statement));
1412 const char *name = os->name;
1413
1414 ASSERT (name == entry->root.string);
1415 do
1416 {
1417 entry = (struct out_section_hash_entry *) entry->root.next;
1418 if (entry == NULL
1419 || name != entry->s.output_section_statement.name)
1420 return NULL;
1421 }
1422 while (constraint != entry->s.output_section_statement.constraint
1423 && (constraint != 0
1424 || entry->s.output_section_statement.constraint < 0));
1425
1426 return &entry->s.output_section_statement;
1427}
1428
afd7a018
AM
1429/* A variant of lang_output_section_find used by place_orphan.
1430 Returns the output statement that should precede a new output
1431 statement for SEC. If an exact match is found on certain flags,
1432 sets *EXACT too. */
1433
1434lang_output_section_statement_type *
1435lang_output_section_find_by_flags (const asection *sec,
390fbbf1
AM
1436 lang_output_section_statement_type **exact,
1437 lang_match_sec_type_func match_type)
afd7a018
AM
1438{
1439 lang_output_section_statement_type *first, *look, *found;
1440 flagword flags;
1441
1442 /* We know the first statement on this list is *ABS*. May as well
1443 skip it. */
1444 first = &lang_output_section_statement.head->output_section_statement;
1445 first = first->next;
1446
1447 /* First try for an exact match. */
1448 found = NULL;
1449 for (look = first; look; look = look->next)
1450 {
1451 flags = look->flags;
1452 if (look->bfd_section != NULL)
ecca9871
L
1453 {
1454 flags = look->bfd_section->flags;
f13a99db
AM
1455 if (match_type && !match_type (link_info.output_bfd,
1456 look->bfd_section,
390fbbf1 1457 sec->owner, sec))
ecca9871
L
1458 continue;
1459 }
afd7a018
AM
1460 flags ^= sec->flags;
1461 if (!(flags & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_READONLY
1462 | SEC_CODE | SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
1463 found = look;
1464 }
1465 if (found != NULL)
1466 {
390fbbf1
AM
1467 if (exact != NULL)
1468 *exact = found;
afd7a018
AM
1469 return found;
1470 }
1471
07890c07
AM
1472 if ((sec->flags & SEC_CODE) != 0
1473 && (sec->flags & SEC_ALLOC) != 0)
afd7a018
AM
1474 {
1475 /* Try for a rw code section. */
1476 for (look = first; look; look = look->next)
1477 {
1478 flags = look->flags;
1479 if (look->bfd_section != NULL)
ecca9871
L
1480 {
1481 flags = look->bfd_section->flags;
f13a99db
AM
1482 if (match_type && !match_type (link_info.output_bfd,
1483 look->bfd_section,
390fbbf1 1484 sec->owner, sec))
ecca9871
L
1485 continue;
1486 }
afd7a018
AM
1487 flags ^= sec->flags;
1488 if (!(flags & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1489 | SEC_CODE | SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
1490 found = look;
1491 }
afd7a018 1492 }
07890c07
AM
1493 else if ((sec->flags & (SEC_READONLY | SEC_THREAD_LOCAL)) != 0
1494 && (sec->flags & SEC_ALLOC) != 0)
afd7a018
AM
1495 {
1496 /* .rodata can go after .text, .sdata2 after .rodata. */
1497 for (look = first; look; look = look->next)
1498 {
1499 flags = look->flags;
1500 if (look->bfd_section != NULL)
ecca9871
L
1501 {
1502 flags = look->bfd_section->flags;
f13a99db
AM
1503 if (match_type && !match_type (link_info.output_bfd,
1504 look->bfd_section,
390fbbf1 1505 sec->owner, sec))
ecca9871
L
1506 continue;
1507 }
afd7a018
AM
1508 flags ^= sec->flags;
1509 if (!(flags & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1510 | SEC_READONLY))
1511 && !(look->flags & (SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
1512 found = look;
1513 }
afd7a018 1514 }
07890c07
AM
1515 else if ((sec->flags & SEC_SMALL_DATA) != 0
1516 && (sec->flags & SEC_ALLOC) != 0)
afd7a018
AM
1517 {
1518 /* .sdata goes after .data, .sbss after .sdata. */
1519 for (look = first; look; look = look->next)
1520 {
1521 flags = look->flags;
1522 if (look->bfd_section != NULL)
ecca9871
L
1523 {
1524 flags = look->bfd_section->flags;
f13a99db
AM
1525 if (match_type && !match_type (link_info.output_bfd,
1526 look->bfd_section,
390fbbf1 1527 sec->owner, sec))
ecca9871
L
1528 continue;
1529 }
afd7a018
AM
1530 flags ^= sec->flags;
1531 if (!(flags & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1532 | SEC_THREAD_LOCAL))
1533 || ((look->flags & SEC_SMALL_DATA)
1534 && !(sec->flags & SEC_HAS_CONTENTS)))
1535 found = look;
1536 }
afd7a018 1537 }
07890c07
AM
1538 else if ((sec->flags & SEC_HAS_CONTENTS) != 0
1539 && (sec->flags & SEC_ALLOC) != 0)
afd7a018
AM
1540 {
1541 /* .data goes after .rodata. */
1542 for (look = first; look; look = look->next)
1543 {
1544 flags = look->flags;
1545 if (look->bfd_section != NULL)
ecca9871
L
1546 {
1547 flags = look->bfd_section->flags;
f13a99db
AM
1548 if (match_type && !match_type (link_info.output_bfd,
1549 look->bfd_section,
390fbbf1 1550 sec->owner, sec))
ecca9871
L
1551 continue;
1552 }
afd7a018
AM
1553 flags ^= sec->flags;
1554 if (!(flags & (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD
1555 | SEC_SMALL_DATA | SEC_THREAD_LOCAL)))
1556 found = look;
1557 }
afd7a018 1558 }
07890c07 1559 else if ((sec->flags & SEC_ALLOC) != 0)
afd7a018 1560 {
07890c07 1561 /* .bss goes after any other alloc section. */
390fbbf1 1562 for (look = first; look; look = look->next)
ecca9871 1563 {
390fbbf1
AM
1564 flags = look->flags;
1565 if (look->bfd_section != NULL)
1566 {
1567 flags = look->bfd_section->flags;
f13a99db
AM
1568 if (match_type && !match_type (link_info.output_bfd,
1569 look->bfd_section,
390fbbf1
AM
1570 sec->owner, sec))
1571 continue;
1572 }
1573 flags ^= sec->flags;
1574 if (!(flags & SEC_ALLOC))
1575 found = look;
ecca9871 1576 }
afd7a018 1577 }
07890c07
AM
1578 else
1579 {
1580 /* non-alloc go last. */
1581 for (look = first; look; look = look->next)
1582 {
1583 flags = look->flags;
1584 if (look->bfd_section != NULL)
1585 flags = look->bfd_section->flags;
1586 flags ^= sec->flags;
1587 if (!(flags & SEC_DEBUGGING))
1588 found = look;
1589 }
1590 return found;
1591 }
afd7a018 1592
390fbbf1
AM
1593 if (found || !match_type)
1594 return found;
1595
1596 return lang_output_section_find_by_flags (sec, NULL, NULL);
afd7a018
AM
1597}
1598
1599/* Find the last output section before given output statement.
1600 Used by place_orphan. */
1601
1602static asection *
1603output_prev_sec_find (lang_output_section_statement_type *os)
1604{
afd7a018
AM
1605 lang_output_section_statement_type *lookup;
1606
218868ba 1607 for (lookup = os->prev; lookup != NULL; lookup = lookup->prev)
afd7a018 1608 {
66c103b7 1609 if (lookup->constraint < 0)
afd7a018 1610 continue;
afd7a018
AM
1611
1612 if (lookup->bfd_section != NULL && lookup->bfd_section->owner != NULL)
218868ba 1613 return lookup->bfd_section;
afd7a018
AM
1614 }
1615
1616 return NULL;
1617}
1618
53d25da6
AM
1619/* Look for a suitable place for a new output section statement. The
1620 idea is to skip over anything that might be inside a SECTIONS {}
1621 statement in a script, before we find another output section
1622 statement. Assignments to "dot" before an output section statement
0fa4d7cf
AM
1623 are assumed to belong to it, except in two cases; The first
1624 assignment to dot, and assignments before non-alloc sections.
1625 Otherwise we might put an orphan before . = . + SIZEOF_HEADERS or
1626 similar assignments that set the initial address, or we might
1627 insert non-alloc note sections among assignments setting end of
1628 image symbols. */
53d25da6
AM
1629
1630static lang_statement_union_type **
1631insert_os_after (lang_output_section_statement_type *after)
1632{
1633 lang_statement_union_type **where;
1634 lang_statement_union_type **assign = NULL;
1635 bfd_boolean ignore_first;
1636
1637 ignore_first
1638 = after == &lang_output_section_statement.head->output_section_statement;
1639
1640 for (where = &after->header.next;
1641 *where != NULL;
1642 where = &(*where)->header.next)
1643 {
1644 switch ((*where)->header.type)
1645 {
1646 case lang_assignment_statement_enum:
1647 if (assign == NULL)
1648 {
1649 lang_assignment_statement_type *ass;
1650
1651 ass = &(*where)->assignment_statement;
1652 if (ass->exp->type.node_class != etree_assert
1653 && ass->exp->assign.dst[0] == '.'
1654 && ass->exp->assign.dst[1] == 0
1655 && !ignore_first)
1656 assign = where;
1657 }
1658 ignore_first = FALSE;
1659 continue;
1660 case lang_wild_statement_enum:
1661 case lang_input_section_enum:
1662 case lang_object_symbols_statement_enum:
1663 case lang_fill_statement_enum:
1664 case lang_data_statement_enum:
1665 case lang_reloc_statement_enum:
1666 case lang_padding_statement_enum:
1667 case lang_constructors_statement_enum:
1668 assign = NULL;
1669 continue;
1670 case lang_output_section_statement_enum:
1671 if (assign != NULL)
0fa4d7cf
AM
1672 {
1673 asection *s = (*where)->output_section_statement.bfd_section;
1674
249b2a84
L
1675 if (s == NULL
1676 || s->map_head.s == NULL
1677 || (s->flags & SEC_ALLOC) != 0)
0fa4d7cf
AM
1678 where = assign;
1679 }
53d25da6
AM
1680 break;
1681 case lang_input_statement_enum:
1682 case lang_address_statement_enum:
1683 case lang_target_statement_enum:
1684 case lang_output_statement_enum:
1685 case lang_group_statement_enum:
1686 case lang_insert_statement_enum:
1687 continue;
1688 }
1689 break;
1690 }
1691
1692 return where;
1693}
1694
afd7a018 1695lang_output_section_statement_type *
7b986e99 1696lang_insert_orphan (asection *s,
afd7a018 1697 const char *secname,
8a99a385 1698 int constraint,
afd7a018
AM
1699 lang_output_section_statement_type *after,
1700 struct orphan_save *place,
1701 etree_type *address,
1702 lang_statement_list_type *add_child)
1703{
afd7a018
AM
1704 lang_statement_list_type add;
1705 const char *ps;
afd7a018
AM
1706 lang_output_section_statement_type *os;
1707 lang_output_section_statement_type **os_tail;
1708
afd7a018
AM
1709 /* If we have found an appropriate place for the output section
1710 statements for this orphan, add them to our own private list,
1711 inserting them later into the global statement list. */
1712 if (after != NULL)
1713 {
bde18da4
AM
1714 lang_list_init (&add);
1715 push_stat_ptr (&add);
afd7a018
AM
1716 }
1717
011aa75f
AM
1718 if (link_info.relocatable || (s->flags & (SEC_LOAD | SEC_ALLOC)) == 0)
1719 address = exp_intop (0);
1720
1721 os_tail = ((lang_output_section_statement_type **)
1722 lang_output_section_statement.tail);
1e9cc1c2
NC
1723 os = lang_enter_output_section_statement (secname, address, normal_section,
1724 NULL, NULL, NULL, constraint);
011aa75f 1725
afd7a018 1726 ps = NULL;
011aa75f 1727 if (config.build_constructors && *os_tail == os)
afd7a018
AM
1728 {
1729 /* If the name of the section is representable in C, then create
1730 symbols to mark the start and the end of the section. */
1731 for (ps = secname; *ps != '\0'; ps++)
1732 if (! ISALNUM ((unsigned char) *ps) && *ps != '_')
1733 break;
1734 if (*ps == '\0')
1735 {
1736 char *symname;
1737 etree_type *e_align;
1738
1739 symname = (char *) xmalloc (ps - secname + sizeof "__start_" + 1);
f13a99db 1740 symname[0] = bfd_get_symbol_leading_char (link_info.output_bfd);
afd7a018
AM
1741 sprintf (symname + (symname[0] != 0), "__start_%s", secname);
1742 e_align = exp_unop (ALIGN_K,
1743 exp_intop ((bfd_vma) 1 << s->alignment_power));
1744 lang_add_assignment (exp_assop ('=', ".", e_align));
34711ca3 1745 lang_add_assignment (exp_provide (symname,
011aa75f
AM
1746 exp_unop (ABSOLUTE,
1747 exp_nameop (NAME, ".")),
34711ca3 1748 FALSE));
afd7a018
AM
1749 }
1750 }
1751
afd7a018
AM
1752 if (add_child == NULL)
1753 add_child = &os->children;
7b986e99 1754 lang_add_section (add_child, s, os);
afd7a018
AM
1755
1756 lang_leave_output_section_statement (0, "*default*", NULL, NULL);
1757
011aa75f 1758 if (ps != NULL && *ps == '\0')
afd7a018
AM
1759 {
1760 char *symname;
1761
afd7a018 1762 symname = (char *) xmalloc (ps - secname + sizeof "__stop_" + 1);
f13a99db 1763 symname[0] = bfd_get_symbol_leading_char (link_info.output_bfd);
afd7a018 1764 sprintf (symname + (symname[0] != 0), "__stop_%s", secname);
34711ca3
AM
1765 lang_add_assignment (exp_provide (symname,
1766 exp_nameop (NAME, "."),
1767 FALSE));
afd7a018
AM
1768 }
1769
1770 /* Restore the global list pointer. */
1771 if (after != NULL)
bde18da4 1772 pop_stat_ptr ();
afd7a018
AM
1773
1774 if (after != NULL && os->bfd_section != NULL)
1775 {
5daa8fe7 1776 asection *snew, *as;
afd7a018
AM
1777
1778 snew = os->bfd_section;
1779
1780 /* Shuffle the bfd section list to make the output file look
1781 neater. This is really only cosmetic. */
1782 if (place->section == NULL
1783 && after != (&lang_output_section_statement.head
1784 ->output_section_statement))
1785 {
1786 asection *bfd_section = after->bfd_section;
1787
1788 /* If the output statement hasn't been used to place any input
1789 sections (and thus doesn't have an output bfd_section),
1790 look for the closest prior output statement having an
1791 output section. */
1792 if (bfd_section == NULL)
1793 bfd_section = output_prev_sec_find (after);
1794
1795 if (bfd_section != NULL && bfd_section != snew)
1796 place->section = &bfd_section->next;
1797 }
1798
1799 if (place->section == NULL)
f13a99db 1800 place->section = &link_info.output_bfd->sections;
afd7a018 1801
5daa8fe7 1802 as = *place->section;
5e542ba7
MS
1803
1804 if (!as)
329c1c86
AM
1805 {
1806 /* Put the section at the end of the list. */
5e542ba7
MS
1807
1808 /* Unlink the section. */
f13a99db 1809 bfd_section_list_remove (link_info.output_bfd, snew);
5e542ba7
MS
1810
1811 /* Now tack it back on in the right place. */
f13a99db 1812 bfd_section_list_append (link_info.output_bfd, snew);
329c1c86 1813 }
5e542ba7 1814 else if (as != snew && as->prev != snew)
5daa8fe7
L
1815 {
1816 /* Unlink the section. */
f13a99db 1817 bfd_section_list_remove (link_info.output_bfd, snew);
afd7a018 1818
5daa8fe7 1819 /* Now tack it back on in the right place. */
f13a99db 1820 bfd_section_list_insert_before (link_info.output_bfd, as, snew);
5daa8fe7 1821 }
afd7a018
AM
1822
1823 /* Save the end of this list. Further ophans of this type will
1824 follow the one we've just added. */
1825 place->section = &snew->next;
1826
1827 /* The following is non-cosmetic. We try to put the output
1828 statements in some sort of reasonable order here, because they
1829 determine the final load addresses of the orphan sections.
1830 In addition, placing output statements in the wrong order may
1831 require extra segments. For instance, given a typical
1832 situation of all read-only sections placed in one segment and
1833 following that a segment containing all the read-write
1834 sections, we wouldn't want to place an orphan read/write
1835 section before or amongst the read-only ones. */
1836 if (add.head != NULL)
1837 {
1838 lang_output_section_statement_type *newly_added_os;
1839
1840 if (place->stmt == NULL)
1841 {
53d25da6 1842 lang_statement_union_type **where = insert_os_after (after);
afd7a018
AM
1843
1844 *add.tail = *where;
1845 *where = add.head;
1846
1847 place->os_tail = &after->next;
1848 }
1849 else
1850 {
1851 /* Put it after the last orphan statement we added. */
1852 *add.tail = *place->stmt;
1853 *place->stmt = add.head;
1854 }
1855
1856 /* Fix the global list pointer if we happened to tack our
1857 new list at the tail. */
bde18da4
AM
1858 if (*stat_ptr->tail == add.head)
1859 stat_ptr->tail = add.tail;
afd7a018
AM
1860
1861 /* Save the end of this list. */
1862 place->stmt = add.tail;
1863
1864 /* Do the same for the list of output section statements. */
1865 newly_added_os = *os_tail;
1866 *os_tail = NULL;
218868ba
AM
1867 newly_added_os->prev = (lang_output_section_statement_type *)
1868 ((char *) place->os_tail
1869 - offsetof (lang_output_section_statement_type, next));
afd7a018 1870 newly_added_os->next = *place->os_tail;
218868ba
AM
1871 if (newly_added_os->next != NULL)
1872 newly_added_os->next->prev = newly_added_os;
afd7a018
AM
1873 *place->os_tail = newly_added_os;
1874 place->os_tail = &newly_added_os->next;
1875
1876 /* Fixing the global list pointer here is a little different.
1877 We added to the list in lang_enter_output_section_statement,
1878 trimmed off the new output_section_statment above when
1879 assigning *os_tail = NULL, but possibly added it back in
1880 the same place when assigning *place->os_tail. */
1881 if (*os_tail == NULL)
1882 lang_output_section_statement.tail
1883 = (lang_statement_union_type **) os_tail;
1884 }
1885 }
1886 return os;
1887}
1888
252b5132 1889static void
1579bae1 1890lang_map_flags (flagword flag)
252b5132
RH
1891{
1892 if (flag & SEC_ALLOC)
1893 minfo ("a");
1894
1895 if (flag & SEC_CODE)
1896 minfo ("x");
1897
1898 if (flag & SEC_READONLY)
1899 minfo ("r");
1900
1901 if (flag & SEC_DATA)
1902 minfo ("w");
1903
1904 if (flag & SEC_LOAD)
1905 minfo ("l");
1906}
1907
1908void
1579bae1 1909lang_map (void)
252b5132
RH
1910{
1911 lang_memory_region_type *m;
4d4920ec 1912 bfd_boolean dis_header_printed = FALSE;
35835446 1913 bfd *p;
252b5132 1914
4d4920ec
EB
1915 LANG_FOR_EACH_INPUT_STATEMENT (file)
1916 {
1917 asection *s;
1918
1919 if ((file->the_bfd->flags & (BFD_LINKER_CREATED | DYNAMIC)) != 0
1920 || file->just_syms_flag)
1921 continue;
1922
1923 for (s = file->the_bfd->sections; s != NULL; s = s->next)
a14a5de3 1924 if ((s->output_section == NULL
f13a99db 1925 || s->output_section->owner != link_info.output_bfd)
a14a5de3 1926 && (s->flags & (SEC_LINKER_CREATED | SEC_KEEP)) == 0)
4d4920ec
EB
1927 {
1928 if (! dis_header_printed)
1929 {
1930 fprintf (config.map_file, _("\nDiscarded input sections\n\n"));
1931 dis_header_printed = TRUE;
1932 }
1933
d64703c6 1934 print_input_section (s, TRUE);
4d4920ec
EB
1935 }
1936 }
1937
252b5132
RH
1938 minfo (_("\nMemory Configuration\n\n"));
1939 fprintf (config.map_file, "%-16s %-18s %-18s %s\n",
1940 _("Name"), _("Origin"), _("Length"), _("Attributes"));
1941
1579bae1 1942 for (m = lang_memory_region_list; m != NULL; m = m->next)
252b5132
RH
1943 {
1944 char buf[100];
1945 int len;
1946
4a93e180 1947 fprintf (config.map_file, "%-16s ", m->name_list.name);
252b5132
RH
1948
1949 sprintf_vma (buf, m->origin);
1950 minfo ("0x%s ", buf);
1951 len = strlen (buf);
1952 while (len < 16)
1953 {
1954 print_space ();
1955 ++len;
1956 }
1957
1958 minfo ("0x%V", m->length);
1959 if (m->flags || m->not_flags)
1960 {
1961#ifndef BFD64
1962 minfo (" ");
1963#endif
1964 if (m->flags)
1965 {
1966 print_space ();
1967 lang_map_flags (m->flags);
1968 }
1969
1970 if (m->not_flags)
1971 {
1972 minfo (" !");
1973 lang_map_flags (m->not_flags);
1974 }
1975 }
1976
1977 print_nl ();
1978 }
1979
1980 fprintf (config.map_file, _("\nLinker script and memory map\n\n"));
1981
c0f00686 1982 if (! link_info.reduce_memory_overheads)
35835446
JR
1983 {
1984 obstack_begin (&map_obstack, 1000);
1985 for (p = link_info.input_bfds; p != (bfd *) NULL; p = p->link_next)
1986 bfd_map_over_sections (p, init_map_userdata, 0);
1987 bfd_link_hash_traverse (link_info.hash, sort_def_symbol, 0);
1988 }
a1438fce 1989 lang_statement_iteration ++;
252b5132
RH
1990 print_statements ();
1991}
1992
35835446 1993static void
967928e9
AM
1994init_map_userdata (bfd *abfd ATTRIBUTE_UNUSED,
1995 asection *sec,
1996 void *data ATTRIBUTE_UNUSED)
35835446
JR
1997{
1998 fat_section_userdata_type *new_data
1999 = ((fat_section_userdata_type *) (stat_alloc
2000 (sizeof (fat_section_userdata_type))));
2001
2002 ASSERT (get_userdata (sec) == NULL);
2003 get_userdata (sec) = new_data;
2004 new_data->map_symbol_def_tail = &new_data->map_symbol_def_head;
02688209 2005 new_data->map_symbol_def_count = 0;
35835446
JR
2006}
2007
2008static bfd_boolean
967928e9
AM
2009sort_def_symbol (struct bfd_link_hash_entry *hash_entry,
2010 void *info ATTRIBUTE_UNUSED)
35835446
JR
2011{
2012 if (hash_entry->type == bfd_link_hash_defined
2013 || hash_entry->type == bfd_link_hash_defweak)
2014 {
2015 struct fat_user_section_struct *ud;
2016 struct map_symbol_def *def;
2017
1e9cc1c2
NC
2018 ud = (struct fat_user_section_struct *)
2019 get_userdata (hash_entry->u.def.section);
35835446
JR
2020 if (! ud)
2021 {
2022 /* ??? What do we have to do to initialize this beforehand? */
2023 /* The first time we get here is bfd_abs_section... */
2024 init_map_userdata (0, hash_entry->u.def.section, 0);
1e9cc1c2
NC
2025 ud = (struct fat_user_section_struct *)
2026 get_userdata (hash_entry->u.def.section);
35835446
JR
2027 }
2028 else if (!ud->map_symbol_def_tail)
2029 ud->map_symbol_def_tail = &ud->map_symbol_def_head;
afd7a018 2030
1e9cc1c2 2031 def = (struct map_symbol_def *) obstack_alloc (&map_obstack, sizeof *def);
35835446 2032 def->entry = hash_entry;
76d7af2d 2033 *(ud->map_symbol_def_tail) = def;
35835446 2034 ud->map_symbol_def_tail = &def->next;
02688209 2035 ud->map_symbol_def_count++;
35835446
JR
2036 }
2037 return TRUE;
2038}
2039
252b5132
RH
2040/* Initialize an output section. */
2041
2042static void
12d814e1
L
2043init_os (lang_output_section_statement_type *s, asection *isec,
2044 flagword flags)
252b5132 2045{
252b5132
RH
2046 if (s->bfd_section != NULL)
2047 return;
2048
2049 if (strcmp (s->name, DISCARD_SECTION_NAME) == 0)
6f9efd97 2050 einfo (_("%P%F: Illegal use of `%s' section\n"), DISCARD_SECTION_NAME);
252b5132 2051
8a99a385
AM
2052 if (s->constraint != SPECIAL)
2053 s->bfd_section = bfd_get_section_by_name (link_info.output_bfd, s->name);
1579bae1 2054 if (s->bfd_section == NULL)
8a99a385
AM
2055 s->bfd_section = bfd_make_section_anyway_with_flags (link_info.output_bfd,
2056 s->name, flags);
1579bae1 2057 if (s->bfd_section == NULL)
252b5132
RH
2058 {
2059 einfo (_("%P%F: output format %s cannot represent section called %s\n"),
f13a99db 2060 link_info.output_bfd->xvec->name, s->name);
252b5132
RH
2061 }
2062 s->bfd_section->output_section = s->bfd_section;
252b5132 2063 s->bfd_section->output_offset = 0;
e0f6802f 2064
c0f00686 2065 if (!link_info.reduce_memory_overheads)
72223188 2066 {
d3ce72d0
NC
2067 fat_section_userdata_type *new_userdata = (fat_section_userdata_type *)
2068 stat_alloc (sizeof (fat_section_userdata_type));
2069 memset (new_userdata, 0, sizeof (fat_section_userdata_type));
2070 get_userdata (s->bfd_section) = new_userdata;
72223188
JJ
2071 }
2072
252b5132
RH
2073 /* If there is a base address, make sure that any sections it might
2074 mention are initialized. */
2075 if (s->addr_tree != NULL)
2076 exp_init_os (s->addr_tree);
18794b0c
AM
2077
2078 if (s->load_base != NULL)
2079 exp_init_os (s->load_base);
ccd2ec6a 2080
7270c5ed
AM
2081 /* If supplied an alignment, set it. */
2082 if (s->section_alignment != -1)
2083 s->bfd_section->alignment_power = s->section_alignment;
2084
ccd2ec6a
L
2085 if (isec)
2086 bfd_init_private_section_data (isec->owner, isec,
f13a99db 2087 link_info.output_bfd, s->bfd_section,
ccd2ec6a 2088 &link_info);
252b5132
RH
2089}
2090
2091/* Make sure that all output sections mentioned in an expression are
2092 initialized. */
2093
2094static void
1579bae1 2095exp_init_os (etree_type *exp)
252b5132
RH
2096{
2097 switch (exp->type.node_class)
2098 {
2099 case etree_assign:
9f4fb502 2100 case etree_provide:
252b5132
RH
2101 exp_init_os (exp->assign.src);
2102 break;
2103
2104 case etree_binary:
2105 exp_init_os (exp->binary.lhs);
2106 exp_init_os (exp->binary.rhs);
2107 break;
2108
2109 case etree_trinary:
2110 exp_init_os (exp->trinary.cond);
2111 exp_init_os (exp->trinary.lhs);
2112 exp_init_os (exp->trinary.rhs);
2113 break;
2114
b6ca8815
NS
2115 case etree_assert:
2116 exp_init_os (exp->assert_s.child);
2117 break;
afd7a018 2118
252b5132
RH
2119 case etree_unary:
2120 exp_init_os (exp->unary.child);
2121 break;
2122
2123 case etree_name:
2124 switch (exp->type.node_code)
2125 {
2126 case ADDR:
2127 case LOADADDR:
2128 case SIZEOF:
2129 {
2130 lang_output_section_statement_type *os;
2131
2132 os = lang_output_section_find (exp->name.name);
2133 if (os != NULL && os->bfd_section == NULL)
12d814e1 2134 init_os (os, NULL, 0);
252b5132
RH
2135 }
2136 }
2137 break;
2138
2139 default:
2140 break;
2141 }
2142}
9503fd87 2143\f
252b5132 2144static void
1579bae1 2145section_already_linked (bfd *abfd, asection *sec, void *data)
252b5132 2146{
1e9cc1c2 2147 lang_input_statement_type *entry = (lang_input_statement_type *) data;
252b5132
RH
2148
2149 /* If we are only reading symbols from this object, then we want to
2150 discard all sections. */
2151 if (entry->just_syms_flag)
2152 {
1449d79b 2153 bfd_link_just_syms (abfd, sec, &link_info);
252b5132
RH
2154 return;
2155 }
2156
ace66bb2 2157 if (!(abfd->flags & DYNAMIC))
c0f00686 2158 bfd_section_already_linked (abfd, sec, &link_info);
252b5132
RH
2159}
2160\f
2161/* The wild routines.
2162
2163 These expand statements like *(.text) and foo.o to a list of
2164 explicit actions, like foo.o(.text), bar.o(.text) and
2165 foo.o(.text, .data). */
2166
252b5132
RH
2167/* Add SECTION to the output section OUTPUT. Do this by creating a
2168 lang_input_section statement which is placed at PTR. FILE is the
2169 input file which holds SECTION. */
2170
2171void
1579bae1
AM
2172lang_add_section (lang_statement_list_type *ptr,
2173 asection *section,
7b986e99 2174 lang_output_section_statement_type *output)
252b5132 2175{
164e712d 2176 flagword flags = section->flags;
b34976b6 2177 bfd_boolean discard;
252b5132 2178
e49f5022 2179 /* Discard sections marked with SEC_EXCLUDE. */
b3096250 2180 discard = (flags & SEC_EXCLUDE) != 0;
252b5132
RH
2181
2182 /* Discard input sections which are assigned to a section named
2183 DISCARD_SECTION_NAME. */
2184 if (strcmp (output->name, DISCARD_SECTION_NAME) == 0)
b34976b6 2185 discard = TRUE;
252b5132
RH
2186
2187 /* Discard debugging sections if we are stripping debugging
2188 information. */
2189 if ((link_info.strip == strip_debugger || link_info.strip == strip_all)
2190 && (flags & SEC_DEBUGGING) != 0)
b34976b6 2191 discard = TRUE;
252b5132
RH
2192
2193 if (discard)
2194 {
2195 if (section->output_section == NULL)
2196 {
2197 /* This prevents future calls from assigning this section. */
2198 section->output_section = bfd_abs_section_ptr;
2199 }
2200 return;
2201 }
2202
2203 if (section->output_section == NULL)
2204 {
b34976b6 2205 bfd_boolean first;
d3ce72d0 2206 lang_input_section_type *new_section;
252b5132
RH
2207 flagword flags;
2208
12d814e1
L
2209 flags = section->flags;
2210
2211 /* We don't copy the SEC_NEVER_LOAD flag from an input section
2212 to an output section, because we want to be able to include a
2213 SEC_NEVER_LOAD section in the middle of an otherwise loaded
2214 section (I don't know why we want to do this, but we do).
2215 build_link_order in ldwrite.c handles this case by turning
2216 the embedded SEC_NEVER_LOAD section into a fill. */
2217
2218 flags &= ~ SEC_NEVER_LOAD;
2219
2220 switch (output->sectype)
2221 {
2222 case normal_section:
152d792f 2223 case overlay_section:
12d814e1
L
2224 break;
2225 case noalloc_section:
2226 flags &= ~SEC_ALLOC;
2227 break;
2228 case noload_section:
2229 flags &= ~SEC_LOAD;
2230 flags |= SEC_NEVER_LOAD;
2231 break;
2232 }
2233
252b5132 2234 if (output->bfd_section == NULL)
12d814e1 2235 init_os (output, section, flags);
d1778b88
AM
2236
2237 first = ! output->bfd_section->linker_has_input;
2238 output->bfd_section->linker_has_input = 1;
252b5132 2239
8423293d
AM
2240 if (!link_info.relocatable
2241 && !stripped_excluded_sections)
2242 {
2243 asection *s = output->bfd_section->map_tail.s;
2244 output->bfd_section->map_tail.s = section;
2245 section->map_head.s = NULL;
2246 section->map_tail.s = s;
2247 if (s != NULL)
2248 s->map_head.s = section;
2249 else
2250 output->bfd_section->map_head.s = section;
2251 }
2252
08da4cac 2253 /* Add a section reference to the list. */
d3ce72d0 2254 new_section = new_stat (lang_input_section, ptr);
252b5132 2255
d3ce72d0 2256 new_section->section = section;
252b5132
RH
2257 section->output_section = output->bfd_section;
2258
252b5132
RH
2259 /* If final link, don't copy the SEC_LINK_ONCE flags, they've
2260 already been processed. One reason to do this is that on pe
2261 format targets, .text$foo sections go into .text and it's odd
2262 to see .text with SEC_LINK_ONCE set. */
2263
1049f94e 2264 if (! link_info.relocatable)
252b5132
RH
2265 flags &= ~ (SEC_LINK_ONCE | SEC_LINK_DUPLICATES);
2266
2267 /* If this is not the first input section, and the SEC_READONLY
afd7a018
AM
2268 flag is not currently set, then don't set it just because the
2269 input section has it set. */
252b5132 2270
afd7a018 2271 if (! first && (output->bfd_section->flags & SEC_READONLY) == 0)
252b5132
RH
2272 flags &= ~ SEC_READONLY;
2273
f5fa8ca2
JJ
2274 /* Keep SEC_MERGE and SEC_STRINGS only if they are the same. */
2275 if (! first
afd7a018 2276 && ((output->bfd_section->flags & (SEC_MERGE | SEC_STRINGS))
f5fa8ca2
JJ
2277 != (flags & (SEC_MERGE | SEC_STRINGS))
2278 || ((flags & SEC_MERGE)
afd7a018 2279 && output->bfd_section->entsize != section->entsize)))
f5fa8ca2 2280 {
afd7a018 2281 output->bfd_section->flags &= ~ (SEC_MERGE | SEC_STRINGS);
f5fa8ca2
JJ
2282 flags &= ~ (SEC_MERGE | SEC_STRINGS);
2283 }
2284
afd7a018 2285 output->bfd_section->flags |= flags;
252b5132 2286
f5fa8ca2 2287 if (flags & SEC_MERGE)
afd7a018 2288 output->bfd_section->entsize = section->entsize;
f5fa8ca2 2289
252b5132 2290 /* If SEC_READONLY is not set in the input section, then clear
afd7a018 2291 it from the output section. */
252b5132 2292 if ((section->flags & SEC_READONLY) == 0)
afd7a018 2293 output->bfd_section->flags &= ~SEC_READONLY;
252b5132 2294
667f5177
ILT
2295 /* Copy over SEC_SMALL_DATA. */
2296 if (section->flags & SEC_SMALL_DATA)
afd7a018 2297 output->bfd_section->flags |= SEC_SMALL_DATA;
9e41f973 2298
252b5132
RH
2299 if (section->alignment_power > output->bfd_section->alignment_power)
2300 output->bfd_section->alignment_power = section->alignment_power;
2301
ebe372c1
L
2302 if (bfd_get_arch (section->owner) == bfd_arch_tic54x
2303 && (section->flags & SEC_TIC54X_BLOCK) != 0)
08da4cac 2304 {
ebe372c1 2305 output->bfd_section->flags |= SEC_TIC54X_BLOCK;
08da4cac
KH
2306 /* FIXME: This value should really be obtained from the bfd... */
2307 output->block_value = 128;
2308 }
252b5132
RH
2309 }
2310}
2311
2312/* Handle wildcard sorting. This returns the lang_input_section which
2313 should follow the one we are going to create for SECTION and FILE,
2314 based on the sorting requirements of WILD. It returns NULL if the
2315 new section should just go at the end of the current list. */
2316
2317static lang_statement_union_type *
1579bae1
AM
2318wild_sort (lang_wild_statement_type *wild,
2319 struct wildcard_list *sec,
2320 lang_input_statement_type *file,
2321 asection *section)
252b5132
RH
2322{
2323 const char *section_name;
2324 lang_statement_union_type *l;
2325
bcaa7b3e
L
2326 if (!wild->filenames_sorted
2327 && (sec == NULL || sec->spec.sorted == none))
252b5132
RH
2328 return NULL;
2329
2330 section_name = bfd_get_section_name (file->the_bfd, section);
bba1a0c0 2331 for (l = wild->children.head; l != NULL; l = l->header.next)
252b5132
RH
2332 {
2333 lang_input_section_type *ls;
2334
2335 if (l->header.type != lang_input_section_enum)
2336 continue;
2337 ls = &l->input_section;
2338
2339 /* Sorting by filename takes precedence over sorting by section
afd7a018 2340 name. */
252b5132
RH
2341
2342 if (wild->filenames_sorted)
2343 {
2344 const char *fn, *ln;
b34976b6 2345 bfd_boolean fa, la;
252b5132
RH
2346 int i;
2347
2348 /* The PE support for the .idata section as generated by
afd7a018
AM
2349 dlltool assumes that files will be sorted by the name of
2350 the archive and then the name of the file within the
2351 archive. */
252b5132
RH
2352
2353 if (file->the_bfd != NULL
2354 && bfd_my_archive (file->the_bfd) != NULL)
2355 {
2356 fn = bfd_get_filename (bfd_my_archive (file->the_bfd));
b34976b6 2357 fa = TRUE;
252b5132
RH
2358 }
2359 else
2360 {
2361 fn = file->filename;
b34976b6 2362 fa = FALSE;
252b5132
RH
2363 }
2364
7b986e99 2365 if (bfd_my_archive (ls->section->owner) != NULL)
252b5132 2366 {
7b986e99 2367 ln = bfd_get_filename (bfd_my_archive (ls->section->owner));
b34976b6 2368 la = TRUE;
252b5132
RH
2369 }
2370 else
2371 {
7b986e99 2372 ln = ls->section->owner->filename;
b34976b6 2373 la = FALSE;
252b5132
RH
2374 }
2375
2376 i = strcmp (fn, ln);
2377 if (i > 0)
2378 continue;
2379 else if (i < 0)
2380 break;
2381
2382 if (fa || la)
2383 {
2384 if (fa)
2385 fn = file->filename;
2386 if (la)
7b986e99 2387 ln = ls->section->owner->filename;
252b5132
RH
2388
2389 i = strcmp (fn, ln);
2390 if (i > 0)
2391 continue;
2392 else if (i < 0)
2393 break;
2394 }
2395 }
2396
2397 /* Here either the files are not sorted by name, or we are
afd7a018 2398 looking at the sections for this file. */
252b5132 2399
bcaa7b3e 2400 if (sec != NULL && sec->spec.sorted != none)
32124d5b
AM
2401 if (compare_section (sec->spec.sorted, section, ls->section) < 0)
2402 break;
252b5132
RH
2403 }
2404
2405 return l;
2406}
2407
2408/* Expand a wild statement for a particular FILE. SECTION may be
2409 NULL, in which case it is a wild card. */
2410
2411static void
1579bae1
AM
2412output_section_callback (lang_wild_statement_type *ptr,
2413 struct wildcard_list *sec,
2414 asection *section,
2415 lang_input_statement_type *file,
2416 void *output)
4dec4d4e
RH
2417{
2418 lang_statement_union_type *before;
5f992e62 2419
b6bf44ba 2420 /* Exclude sections that match UNIQUE_SECTION_LIST. */
d0d6a25b 2421 if (unique_section_p (section))
b6bf44ba
AM
2422 return;
2423
b6bf44ba 2424 before = wild_sort (ptr, sec, file, section);
5f992e62 2425
4dec4d4e
RH
2426 /* Here BEFORE points to the lang_input_section which
2427 should follow the one we are about to add. If BEFORE
2428 is NULL, then the section should just go at the end
2429 of the current list. */
5f992e62 2430
4dec4d4e 2431 if (before == NULL)
39dcfe18 2432 lang_add_section (&ptr->children, section,
7b986e99 2433 (lang_output_section_statement_type *) output);
4dec4d4e 2434 else
252b5132 2435 {
4dec4d4e
RH
2436 lang_statement_list_type list;
2437 lang_statement_union_type **pp;
5f992e62 2438
4dec4d4e 2439 lang_list_init (&list);
39dcfe18 2440 lang_add_section (&list, section,
7b986e99 2441 (lang_output_section_statement_type *) output);
5f992e62 2442
4dec4d4e
RH
2443 /* If we are discarding the section, LIST.HEAD will
2444 be NULL. */
2445 if (list.head != NULL)
252b5132 2446 {
bba1a0c0 2447 ASSERT (list.head->header.next == NULL);
5f992e62 2448
4dec4d4e
RH
2449 for (pp = &ptr->children.head;
2450 *pp != before;
bba1a0c0 2451 pp = &(*pp)->header.next)
4dec4d4e 2452 ASSERT (*pp != NULL);
5f992e62 2453
bba1a0c0 2454 list.head->header.next = *pp;
4dec4d4e 2455 *pp = list.head;
252b5132
RH
2456 }
2457 }
2458}
2459
0841712e
JJ
2460/* Check if all sections in a wild statement for a particular FILE
2461 are readonly. */
2462
2463static void
2464check_section_callback (lang_wild_statement_type *ptr ATTRIBUTE_UNUSED,
2465 struct wildcard_list *sec ATTRIBUTE_UNUSED,
2466 asection *section,
2467 lang_input_statement_type *file ATTRIBUTE_UNUSED,
6feb9908 2468 void *data)
0841712e
JJ
2469{
2470 /* Exclude sections that match UNIQUE_SECTION_LIST. */
2471 if (unique_section_p (section))
2472 return;
2473
6feb9908
AM
2474 if (section->output_section == NULL && (section->flags & SEC_READONLY) == 0)
2475 ((lang_output_section_statement_type *) data)->all_input_readonly = FALSE;
0841712e
JJ
2476}
2477
252b5132
RH
2478/* This is passed a file name which must have been seen already and
2479 added to the statement tree. We will see if it has been opened
2480 already and had its symbols read. If not then we'll read it. */
2481
2482static lang_input_statement_type *
1579bae1 2483lookup_name (const char *name)
252b5132
RH
2484{
2485 lang_input_statement_type *search;
2486
2487 for (search = (lang_input_statement_type *) input_file_chain.head;
1579bae1 2488 search != NULL;
252b5132
RH
2489 search = (lang_input_statement_type *) search->next_real_file)
2490 {
0013291d
NC
2491 /* Use the local_sym_name as the name of the file that has
2492 already been loaded as filename might have been transformed
2493 via the search directory lookup mechanism. */
87aa7f19 2494 const char *filename = search->local_sym_name;
0013291d 2495
0013291d 2496 if (filename != NULL
0013291d 2497 && strcmp (filename, name) == 0)
252b5132
RH
2498 break;
2499 }
2500
1579bae1 2501 if (search == NULL)
6feb9908
AM
2502 search = new_afile (name, lang_input_file_is_search_file_enum,
2503 default_target, FALSE);
252b5132
RH
2504
2505 /* If we have already added this file, or this file is not real
87aa7f19
AM
2506 don't add this file. */
2507 if (search->loaded || !search->real)
252b5132
RH
2508 return search;
2509
1579bae1 2510 if (! load_symbols (search, NULL))
6770ec8c 2511 return NULL;
252b5132
RH
2512
2513 return search;
2514}
2515
b58f81ae
DJ
2516/* Save LIST as a list of libraries whose symbols should not be exported. */
2517
2518struct excluded_lib
2519{
2520 char *name;
2521 struct excluded_lib *next;
2522};
2523static struct excluded_lib *excluded_libs;
2524
2525void
2526add_excluded_libs (const char *list)
2527{
2528 const char *p = list, *end;
2529
2530 while (*p != '\0')
2531 {
2532 struct excluded_lib *entry;
2533 end = strpbrk (p, ",:");
2534 if (end == NULL)
2535 end = p + strlen (p);
1e9cc1c2 2536 entry = (struct excluded_lib *) xmalloc (sizeof (*entry));
b58f81ae 2537 entry->next = excluded_libs;
1e9cc1c2 2538 entry->name = (char *) xmalloc (end - p + 1);
b58f81ae
DJ
2539 memcpy (entry->name, p, end - p);
2540 entry->name[end - p] = '\0';
2541 excluded_libs = entry;
2542 if (*end == '\0')
329c1c86 2543 break;
b58f81ae
DJ
2544 p = end + 1;
2545 }
2546}
2547
2548static void
2549check_excluded_libs (bfd *abfd)
2550{
2551 struct excluded_lib *lib = excluded_libs;
2552
2553 while (lib)
2554 {
2555 int len = strlen (lib->name);
2556 const char *filename = lbasename (abfd->filename);
2557
2558 if (strcmp (lib->name, "ALL") == 0)
2559 {
2560 abfd->no_export = TRUE;
2561 return;
2562 }
2563
2564 if (strncmp (lib->name, filename, len) == 0
2565 && (filename[len] == '\0'
2566 || (filename[len] == '.' && filename[len + 1] == 'a'
2567 && filename[len + 2] == '\0')))
2568 {
2569 abfd->no_export = TRUE;
2570 return;
2571 }
2572
2573 lib = lib->next;
2574 }
2575}
2576
252b5132
RH
2577/* Get the symbols for an input file. */
2578
e9f53129 2579bfd_boolean
1579bae1
AM
2580load_symbols (lang_input_statement_type *entry,
2581 lang_statement_list_type *place)
252b5132
RH
2582{
2583 char **matching;
2584
2585 if (entry->loaded)
b34976b6 2586 return TRUE;
252b5132
RH
2587
2588 ldfile_open_file (entry);
2589
2590 if (! bfd_check_format (entry->the_bfd, bfd_archive)
2591 && ! bfd_check_format_matches (entry->the_bfd, bfd_object, &matching))
2592 {
2593 bfd_error_type err;
e3f2db7f 2594 bfd_boolean save_ldlang_sysrooted_script;
f2e349f9 2595 bfd_boolean save_as_needed, save_add_needed;
b7a26f91 2596
252b5132 2597 err = bfd_get_error ();
884fb58e
NC
2598
2599 /* See if the emulation has some special knowledge. */
2600 if (ldemul_unrecognized_file (entry))
b34976b6 2601 return TRUE;
884fb58e 2602
252b5132
RH
2603 if (err == bfd_error_file_ambiguously_recognized)
2604 {
2605 char **p;
2606
2607 einfo (_("%B: file not recognized: %E\n"), entry->the_bfd);
2608 einfo (_("%B: matching formats:"), entry->the_bfd);
2609 for (p = matching; *p != NULL; p++)
2610 einfo (" %s", *p);
2611 einfo ("%F\n");
2612 }
2613 else if (err != bfd_error_file_not_recognized
2614 || place == NULL)
967928e9 2615 einfo (_("%F%B: file not recognized: %E\n"), entry->the_bfd);
b7a26f91 2616
252b5132
RH
2617 bfd_close (entry->the_bfd);
2618 entry->the_bfd = NULL;
2619
252b5132 2620 /* Try to interpret the file as a linker script. */
252b5132
RH
2621 ldfile_open_command_file (entry->filename);
2622
bde18da4 2623 push_stat_ptr (place);
e3f2db7f
AO
2624 save_ldlang_sysrooted_script = ldlang_sysrooted_script;
2625 ldlang_sysrooted_script = entry->sysrooted;
f2e349f9
KK
2626 save_as_needed = as_needed;
2627 as_needed = entry->as_needed;
2628 save_add_needed = add_needed;
2629 add_needed = entry->add_needed;
252b5132 2630
b34976b6 2631 ldfile_assumed_script = TRUE;
252b5132 2632 parser_input = input_script;
532345f2
L
2633 /* We want to use the same -Bdynamic/-Bstatic as the one for
2634 ENTRY. */
2635 config.dynamic_link = entry->dynamic;
252b5132 2636 yyparse ();
b34976b6 2637 ldfile_assumed_script = FALSE;
252b5132 2638
e3f2db7f 2639 ldlang_sysrooted_script = save_ldlang_sysrooted_script;
f2e349f9
KK
2640 as_needed = save_as_needed;
2641 add_needed = save_add_needed;
bde18da4 2642 pop_stat_ptr ();
252b5132 2643
bde18da4 2644 return TRUE;
252b5132
RH
2645 }
2646
2647 if (ldemul_recognized_file (entry))
b34976b6 2648 return TRUE;
252b5132
RH
2649
2650 /* We don't call ldlang_add_file for an archive. Instead, the
2651 add_symbols entry point will call ldlang_add_file, via the
2652 add_archive_element callback, for each element of the archive
2653 which is used. */
2654 switch (bfd_get_format (entry->the_bfd))
2655 {
2656 default:
2657 break;
2658
2659 case bfd_object:
2660 ldlang_add_file (entry);
2661 if (trace_files || trace_file_tries)
2662 info_msg ("%I\n", entry);
2663 break;
2664
2665 case bfd_archive:
b58f81ae
DJ
2666 check_excluded_libs (entry->the_bfd);
2667
252b5132
RH
2668 if (entry->whole_archive)
2669 {
b7a26f91 2670 bfd *member = NULL;
b34976b6 2671 bfd_boolean loaded = TRUE;
6770ec8c
NC
2672
2673 for (;;)
252b5132 2674 {
6770ec8c
NC
2675 member = bfd_openr_next_archived_file (entry->the_bfd, member);
2676
2677 if (member == NULL)
2678 break;
b7a26f91 2679
252b5132 2680 if (! bfd_check_format (member, bfd_object))
6770ec8c
NC
2681 {
2682 einfo (_("%F%B: member %B in archive is not an object\n"),
2683 entry->the_bfd, member);
b34976b6 2684 loaded = FALSE;
6770ec8c
NC
2685 }
2686
252b5132
RH
2687 if (! ((*link_info.callbacks->add_archive_element)
2688 (&link_info, member, "--whole-archive")))
2689 abort ();
6770ec8c 2690
252b5132 2691 if (! bfd_link_add_symbols (member, &link_info))
6770ec8c
NC
2692 {
2693 einfo (_("%F%B: could not read symbols: %E\n"), member);
b34976b6 2694 loaded = FALSE;
6770ec8c 2695 }
252b5132
RH
2696 }
2697
6770ec8c
NC
2698 entry->loaded = loaded;
2699 return loaded;
252b5132 2700 }
6770ec8c 2701 break;
252b5132
RH
2702 }
2703
03bdc404 2704 if (bfd_link_add_symbols (entry->the_bfd, &link_info))
b34976b6 2705 entry->loaded = TRUE;
6770ec8c 2706 else
252b5132
RH
2707 einfo (_("%F%B: could not read symbols: %E\n"), entry->the_bfd);
2708
6770ec8c 2709 return entry->loaded;
252b5132
RH
2710}
2711
b6bf44ba
AM
2712/* Handle a wild statement. S->FILENAME or S->SECTION_LIST or both
2713 may be NULL, indicating that it is a wildcard. Separate
2714 lang_input_section statements are created for each part of the
2715 expansion; they are added after the wild statement S. OUTPUT is
2716 the output section. */
252b5132
RH
2717
2718static void
1579bae1
AM
2719wild (lang_wild_statement_type *s,
2720 const char *target ATTRIBUTE_UNUSED,
2721 lang_output_section_statement_type *output)
252b5132 2722{
b6bf44ba 2723 struct wildcard_list *sec;
252b5132 2724
50c77e5d 2725 if (s->handler_data[0]
329c1c86 2726 && s->handler_data[0]->spec.sorted == by_name
50c77e5d
NC
2727 && !s->filenames_sorted)
2728 {
329c1c86
AM
2729 lang_section_bst_type *tree;
2730
50c77e5d
NC
2731 walk_wild (s, output_section_callback_fast, output);
2732
e6f2cbf5 2733 tree = s->tree;
329c1c86 2734 if (tree)
e6f2cbf5
L
2735 {
2736 output_section_callback_tree_to_list (s, tree, output);
2737 s->tree = NULL;
2738 }
50c77e5d 2739 }
329c1c86 2740 else
50c77e5d 2741 walk_wild (s, output_section_callback, output);
b6bf44ba 2742
abe6ac95
AM
2743 if (default_common_section == NULL)
2744 for (sec = s->section_list; sec != NULL; sec = sec->next)
b6bf44ba
AM
2745 if (sec->spec.name != NULL && strcmp (sec->spec.name, "COMMON") == 0)
2746 {
2747 /* Remember the section that common is going to in case we
b7a26f91 2748 later get something which doesn't know where to put it. */
b6bf44ba 2749 default_common_section = output;
abe6ac95 2750 break;
b6bf44ba 2751 }
252b5132
RH
2752}
2753
b34976b6 2754/* Return TRUE iff target is the sought target. */
08da4cac 2755
e50d8076 2756static int
1579bae1 2757get_target (const bfd_target *target, void *data)
e50d8076 2758{
1e9cc1c2 2759 const char *sought = (const char *) data;
5f992e62 2760
e50d8076
NC
2761 return strcmp (target->name, sought) == 0;
2762}
2763
2764/* Like strcpy() but convert to lower case as well. */
08da4cac 2765
e50d8076 2766static void
1579bae1 2767stricpy (char *dest, char *src)
e50d8076
NC
2768{
2769 char c;
5f992e62 2770
08da4cac 2771 while ((c = *src++) != 0)
3882b010 2772 *dest++ = TOLOWER (c);
e50d8076 2773
08da4cac 2774 *dest = 0;
e50d8076
NC
2775}
2776
396a2467 2777/* Remove the first occurrence of needle (if any) in haystack
e50d8076 2778 from haystack. */
08da4cac 2779
e50d8076 2780static void
1579bae1 2781strcut (char *haystack, char *needle)
e50d8076
NC
2782{
2783 haystack = strstr (haystack, needle);
5f992e62 2784
e50d8076
NC
2785 if (haystack)
2786 {
08da4cac 2787 char *src;
e50d8076 2788
08da4cac
KH
2789 for (src = haystack + strlen (needle); *src;)
2790 *haystack++ = *src++;
5f992e62 2791
08da4cac 2792 *haystack = 0;
e50d8076
NC
2793 }
2794}
2795
2796/* Compare two target format name strings.
2797 Return a value indicating how "similar" they are. */
08da4cac 2798
e50d8076 2799static int
1579bae1 2800name_compare (char *first, char *second)
e50d8076 2801{
08da4cac
KH
2802 char *copy1;
2803 char *copy2;
2804 int result;
5f992e62 2805
1e9cc1c2
NC
2806 copy1 = (char *) xmalloc (strlen (first) + 1);
2807 copy2 = (char *) xmalloc (strlen (second) + 1);
e50d8076
NC
2808
2809 /* Convert the names to lower case. */
2810 stricpy (copy1, first);
2811 stricpy (copy2, second);
2812
1579bae1 2813 /* Remove size and endian strings from the name. */
e50d8076
NC
2814 strcut (copy1, "big");
2815 strcut (copy1, "little");
2816 strcut (copy2, "big");
2817 strcut (copy2, "little");
2818
2819 /* Return a value based on how many characters match,
2820 starting from the beginning. If both strings are
2821 the same then return 10 * their length. */
08da4cac
KH
2822 for (result = 0; copy1[result] == copy2[result]; result++)
2823 if (copy1[result] == 0)
e50d8076
NC
2824 {
2825 result *= 10;
2826 break;
2827 }
5f992e62 2828
e50d8076
NC
2829 free (copy1);
2830 free (copy2);
2831
2832 return result;
2833}
2834
2835/* Set by closest_target_match() below. */
08da4cac 2836static const bfd_target *winner;
e50d8076
NC
2837
2838/* Scan all the valid bfd targets looking for one that has the endianness
2839 requirement that was specified on the command line, and is the nearest
2840 match to the original output target. */
08da4cac 2841
e50d8076 2842static int
1579bae1 2843closest_target_match (const bfd_target *target, void *data)
e50d8076 2844{
1e9cc1c2 2845 const bfd_target *original = (const bfd_target *) data;
5f992e62 2846
08da4cac
KH
2847 if (command_line.endian == ENDIAN_BIG
2848 && target->byteorder != BFD_ENDIAN_BIG)
e50d8076 2849 return 0;
5f992e62 2850
08da4cac
KH
2851 if (command_line.endian == ENDIAN_LITTLE
2852 && target->byteorder != BFD_ENDIAN_LITTLE)
e50d8076
NC
2853 return 0;
2854
2855 /* Must be the same flavour. */
2856 if (target->flavour != original->flavour)
2857 return 0;
2858
de7dd2bd 2859 /* Ignore generic big and little endian elf vectors. */
967928e9 2860 if (strcmp (target->name, "elf32-big") == 0
de7dd2bd
NC
2861 || strcmp (target->name, "elf64-big") == 0
2862 || strcmp (target->name, "elf32-little") == 0
2863 || strcmp (target->name, "elf64-little") == 0)
2864 return 0;
2865
e50d8076
NC
2866 /* If we have not found a potential winner yet, then record this one. */
2867 if (winner == NULL)
2868 {
2869 winner = target;
2870 return 0;
2871 }
2872
2873 /* Oh dear, we now have two potential candidates for a successful match.
4de2d33d 2874 Compare their names and choose the better one. */
d1778b88
AM
2875 if (name_compare (target->name, original->name)
2876 > name_compare (winner->name, original->name))
e50d8076
NC
2877 winner = target;
2878
2879 /* Keep on searching until wqe have checked them all. */
2880 return 0;
2881}
2882
2883/* Return the BFD target format of the first input file. */
08da4cac 2884
e50d8076 2885static char *
1579bae1 2886get_first_input_target (void)
e50d8076 2887{
08da4cac 2888 char *target = NULL;
e50d8076
NC
2889
2890 LANG_FOR_EACH_INPUT_STATEMENT (s)
2891 {
2892 if (s->header.type == lang_input_statement_enum
2893 && s->real)
2894 {
2895 ldfile_open_file (s);
5f992e62 2896
e50d8076
NC
2897 if (s->the_bfd != NULL
2898 && bfd_check_format (s->the_bfd, bfd_object))
2899 {
2900 target = bfd_get_target (s->the_bfd);
5f992e62 2901
e50d8076
NC
2902 if (target != NULL)
2903 break;
2904 }
2905 }
2906 }
5f992e62 2907
e50d8076
NC
2908 return target;
2909}
2910
599917b8 2911const char *
1579bae1 2912lang_get_output_target (void)
599917b8
JJ
2913{
2914 const char *target;
2915
2916 /* Has the user told us which output format to use? */
1579bae1 2917 if (output_target != NULL)
599917b8
JJ
2918 return output_target;
2919
2920 /* No - has the current target been set to something other than
2921 the default? */
2922 if (current_target != default_target)
2923 return current_target;
2924
2925 /* No - can we determine the format of the first input file? */
2926 target = get_first_input_target ();
2927 if (target != NULL)
2928 return target;
2929
2930 /* Failed - use the default output target. */
2931 return default_target;
2932}
2933
252b5132
RH
2934/* Open the output file. */
2935
f13a99db 2936static void
1579bae1 2937open_output (const char *name)
252b5132 2938{
599917b8 2939 output_target = lang_get_output_target ();
5f992e62 2940
08da4cac
KH
2941 /* Has the user requested a particular endianness on the command
2942 line? */
e50d8076
NC
2943 if (command_line.endian != ENDIAN_UNSET)
2944 {
08da4cac 2945 const bfd_target *target;
1b69a0bf 2946 enum bfd_endian desired_endian;
e50d8076
NC
2947
2948 /* Get the chosen target. */
1579bae1 2949 target = bfd_search_for_target (get_target, (void *) output_target);
e50d8076 2950
c13b1b77
NC
2951 /* If the target is not supported, we cannot do anything. */
2952 if (target != NULL)
e50d8076 2953 {
c13b1b77
NC
2954 if (command_line.endian == ENDIAN_BIG)
2955 desired_endian = BFD_ENDIAN_BIG;
e50d8076 2956 else
c13b1b77 2957 desired_endian = BFD_ENDIAN_LITTLE;
5f992e62
AM
2958
2959 /* See if the target has the wrong endianness. This should
2960 not happen if the linker script has provided big and
2961 little endian alternatives, but some scrips don't do
2962 this. */
c13b1b77 2963 if (target->byteorder != desired_endian)
e50d8076 2964 {
c13b1b77
NC
2965 /* If it does, then see if the target provides
2966 an alternative with the correct endianness. */
2967 if (target->alternative_target != NULL
2968 && (target->alternative_target->byteorder == desired_endian))
2969 output_target = target->alternative_target->name;
e50d8076 2970 else
c13b1b77 2971 {
5f992e62
AM
2972 /* Try to find a target as similar as possible to
2973 the default target, but which has the desired
2974 endian characteristic. */
1579bae1
AM
2975 bfd_search_for_target (closest_target_match,
2976 (void *) target);
5f992e62
AM
2977
2978 /* Oh dear - we could not find any targets that
2979 satisfy our requirements. */
c13b1b77 2980 if (winner == NULL)
6feb9908
AM
2981 einfo (_("%P: warning: could not find any targets"
2982 " that match endianness requirement\n"));
c13b1b77
NC
2983 else
2984 output_target = winner->name;
2985 }
e50d8076
NC
2986 }
2987 }
252b5132 2988 }
5f992e62 2989
f13a99db 2990 link_info.output_bfd = bfd_openw (name, output_target);
252b5132 2991
f13a99db 2992 if (link_info.output_bfd == NULL)
252b5132
RH
2993 {
2994 if (bfd_get_error () == bfd_error_invalid_target)
e50d8076
NC
2995 einfo (_("%P%F: target %s not found\n"), output_target);
2996
252b5132
RH
2997 einfo (_("%P%F: cannot open output file %s: %E\n"), name);
2998 }
2999
b34976b6 3000 delete_output_file_on_failure = TRUE;
252b5132 3001
f13a99db 3002 if (! bfd_set_format (link_info.output_bfd, bfd_object))
252b5132 3003 einfo (_("%P%F:%s: can not make object file: %E\n"), name);
f13a99db 3004 if (! bfd_set_arch_mach (link_info.output_bfd,
252b5132
RH
3005 ldfile_output_architecture,
3006 ldfile_output_machine))
3007 einfo (_("%P%F:%s: can not set architecture: %E\n"), name);
3008
f13a99db 3009 link_info.hash = bfd_link_hash_table_create (link_info.output_bfd);
1579bae1 3010 if (link_info.hash == NULL)
384a9dda 3011 einfo (_("%P%F: can not create hash table: %E\n"));
252b5132 3012
f13a99db 3013 bfd_set_gp_size (link_info.output_bfd, g_switch_value);
252b5132
RH
3014}
3015
252b5132 3016static void
1579bae1 3017ldlang_open_output (lang_statement_union_type *statement)
252b5132
RH
3018{
3019 switch (statement->header.type)
3020 {
3021 case lang_output_statement_enum:
f13a99db
AM
3022 ASSERT (link_info.output_bfd == NULL);
3023 open_output (statement->output_statement.name);
252b5132 3024 ldemul_set_output_arch ();
1049f94e 3025 if (config.magic_demand_paged && !link_info.relocatable)
f13a99db 3026 link_info.output_bfd->flags |= D_PAGED;
252b5132 3027 else
f13a99db 3028 link_info.output_bfd->flags &= ~D_PAGED;
252b5132 3029 if (config.text_read_only)
f13a99db 3030 link_info.output_bfd->flags |= WP_TEXT;
252b5132 3031 else
f13a99db 3032 link_info.output_bfd->flags &= ~WP_TEXT;
252b5132 3033 if (link_info.traditional_format)
f13a99db 3034 link_info.output_bfd->flags |= BFD_TRADITIONAL_FORMAT;
252b5132 3035 else
f13a99db 3036 link_info.output_bfd->flags &= ~BFD_TRADITIONAL_FORMAT;
252b5132
RH
3037 break;
3038
3039 case lang_target_statement_enum:
3040 current_target = statement->target_statement.target;
3041 break;
3042 default:
3043 break;
3044 }
3045}
3046
e5caa5e0
AM
3047/* Convert between addresses in bytes and sizes in octets.
3048 For currently supported targets, octets_per_byte is always a power
3049 of two, so we can use shifts. */
3050#define TO_ADDR(X) ((X) >> opb_shift)
3051#define TO_SIZE(X) ((X) << opb_shift)
3052
3053/* Support the above. */
3054static unsigned int opb_shift = 0;
3055
3056static void
3057init_opb (void)
3058{
3059 unsigned x = bfd_arch_mach_octets_per_byte (ldfile_output_architecture,
3060 ldfile_output_machine);
3061 opb_shift = 0;
3062 if (x > 1)
3063 while ((x & 1) == 0)
3064 {
3065 x >>= 1;
3066 ++opb_shift;
3067 }
3068 ASSERT (x == 1);
3069}
3070
252b5132
RH
3071/* Open all the input files. */
3072
3073static void
1579bae1 3074open_input_bfds (lang_statement_union_type *s, bfd_boolean force)
252b5132 3075{
1579bae1 3076 for (; s != NULL; s = s->header.next)
252b5132
RH
3077 {
3078 switch (s->header.type)
3079 {
3080 case lang_constructors_statement_enum:
3081 open_input_bfds (constructor_list.head, force);
3082 break;
3083 case lang_output_section_statement_enum:
3084 open_input_bfds (s->output_section_statement.children.head, force);
3085 break;
3086 case lang_wild_statement_enum:
08da4cac 3087 /* Maybe we should load the file's symbols. */
252b5132 3088 if (s->wild_statement.filename
97407faf
AM
3089 && !wildcardp (s->wild_statement.filename)
3090 && !archive_path (s->wild_statement.filename))
4a43e768 3091 lookup_name (s->wild_statement.filename);
252b5132
RH
3092 open_input_bfds (s->wild_statement.children.head, force);
3093 break;
3094 case lang_group_statement_enum:
3095 {
3096 struct bfd_link_hash_entry *undefs;
3097
3098 /* We must continually search the entries in the group
08da4cac
KH
3099 until no new symbols are added to the list of undefined
3100 symbols. */
252b5132
RH
3101
3102 do
3103 {
3104 undefs = link_info.hash->undefs_tail;
b34976b6 3105 open_input_bfds (s->group_statement.children.head, TRUE);
252b5132
RH
3106 }
3107 while (undefs != link_info.hash->undefs_tail);
3108 }
3109 break;
3110 case lang_target_statement_enum:
3111 current_target = s->target_statement.target;
3112 break;
3113 case lang_input_statement_enum:
e50d8076 3114 if (s->input_statement.real)
252b5132 3115 {
bde18da4 3116 lang_statement_union_type **os_tail;
252b5132
RH
3117 lang_statement_list_type add;
3118
3119 s->input_statement.target = current_target;
3120
3121 /* If we are being called from within a group, and this
afd7a018
AM
3122 is an archive which has already been searched, then
3123 force it to be researched unless the whole archive
cd4c806a 3124 has been loaded already. */
252b5132 3125 if (force
cd4c806a 3126 && !s->input_statement.whole_archive
252b5132
RH
3127 && s->input_statement.loaded
3128 && bfd_check_format (s->input_statement.the_bfd,
3129 bfd_archive))
b34976b6 3130 s->input_statement.loaded = FALSE;
252b5132 3131
bde18da4 3132 os_tail = lang_output_section_statement.tail;
d1778b88 3133 lang_list_init (&add);
1276aefa 3134
6770ec8c 3135 if (! load_symbols (&s->input_statement, &add))
b34976b6 3136 config.make_executable = FALSE;
252b5132
RH
3137
3138 if (add.head != NULL)
3139 {
bde18da4
AM
3140 /* If this was a script with output sections then
3141 tack any added statements on to the end of the
3142 list. This avoids having to reorder the output
3143 section statement list. Very likely the user
3144 forgot -T, and whatever we do here will not meet
3145 naive user expectations. */
3146 if (os_tail != lang_output_section_statement.tail)
3147 {
3148 einfo (_("%P: warning: %s contains output sections;"
3149 " did you forget -T?\n"),
3150 s->input_statement.filename);
3151 *stat_ptr->tail = add.head;
3152 stat_ptr->tail = add.tail;
3153 }
3154 else
3155 {
3156 *add.tail = s->header.next;
3157 s->header.next = add.head;
3158 }
252b5132
RH
3159 }
3160 }
3161 break;
3162 default:
3163 break;
3164 }
3165 }
3166}
3167
420e579c
HPN
3168/* Add a symbol to a hash of symbols used in DEFINED (NAME) expressions. */
3169
3170void
3171lang_track_definedness (const char *name)
3172{
3173 if (bfd_hash_lookup (&lang_definedness_table, name, TRUE, FALSE) == NULL)
3174 einfo (_("%P%F: bfd_hash_lookup failed creating symbol %s\n"), name);
3175}
3176
3177/* New-function for the definedness hash table. */
3178
3179static struct bfd_hash_entry *
3180lang_definedness_newfunc (struct bfd_hash_entry *entry,
3181 struct bfd_hash_table *table ATTRIBUTE_UNUSED,
3182 const char *name ATTRIBUTE_UNUSED)
3183{
3184 struct lang_definedness_hash_entry *ret
3185 = (struct lang_definedness_hash_entry *) entry;
3186
3187 if (ret == NULL)
3188 ret = (struct lang_definedness_hash_entry *)
3189 bfd_hash_allocate (table, sizeof (struct lang_definedness_hash_entry));
3190
3191 if (ret == NULL)
3192 einfo (_("%P%F: bfd_hash_allocate failed creating symbol %s\n"), name);
3193
3194 ret->iteration = -1;
3195 return &ret->root;
3196}
3197
3198/* Return the iteration when the definition of NAME was last updated. A
3199 value of -1 means that the symbol is not defined in the linker script
3200 or the command line, but may be defined in the linker symbol table. */
3201
3202int
3203lang_symbol_definition_iteration (const char *name)
3204{
3205 struct lang_definedness_hash_entry *defentry
3206 = (struct lang_definedness_hash_entry *)
3207 bfd_hash_lookup (&lang_definedness_table, name, FALSE, FALSE);
3208
3209 /* We've already created this one on the presence of DEFINED in the
3210 script, so it can't be NULL unless something is borked elsewhere in
3211 the code. */
3212 if (defentry == NULL)
3213 FAIL ();
3214
3215 return defentry->iteration;
3216}
3217
3218/* Update the definedness state of NAME. */
3219
3220void
3221lang_update_definedness (const char *name, struct bfd_link_hash_entry *h)
3222{
3223 struct lang_definedness_hash_entry *defentry
3224 = (struct lang_definedness_hash_entry *)
3225 bfd_hash_lookup (&lang_definedness_table, name, FALSE, FALSE);
3226
3227 /* We don't keep track of symbols not tested with DEFINED. */
3228 if (defentry == NULL)
3229 return;
3230
3231 /* If the symbol was already defined, and not from an earlier statement
3232 iteration, don't update the definedness iteration, because that'd
3233 make the symbol seem defined in the linker script at this point, and
3234 it wasn't; it was defined in some object. If we do anyway, DEFINED
3235 would start to yield false before this point and the construct "sym =
3236 DEFINED (sym) ? sym : X;" would change sym to X despite being defined
3237 in an object. */
3238 if (h->type != bfd_link_hash_undefined
3239 && h->type != bfd_link_hash_common
3240 && h->type != bfd_link_hash_new
3241 && defentry->iteration == -1)
3242 return;
3243
3244 defentry->iteration = lang_statement_iteration;
3245}
3246
08da4cac 3247/* Add the supplied name to the symbol table as an undefined reference.
fcf0e35b
AM
3248 This is a two step process as the symbol table doesn't even exist at
3249 the time the ld command line is processed. First we put the name
3250 on a list, then, once the output file has been opened, transfer the
3251 name to the symbol table. */
3252
e3e942e9 3253typedef struct bfd_sym_chain ldlang_undef_chain_list_type;
252b5132 3254
e3e942e9 3255#define ldlang_undef_chain_list_head entry_symbol.next
252b5132
RH
3256
3257void
1579bae1 3258ldlang_add_undef (const char *const name)
252b5132 3259{
d3ce72d0
NC
3260 ldlang_undef_chain_list_type *new_undef = (ldlang_undef_chain_list_type *)
3261 stat_alloc (sizeof (ldlang_undef_chain_list_type));
252b5132 3262
d3ce72d0
NC
3263 new_undef->next = ldlang_undef_chain_list_head;
3264 ldlang_undef_chain_list_head = new_undef;
252b5132 3265
d3ce72d0 3266 new_undef->name = xstrdup (name);
fcf0e35b 3267
f13a99db 3268 if (link_info.output_bfd != NULL)
d3ce72d0 3269 insert_undefined (new_undef->name);
fcf0e35b
AM
3270}
3271
3272/* Insert NAME as undefined in the symbol table. */
3273
3274static void
1579bae1 3275insert_undefined (const char *name)
fcf0e35b
AM
3276{
3277 struct bfd_link_hash_entry *h;
3278
b34976b6 3279 h = bfd_link_hash_lookup (link_info.hash, name, TRUE, FALSE, TRUE);
1579bae1 3280 if (h == NULL)
fcf0e35b
AM
3281 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
3282 if (h->type == bfd_link_hash_new)
3283 {
3284 h->type = bfd_link_hash_undefined;
3285 h->u.undef.abfd = NULL;
3286 bfd_link_add_undef (link_info.hash, h);
3287 }
252b5132
RH
3288}
3289
3290/* Run through the list of undefineds created above and place them
3291 into the linker hash table as undefined symbols belonging to the
08da4cac
KH
3292 script file. */
3293
252b5132 3294static void
1579bae1 3295lang_place_undefineds (void)
252b5132
RH
3296{
3297 ldlang_undef_chain_list_type *ptr;
3298
1579bae1
AM
3299 for (ptr = ldlang_undef_chain_list_head; ptr != NULL; ptr = ptr->next)
3300 insert_undefined (ptr->name);
252b5132
RH
3301}
3302
0841712e
JJ
3303/* Check for all readonly or some readwrite sections. */
3304
3305static void
6feb9908
AM
3306check_input_sections
3307 (lang_statement_union_type *s,
3308 lang_output_section_statement_type *output_section_statement)
0841712e
JJ
3309{
3310 for (; s != (lang_statement_union_type *) NULL; s = s->header.next)
3311 {
3312 switch (s->header.type)
967928e9
AM
3313 {
3314 case lang_wild_statement_enum:
3315 walk_wild (&s->wild_statement, check_section_callback,
3316 output_section_statement);
3317 if (! output_section_statement->all_input_readonly)
3318 return;
3319 break;
3320 case lang_constructors_statement_enum:
3321 check_input_sections (constructor_list.head,
3322 output_section_statement);
3323 if (! output_section_statement->all_input_readonly)
3324 return;
3325 break;
3326 case lang_group_statement_enum:
3327 check_input_sections (s->group_statement.children.head,
3328 output_section_statement);
3329 if (! output_section_statement->all_input_readonly)
3330 return;
3331 break;
3332 default:
3333 break;
3334 }
0841712e
JJ
3335 }
3336}
3337
bcaa7b3e
L
3338/* Update wildcard statements if needed. */
3339
3340static void
3341update_wild_statements (lang_statement_union_type *s)
3342{
3343 struct wildcard_list *sec;
3344
3345 switch (sort_section)
3346 {
3347 default:
3348 FAIL ();
3349
3350 case none:
3351 break;
3352
3353 case by_name:
3354 case by_alignment:
3355 for (; s != NULL; s = s->header.next)
3356 {
3357 switch (s->header.type)
3358 {
3359 default:
3360 break;
3361
3362 case lang_wild_statement_enum:
3363 sec = s->wild_statement.section_list;
0d0999db
L
3364 for (sec = s->wild_statement.section_list; sec != NULL;
3365 sec = sec->next)
bcaa7b3e
L
3366 {
3367 switch (sec->spec.sorted)
3368 {
3369 case none:
3370 sec->spec.sorted = sort_section;
3371 break;
3372 case by_name:
3373 if (sort_section == by_alignment)
3374 sec->spec.sorted = by_name_alignment;
3375 break;
3376 case by_alignment:
3377 if (sort_section == by_name)
3378 sec->spec.sorted = by_alignment_name;
3379 break;
3380 default:
3381 break;
3382 }
3383 }
3384 break;
3385
3386 case lang_constructors_statement_enum:
3387 update_wild_statements (constructor_list.head);
3388 break;
3389
3390 case lang_output_section_statement_enum:
3391 update_wild_statements
3392 (s->output_section_statement.children.head);
3393 break;
3394
3395 case lang_group_statement_enum:
3396 update_wild_statements (s->group_statement.children.head);
3397 break;
3398 }
3399 }
3400 break;
3401 }
3402}
3403
396a2467 3404/* Open input files and attach to output sections. */
08da4cac 3405
252b5132 3406static void
1579bae1
AM
3407map_input_to_output_sections
3408 (lang_statement_union_type *s, const char *target,
afd7a018 3409 lang_output_section_statement_type *os)
252b5132 3410{
12d814e1
L
3411 flagword flags;
3412
1579bae1 3413 for (; s != NULL; s = s->header.next)
252b5132
RH
3414 {
3415 switch (s->header.type)
3416 {
252b5132 3417 case lang_wild_statement_enum:
afd7a018 3418 wild (&s->wild_statement, target, os);
abc6ab0a 3419 break;
252b5132
RH
3420 case lang_constructors_statement_enum:
3421 map_input_to_output_sections (constructor_list.head,
3422 target,
afd7a018 3423 os);
252b5132
RH
3424 break;
3425 case lang_output_section_statement_enum:
0841712e
JJ
3426 if (s->output_section_statement.constraint)
3427 {
0cf7d72c
AM
3428 if (s->output_section_statement.constraint != ONLY_IF_RW
3429 && s->output_section_statement.constraint != ONLY_IF_RO)
0841712e
JJ
3430 break;
3431 s->output_section_statement.all_input_readonly = TRUE;
3432 check_input_sections (s->output_section_statement.children.head,
3433 &s->output_section_statement);
3434 if ((s->output_section_statement.all_input_readonly
3435 && s->output_section_statement.constraint == ONLY_IF_RW)
3436 || (!s->output_section_statement.all_input_readonly
3437 && s->output_section_statement.constraint == ONLY_IF_RO))
3438 {
3439 s->output_section_statement.constraint = -1;
3440 break;
3441 }
3442 }
3443
252b5132
RH
3444 map_input_to_output_sections (s->output_section_statement.children.head,
3445 target,
3446 &s->output_section_statement);
3447 break;
3448 case lang_output_statement_enum:
3449 break;
3450 case lang_target_statement_enum:
3451 target = s->target_statement.target;
3452 break;
3453 case lang_group_statement_enum:
3454 map_input_to_output_sections (s->group_statement.children.head,
3455 target,
afd7a018 3456 os);
252b5132 3457 break;
384d938f
NS
3458 case lang_data_statement_enum:
3459 /* Make sure that any sections mentioned in the expression
3460 are initialized. */
3461 exp_init_os (s->data_statement.exp);
12d814e1 3462 flags = SEC_HAS_CONTENTS;
afd7a018
AM
3463 /* The output section gets contents, and then we inspect for
3464 any flags set in the input script which override any ALLOC. */
afd7a018 3465 if (!(os->flags & SEC_NEVER_LOAD))
12d814e1
L
3466 flags |= SEC_ALLOC | SEC_LOAD;
3467 if (os->bfd_section == NULL)
3468 init_os (os, NULL, flags);
3469 else
3470 os->bfd_section->flags |= flags;
afd7a018 3471 break;
252b5132 3472 case lang_input_section_enum:
e0f6802f
AM
3473 break;
3474 case lang_fill_statement_enum:
252b5132 3475 case lang_object_symbols_statement_enum:
252b5132
RH
3476 case lang_reloc_statement_enum:
3477 case lang_padding_statement_enum:
3478 case lang_input_statement_enum:
afd7a018 3479 if (os != NULL && os->bfd_section == NULL)
12d814e1 3480 init_os (os, NULL, 0);
252b5132
RH
3481 break;
3482 case lang_assignment_statement_enum:
afd7a018 3483 if (os != NULL && os->bfd_section == NULL)
12d814e1 3484 init_os (os, NULL, 0);
252b5132
RH
3485
3486 /* Make sure that any sections mentioned in the assignment
08da4cac 3487 are initialized. */
252b5132
RH
3488 exp_init_os (s->assignment_statement.exp);
3489 break;
252b5132 3490 case lang_address_statement_enum:
329c1c86 3491 /* Mark the specified section with the supplied address.
ba916c8a
MM
3492 If this section was actually a segment marker, then the
3493 directive is ignored if the linker script explicitly
3494 processed the segment marker. Originally, the linker
3495 treated segment directives (like -Ttext on the
3496 command-line) as section directives. We honor the
3497 section directive semantics for backwards compatibilty;
3498 linker scripts that do not specifically check for
3499 SEGMENT_START automatically get the old semantics. */
329c1c86 3500 if (!s->address_statement.segment
ba916c8a
MM
3501 || !s->address_statement.segment->used)
3502 {
3503 lang_output_section_statement_type *aos
3504 = (lang_output_section_statement_lookup
66c103b7 3505 (s->address_statement.section_name, 0, TRUE));
329c1c86 3506
ba916c8a 3507 if (aos->bfd_section == NULL)
12d814e1 3508 init_os (aos, NULL, 0);
ba916c8a
MM
3509 aos->addr_tree = s->address_statement.address;
3510 }
252b5132 3511 break;
53d25da6
AM
3512 case lang_insert_statement_enum:
3513 break;
3514 }
3515 }
3516}
3517
3518/* An insert statement snips out all the linker statements from the
3519 start of the list and places them after the output section
3520 statement specified by the insert. This operation is complicated
3521 by the fact that we keep a doubly linked list of output section
3522 statements as well as the singly linked list of all statements. */
3523
3524static void
3525process_insert_statements (void)
3526{
3527 lang_statement_union_type **s;
3528 lang_output_section_statement_type *first_os = NULL;
3529 lang_output_section_statement_type *last_os = NULL;
66c103b7 3530 lang_output_section_statement_type *os;
53d25da6
AM
3531
3532 /* "start of list" is actually the statement immediately after
3533 the special abs_section output statement, so that it isn't
3534 reordered. */
3535 s = &lang_output_section_statement.head;
3536 while (*(s = &(*s)->header.next) != NULL)
3537 {
3538 if ((*s)->header.type == lang_output_section_statement_enum)
3539 {
3540 /* Keep pointers to the first and last output section
3541 statement in the sequence we may be about to move. */
d2ae7be0
AM
3542 os = &(*s)->output_section_statement;
3543
3544 ASSERT (last_os == NULL || last_os->next == os);
3545 last_os = os;
66c103b7
AM
3546
3547 /* Set constraint negative so that lang_output_section_find
3548 won't match this output section statement. At this
3549 stage in linking constraint has values in the range
3550 [-1, ONLY_IN_RW]. */
3551 last_os->constraint = -2 - last_os->constraint;
53d25da6
AM
3552 if (first_os == NULL)
3553 first_os = last_os;
3554 }
3555 else if ((*s)->header.type == lang_insert_statement_enum)
3556 {
3557 lang_insert_statement_type *i = &(*s)->insert_statement;
3558 lang_output_section_statement_type *where;
53d25da6
AM
3559 lang_statement_union_type **ptr;
3560 lang_statement_union_type *first;
3561
3562 where = lang_output_section_find (i->where);
3563 if (where != NULL && i->is_before)
3564 {
967928e9 3565 do
53d25da6 3566 where = where->prev;
66c103b7 3567 while (where != NULL && where->constraint < 0);
53d25da6
AM
3568 }
3569 if (where == NULL)
3570 {
66c103b7
AM
3571 einfo (_("%F%P: %s not found for insert\n"), i->where);
3572 return;
53d25da6
AM
3573 }
3574
3575 /* Deal with reordering the output section statement list. */
3576 if (last_os != NULL)
3577 {
3578 asection *first_sec, *last_sec;
29183214 3579 struct lang_output_section_statement_struct **next;
53d25da6
AM
3580
3581 /* Snip out the output sections we are moving. */
3582 first_os->prev->next = last_os->next;
3583 if (last_os->next == NULL)
29183214
L
3584 {
3585 next = &first_os->prev->next;
3586 lang_output_section_statement.tail
3587 = (lang_statement_union_type **) next;
3588 }
53d25da6
AM
3589 else
3590 last_os->next->prev = first_os->prev;
3591 /* Add them in at the new position. */
3592 last_os->next = where->next;
3593 if (where->next == NULL)
29183214
L
3594 {
3595 next = &last_os->next;
3596 lang_output_section_statement.tail
3597 = (lang_statement_union_type **) next;
3598 }
53d25da6
AM
3599 else
3600 where->next->prev = last_os;
3601 first_os->prev = where;
3602 where->next = first_os;
3603
3604 /* Move the bfd sections in the same way. */
3605 first_sec = NULL;
3606 last_sec = NULL;
3607 for (os = first_os; os != NULL; os = os->next)
3608 {
66c103b7 3609 os->constraint = -2 - os->constraint;
53d25da6
AM
3610 if (os->bfd_section != NULL
3611 && os->bfd_section->owner != NULL)
3612 {
3613 last_sec = os->bfd_section;
3614 if (first_sec == NULL)
3615 first_sec = last_sec;
3616 }
3617 if (os == last_os)
3618 break;
3619 }
3620 if (last_sec != NULL)
3621 {
3622 asection *sec = where->bfd_section;
3623 if (sec == NULL)
3624 sec = output_prev_sec_find (where);
3625
3626 /* The place we want to insert must come after the
3627 sections we are moving. So if we find no
3628 section or if the section is the same as our
3629 last section, then no move is needed. */
3630 if (sec != NULL && sec != last_sec)
3631 {
3632 /* Trim them off. */
3633 if (first_sec->prev != NULL)
3634 first_sec->prev->next = last_sec->next;
3635 else
f13a99db 3636 link_info.output_bfd->sections = last_sec->next;
53d25da6
AM
3637 if (last_sec->next != NULL)
3638 last_sec->next->prev = first_sec->prev;
3639 else
f13a99db 3640 link_info.output_bfd->section_last = first_sec->prev;
53d25da6
AM
3641 /* Add back. */
3642 last_sec->next = sec->next;
3643 if (sec->next != NULL)
3644 sec->next->prev = last_sec;
3645 else
f13a99db 3646 link_info.output_bfd->section_last = last_sec;
53d25da6
AM
3647 first_sec->prev = sec;
3648 sec->next = first_sec;
3649 }
3650 }
3651
3652 first_os = NULL;
3653 last_os = NULL;
3654 }
3655
3656 ptr = insert_os_after (where);
3657 /* Snip everything after the abs_section output statement we
3658 know is at the start of the list, up to and including
3659 the insert statement we are currently processing. */
3660 first = lang_output_section_statement.head->header.next;
3661 lang_output_section_statement.head->header.next = (*s)->header.next;
3662 /* Add them back where they belong. */
3663 *s = *ptr;
3664 if (*s == NULL)
3665 statement_list.tail = s;
3666 *ptr = first;
3667 s = &lang_output_section_statement.head;
252b5132
RH
3668 }
3669 }
66c103b7
AM
3670
3671 /* Undo constraint twiddling. */
3672 for (os = first_os; os != NULL; os = os->next)
3673 {
3674 os->constraint = -2 - os->constraint;
3675 if (os == last_os)
3676 break;
3677 }
252b5132
RH
3678}
3679
4bd5a393
AM
3680/* An output section might have been removed after its statement was
3681 added. For example, ldemul_before_allocation can remove dynamic
3682 sections if they turn out to be not needed. Clean them up here. */
3683
8423293d 3684void
1579bae1 3685strip_excluded_output_sections (void)
4bd5a393 3686{
afd7a018 3687 lang_output_section_statement_type *os;
4bd5a393 3688
046183de 3689 /* Run lang_size_sections (if not already done). */
e9ee469a
AM
3690 if (expld.phase != lang_mark_phase_enum)
3691 {
3692 expld.phase = lang_mark_phase_enum;
3693 expld.dataseg.phase = exp_dataseg_none;
3694 one_lang_size_sections_pass (NULL, FALSE);
3695 lang_reset_memory_regions ();
3696 }
3697
afd7a018
AM
3698 for (os = &lang_output_section_statement.head->output_section_statement;
3699 os != NULL;
3700 os = os->next)
4bd5a393 3701 {
75ff4589
L
3702 asection *output_section;
3703 bfd_boolean exclude;
4bd5a393 3704
66c103b7 3705 if (os->constraint < 0)
0841712e 3706 continue;
8423293d 3707
75ff4589
L
3708 output_section = os->bfd_section;
3709 if (output_section == NULL)
8423293d
AM
3710 continue;
3711
32124d5b
AM
3712 exclude = (output_section->rawsize == 0
3713 && (output_section->flags & SEC_KEEP) == 0
f13a99db 3714 && !bfd_section_removed_from_list (link_info.output_bfd,
32124d5b
AM
3715 output_section));
3716
3717 /* Some sections have not yet been sized, notably .gnu.version,
3718 .dynsym, .dynstr and .hash. These all have SEC_LINKER_CREATED
3719 input sections, so don't drop output sections that have such
3720 input sections unless they are also marked SEC_EXCLUDE. */
3721 if (exclude && output_section->map_head.s != NULL)
75ff4589
L
3722 {
3723 asection *s;
8423293d 3724
32124d5b
AM
3725 for (s = output_section->map_head.s; s != NULL; s = s->map_head.s)
3726 if ((s->flags & SEC_LINKER_CREATED) != 0
3727 && (s->flags & SEC_EXCLUDE) == 0)
e9ee469a
AM
3728 {
3729 exclude = FALSE;
3730 break;
3731 }
75ff4589 3732 }
8423293d 3733
32124d5b
AM
3734 /* TODO: Don't just junk map_head.s, turn them into link_orders. */
3735 output_section->map_head.link_order = NULL;
3736 output_section->map_tail.link_order = NULL;
3737
3738 if (exclude)
4bd5a393 3739 {
e9ee469a
AM
3740 /* We don't set bfd_section to NULL since bfd_section of the
3741 removed output section statement may still be used. */
3d263d86
AM
3742 if (!os->section_relative_symbol
3743 && !os->update_dot_tree)
74541ad4 3744 os->ignored = TRUE;
e9ee469a 3745 output_section->flags |= SEC_EXCLUDE;
f13a99db
AM
3746 bfd_section_list_remove (link_info.output_bfd, output_section);
3747 link_info.output_bfd->section_count--;
4bd5a393
AM
3748 }
3749 }
8423293d
AM
3750
3751 /* Stop future calls to lang_add_section from messing with map_head
3752 and map_tail link_order fields. */
3753 stripped_excluded_sections = TRUE;
4bd5a393
AM
3754}
3755
252b5132 3756static void
1579bae1
AM
3757print_output_section_statement
3758 (lang_output_section_statement_type *output_section_statement)
252b5132
RH
3759{
3760 asection *section = output_section_statement->bfd_section;
3761 int len;
3762
3763 if (output_section_statement != abs_output_section)
3764 {
3765 minfo ("\n%s", output_section_statement->name);
3766
3767 if (section != NULL)
3768 {
3769 print_dot = section->vma;
3770
3771 len = strlen (output_section_statement->name);
3772 if (len >= SECTION_NAME_MAP_LENGTH - 1)
3773 {
3774 print_nl ();
3775 len = 0;
3776 }
3777 while (len < SECTION_NAME_MAP_LENGTH)
3778 {
3779 print_space ();
3780 ++len;
3781 }
3782
eea6121a 3783 minfo ("0x%V %W", section->vma, section->size);
252b5132 3784
67f744f3
AM
3785 if (section->vma != section->lma)
3786 minfo (_(" load address 0x%V"), section->lma);
5590fba9
NC
3787
3788 if (output_section_statement->update_dot_tree != NULL)
3789 exp_fold_tree (output_section_statement->update_dot_tree,
3790 bfd_abs_section_ptr, &print_dot);
252b5132
RH
3791 }
3792
3793 print_nl ();
3794 }
3795
3796 print_statement_list (output_section_statement->children.head,
3797 output_section_statement);
3798}
3799
3b83e13a
NC
3800/* Scan for the use of the destination in the right hand side
3801 of an expression. In such cases we will not compute the
3802 correct expression, since the value of DST that is used on
3803 the right hand side will be its final value, not its value
3804 just before this expression is evaluated. */
329c1c86 3805
3b83e13a
NC
3806static bfd_boolean
3807scan_for_self_assignment (const char * dst, etree_type * rhs)
3808{
3809 if (rhs == NULL || dst == NULL)
3810 return FALSE;
3811
3812 switch (rhs->type.node_class)
3813 {
3814 case etree_binary:
3815 return scan_for_self_assignment (dst, rhs->binary.lhs)
3816 || scan_for_self_assignment (dst, rhs->binary.rhs);
3817
3818 case etree_trinary:
3819 return scan_for_self_assignment (dst, rhs->trinary.lhs)
3820 || scan_for_self_assignment (dst, rhs->trinary.rhs);
3821
3822 case etree_assign:
3823 case etree_provided:
3824 case etree_provide:
3825 if (strcmp (dst, rhs->assign.dst) == 0)
3826 return TRUE;
3827 return scan_for_self_assignment (dst, rhs->assign.src);
3828
3829 case etree_unary:
3830 return scan_for_self_assignment (dst, rhs->unary.child);
3831
3832 case etree_value:
3833 if (rhs->value.str)
3834 return strcmp (dst, rhs->value.str) == 0;
3835 return FALSE;
3836
3837 case etree_name:
3838 if (rhs->name.name)
3839 return strcmp (dst, rhs->name.name) == 0;
3840 return FALSE;
3841
3842 default:
3843 break;
3844 }
3845
3846 return FALSE;
3847}
3848
3849
252b5132 3850static void
1579bae1
AM
3851print_assignment (lang_assignment_statement_type *assignment,
3852 lang_output_section_statement_type *output_section)
252b5132 3853{
3b83e13a
NC
3854 unsigned int i;
3855 bfd_boolean is_dot;
3856 bfd_boolean computation_is_valid = TRUE;
afd7a018 3857 etree_type *tree;
252b5132
RH
3858
3859 for (i = 0; i < SECTION_NAME_MAP_LENGTH; i++)
3860 print_space ();
3861
afd7a018
AM
3862 if (assignment->exp->type.node_class == etree_assert)
3863 {
3b83e13a 3864 is_dot = FALSE;
afd7a018 3865 tree = assignment->exp->assert_s.child;
3b83e13a 3866 computation_is_valid = TRUE;
afd7a018
AM
3867 }
3868 else
3869 {
3870 const char *dst = assignment->exp->assign.dst;
3b83e13a
NC
3871
3872 is_dot = (dst[0] == '.' && dst[1] == 0);
afd7a018 3873 tree = assignment->exp->assign.src;
3b83e13a 3874 computation_is_valid = is_dot || (scan_for_self_assignment (dst, tree) == FALSE);
afd7a018
AM
3875 }
3876
e9ee469a
AM
3877 exp_fold_tree (tree, output_section->bfd_section, &print_dot);
3878 if (expld.result.valid_p)
7b17f854 3879 {
7b17f854
RS
3880 bfd_vma value;
3881
3b83e13a
NC
3882 if (computation_is_valid)
3883 {
e9ee469a 3884 value = expld.result.value;
10dbd1f3 3885
e9ee469a
AM
3886 if (expld.result.section)
3887 value += expld.result.section->vma;
7b17f854 3888
3b83e13a
NC
3889 minfo ("0x%V", value);
3890 if (is_dot)
3891 print_dot = value;
3892 }
3893 else
3894 {
3895 struct bfd_link_hash_entry *h;
3896
3897 h = bfd_link_hash_lookup (link_info.hash, assignment->exp->assign.dst,
3898 FALSE, FALSE, TRUE);
3899 if (h)
3900 {
10dbd1f3
NC
3901 value = h->u.def.value;
3902
e9ee469a 3903 if (expld.result.section)
a1438fce 3904 value += expld.result.section->vma;
3b83e13a
NC
3905
3906 minfo ("[0x%V]", value);
3907 }
3908 else
3909 minfo ("[unresolved]");
3910 }
7b17f854 3911 }
252b5132
RH
3912 else
3913 {
3914 minfo ("*undef* ");
3915#ifdef BFD64
3916 minfo (" ");
3917#endif
3918 }
3919
3920 minfo (" ");
252b5132 3921 exp_print_tree (assignment->exp);
252b5132
RH
3922 print_nl ();
3923}
3924
3925static void
1579bae1 3926print_input_statement (lang_input_statement_type *statm)
252b5132 3927{
967928e9
AM
3928 if (statm->filename != NULL
3929 && (statm->the_bfd == NULL
3930 || (statm->the_bfd->flags & BFD_LINKER_CREATED) == 0))
906e58ca 3931 fprintf (config.map_file, "LOAD %s\n", statm->filename);
252b5132
RH
3932}
3933
3934/* Print all symbols defined in a particular section. This is called
35835446 3935 via bfd_link_hash_traverse, or by print_all_symbols. */
252b5132 3936
b34976b6 3937static bfd_boolean
1579bae1 3938print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr)
252b5132 3939{
1e9cc1c2 3940 asection *sec = (asection *) ptr;
252b5132
RH
3941
3942 if ((hash_entry->type == bfd_link_hash_defined
3943 || hash_entry->type == bfd_link_hash_defweak)
3944 && sec == hash_entry->u.def.section)
3945 {
3946 int i;
3947
3948 for (i = 0; i < SECTION_NAME_MAP_LENGTH; i++)
3949 print_space ();
3950 minfo ("0x%V ",
3951 (hash_entry->u.def.value
3952 + hash_entry->u.def.section->output_offset
3953 + hash_entry->u.def.section->output_section->vma));
3954
3955 minfo (" %T\n", hash_entry->root.string);
3956 }
3957
b34976b6 3958 return TRUE;
252b5132
RH
3959}
3960
02688209
TG
3961static int
3962hash_entry_addr_cmp (const void *a, const void *b)
3963{
3964 const struct bfd_link_hash_entry *l = *(const struct bfd_link_hash_entry **)a;
3965 const struct bfd_link_hash_entry *r = *(const struct bfd_link_hash_entry **)b;
3966
3967 if (l->u.def.value < r->u.def.value)
3968 return -1;
3969 else if (l->u.def.value > r->u.def.value)
3970 return 1;
3971 else
3972 return 0;
3973}
3974
35835446 3975static void
e0f6802f 3976print_all_symbols (asection *sec)
35835446 3977{
1e9cc1c2
NC
3978 struct fat_user_section_struct *ud =
3979 (struct fat_user_section_struct *) get_userdata (sec);
35835446 3980 struct map_symbol_def *def;
02688209
TG
3981 struct bfd_link_hash_entry **entries;
3982 unsigned int i;
35835446 3983
afd7a018
AM
3984 if (!ud)
3985 return;
3986
35835446 3987 *ud->map_symbol_def_tail = 0;
02688209
TG
3988
3989 /* Sort the symbols by address. */
1e9cc1c2
NC
3990 entries = (struct bfd_link_hash_entry **)
3991 obstack_alloc (&map_obstack, ud->map_symbol_def_count * sizeof (*entries));
02688209
TG
3992
3993 for (i = 0, def = ud->map_symbol_def_head; def; def = def->next, i++)
3994 entries[i] = def->entry;
3995
3996 qsort (entries, ud->map_symbol_def_count, sizeof (*entries),
3997 hash_entry_addr_cmp);
3998
3999 /* Print the symbols. */
4000 for (i = 0; i < ud->map_symbol_def_count; i++)
4001 print_one_symbol (entries[i], sec);
4002
4003 obstack_free (&map_obstack, entries);
35835446
JR
4004}
4005
252b5132
RH
4006/* Print information about an input section to the map file. */
4007
4008static void
d64703c6 4009print_input_section (asection *i, bfd_boolean is_discarded)
252b5132 4010{
eea6121a 4011 bfd_size_type size = i->size;
abe6ac95
AM
4012 int len;
4013 bfd_vma addr;
e5caa5e0
AM
4014
4015 init_opb ();
4d4920ec 4016
abe6ac95
AM
4017 print_space ();
4018 minfo ("%s", i->name);
252b5132 4019
abe6ac95
AM
4020 len = 1 + strlen (i->name);
4021 if (len >= SECTION_NAME_MAP_LENGTH - 1)
4022 {
4023 print_nl ();
4024 len = 0;
4025 }
4026 while (len < SECTION_NAME_MAP_LENGTH)
4027 {
57ceae94 4028 print_space ();
abe6ac95
AM
4029 ++len;
4030 }
252b5132 4031
f13a99db
AM
4032 if (i->output_section != NULL
4033 && i->output_section->owner == link_info.output_bfd)
abe6ac95
AM
4034 addr = i->output_section->vma + i->output_offset;
4035 else
4036 {
4037 addr = print_dot;
d64703c6
TG
4038 if (!is_discarded)
4039 size = 0;
abe6ac95 4040 }
252b5132 4041
abe6ac95 4042 minfo ("0x%V %W %B\n", addr, TO_ADDR (size), i->owner);
252b5132 4043
abe6ac95
AM
4044 if (size != i->rawsize && i->rawsize != 0)
4045 {
4046 len = SECTION_NAME_MAP_LENGTH + 3;
252b5132 4047#ifdef BFD64
abe6ac95 4048 len += 16;
252b5132 4049#else
abe6ac95 4050 len += 8;
252b5132 4051#endif
abe6ac95
AM
4052 while (len > 0)
4053 {
4054 print_space ();
4055 --len;
57ceae94
AM
4056 }
4057
abe6ac95
AM
4058 minfo (_("%W (size before relaxing)\n"), i->rawsize);
4059 }
252b5132 4060
f13a99db
AM
4061 if (i->output_section != NULL
4062 && i->output_section->owner == link_info.output_bfd)
abe6ac95 4063 {
c0f00686 4064 if (link_info.reduce_memory_overheads)
abe6ac95
AM
4065 bfd_link_hash_traverse (link_info.hash, print_one_symbol, i);
4066 else
4067 print_all_symbols (i);
4068
5590fba9
NC
4069 /* Update print_dot, but make sure that we do not move it
4070 backwards - this could happen if we have overlays and a
4071 later overlay is shorter than an earier one. */
4072 if (addr + TO_ADDR (size) > print_dot)
4073 print_dot = addr + TO_ADDR (size);
252b5132
RH
4074 }
4075}
4076
4077static void
1579bae1 4078print_fill_statement (lang_fill_statement_type *fill)
252b5132 4079{
2c382fb6
AM
4080 size_t size;
4081 unsigned char *p;
4082 fputs (" FILL mask 0x", config.map_file);
4083 for (p = fill->fill->data, size = fill->fill->size; size != 0; p++, size--)
4084 fprintf (config.map_file, "%02x", *p);
4085 fputs ("\n", config.map_file);
252b5132
RH
4086}
4087
4088static void
1579bae1 4089print_data_statement (lang_data_statement_type *data)
252b5132
RH
4090{
4091 int i;
4092 bfd_vma addr;
4093 bfd_size_type size;
4094 const char *name;
4095
e5caa5e0 4096 init_opb ();
252b5132
RH
4097 for (i = 0; i < SECTION_NAME_MAP_LENGTH; i++)
4098 print_space ();
4099
7fabd029 4100 addr = data->output_offset;
252b5132
RH
4101 if (data->output_section != NULL)
4102 addr += data->output_section->vma;
4103
4104 switch (data->type)
4105 {
4106 default:
4107 abort ();
4108 case BYTE:
4109 size = BYTE_SIZE;
4110 name = "BYTE";
4111 break;
4112 case SHORT:
4113 size = SHORT_SIZE;
4114 name = "SHORT";
4115 break;
4116 case LONG:
4117 size = LONG_SIZE;
4118 name = "LONG";
4119 break;
4120 case QUAD:
4121 size = QUAD_SIZE;
4122 name = "QUAD";
4123 break;
4124 case SQUAD:
4125 size = QUAD_SIZE;
4126 name = "SQUAD";
4127 break;
4128 }
4129
4130 minfo ("0x%V %W %s 0x%v", addr, size, name, data->value);
4131
4132 if (data->exp->type.node_class != etree_value)
4133 {
4134 print_space ();
4135 exp_print_tree (data->exp);
4136 }
4137
4138 print_nl ();
4139
e5caa5e0 4140 print_dot = addr + TO_ADDR (size);
252b5132
RH
4141}
4142
4143/* Print an address statement. These are generated by options like
4144 -Ttext. */
4145
4146static void
1579bae1 4147print_address_statement (lang_address_statement_type *address)
252b5132
RH
4148{
4149 minfo (_("Address of section %s set to "), address->section_name);
4150 exp_print_tree (address->address);
4151 print_nl ();
4152}
4153
4154/* Print a reloc statement. */
4155
4156static void
1579bae1 4157print_reloc_statement (lang_reloc_statement_type *reloc)
252b5132
RH
4158{
4159 int i;
4160 bfd_vma addr;
4161 bfd_size_type size;
4162
e5caa5e0 4163 init_opb ();
252b5132
RH
4164 for (i = 0; i < SECTION_NAME_MAP_LENGTH; i++)
4165 print_space ();
4166
7fabd029 4167 addr = reloc->output_offset;
252b5132
RH
4168 if (reloc->output_section != NULL)
4169 addr += reloc->output_section->vma;
4170
4171 size = bfd_get_reloc_size (reloc->howto);
4172
4173 minfo ("0x%V %W RELOC %s ", addr, size, reloc->howto->name);
4174
4175 if (reloc->name != NULL)
4176 minfo ("%s+", reloc->name);
4177 else
4178 minfo ("%s+", reloc->section->name);
4179
4180 exp_print_tree (reloc->addend_exp);
4181
4182 print_nl ();
4183
e5caa5e0 4184 print_dot = addr + TO_ADDR (size);
5f992e62 4185}
252b5132
RH
4186
4187static void
1579bae1 4188print_padding_statement (lang_padding_statement_type *s)
252b5132
RH
4189{
4190 int len;
4191 bfd_vma addr;
4192
e5caa5e0 4193 init_opb ();
252b5132
RH
4194 minfo (" *fill*");
4195
4196 len = sizeof " *fill*" - 1;
4197 while (len < SECTION_NAME_MAP_LENGTH)
4198 {
4199 print_space ();
4200 ++len;
4201 }
4202
4203 addr = s->output_offset;
4204 if (s->output_section != NULL)
4205 addr += s->output_section->vma;
5f9b8920 4206 minfo ("0x%V %W ", addr, (bfd_vma) s->size);
252b5132 4207
2c382fb6
AM
4208 if (s->fill->size != 0)
4209 {
4210 size_t size;
4211 unsigned char *p;
4212 for (p = s->fill->data, size = s->fill->size; size != 0; p++, size--)
4213 fprintf (config.map_file, "%02x", *p);
4214 }
252b5132
RH
4215
4216 print_nl ();
4217
e5caa5e0 4218 print_dot = addr + TO_ADDR (s->size);
252b5132
RH
4219}
4220
4221static void
1579bae1
AM
4222print_wild_statement (lang_wild_statement_type *w,
4223 lang_output_section_statement_type *os)
252b5132 4224{
b6bf44ba
AM
4225 struct wildcard_list *sec;
4226
252b5132
RH
4227 print_space ();
4228
4229 if (w->filenames_sorted)
4230 minfo ("SORT(");
08da4cac 4231 if (w->filename != NULL)
252b5132
RH
4232 minfo ("%s", w->filename);
4233 else
4234 minfo ("*");
4235 if (w->filenames_sorted)
4236 minfo (")");
4237
4238 minfo ("(");
b6bf44ba
AM
4239 for (sec = w->section_list; sec; sec = sec->next)
4240 {
4241 if (sec->spec.sorted)
4242 minfo ("SORT(");
4243 if (sec->spec.exclude_name_list != NULL)
4244 {
4245 name_list *tmp;
34786259 4246 minfo ("EXCLUDE_FILE(%s", sec->spec.exclude_name_list->name);
b6bf44ba 4247 for (tmp = sec->spec.exclude_name_list->next; tmp; tmp = tmp->next)
34786259
AM
4248 minfo (" %s", tmp->name);
4249 minfo (") ");
b6bf44ba
AM
4250 }
4251 if (sec->spec.name != NULL)
4252 minfo ("%s", sec->spec.name);
4253 else
4254 minfo ("*");
4255 if (sec->spec.sorted)
4256 minfo (")");
34786259
AM
4257 if (sec->next)
4258 minfo (" ");
b6bf44ba 4259 }
252b5132
RH
4260 minfo (")");
4261
4262 print_nl ();
4263
4264 print_statement_list (w->children.head, os);
4265}
4266
4267/* Print a group statement. */
4268
4269static void
1579bae1
AM
4270print_group (lang_group_statement_type *s,
4271 lang_output_section_statement_type *os)
252b5132
RH
4272{
4273 fprintf (config.map_file, "START GROUP\n");
4274 print_statement_list (s->children.head, os);
4275 fprintf (config.map_file, "END GROUP\n");
4276}
4277
4278/* Print the list of statements in S.
4279 This can be called for any statement type. */
4280
4281static void
1579bae1
AM
4282print_statement_list (lang_statement_union_type *s,
4283 lang_output_section_statement_type *os)
252b5132
RH
4284{
4285 while (s != NULL)
4286 {
4287 print_statement (s, os);
bba1a0c0 4288 s = s->header.next;
252b5132
RH
4289 }
4290}
4291
4292/* Print the first statement in statement list S.
4293 This can be called for any statement type. */
4294
4295static void
1579bae1
AM
4296print_statement (lang_statement_union_type *s,
4297 lang_output_section_statement_type *os)
252b5132
RH
4298{
4299 switch (s->header.type)
4300 {
4301 default:
4302 fprintf (config.map_file, _("Fail with %d\n"), s->header.type);
4303 FAIL ();
4304 break;
4305 case lang_constructors_statement_enum:
4306 if (constructor_list.head != NULL)
4307 {
4308 if (constructors_sorted)
4309 minfo (" SORT (CONSTRUCTORS)\n");
4310 else
4311 minfo (" CONSTRUCTORS\n");
4312 print_statement_list (constructor_list.head, os);
4313 }
4314 break;
4315 case lang_wild_statement_enum:
4316 print_wild_statement (&s->wild_statement, os);
4317 break;
4318 case lang_address_statement_enum:
4319 print_address_statement (&s->address_statement);
4320 break;
4321 case lang_object_symbols_statement_enum:
4322 minfo (" CREATE_OBJECT_SYMBOLS\n");
4323 break;
4324 case lang_fill_statement_enum:
4325 print_fill_statement (&s->fill_statement);
4326 break;
4327 case lang_data_statement_enum:
4328 print_data_statement (&s->data_statement);
4329 break;
4330 case lang_reloc_statement_enum:
4331 print_reloc_statement (&s->reloc_statement);
4332 break;
4333 case lang_input_section_enum:
d64703c6 4334 print_input_section (s->input_section.section, FALSE);
252b5132
RH
4335 break;
4336 case lang_padding_statement_enum:
4337 print_padding_statement (&s->padding_statement);
4338 break;
4339 case lang_output_section_statement_enum:
4340 print_output_section_statement (&s->output_section_statement);
4341 break;
4342 case lang_assignment_statement_enum:
4343 print_assignment (&s->assignment_statement, os);
4344 break;
4345 case lang_target_statement_enum:
4346 fprintf (config.map_file, "TARGET(%s)\n", s->target_statement.target);
4347 break;
4348 case lang_output_statement_enum:
4349 minfo ("OUTPUT(%s", s->output_statement.name);
4350 if (output_target != NULL)
4351 minfo (" %s", output_target);
4352 minfo (")\n");
4353 break;
4354 case lang_input_statement_enum:
4355 print_input_statement (&s->input_statement);
4356 break;
4357 case lang_group_statement_enum:
4358 print_group (&s->group_statement, os);
4359 break;
53d25da6
AM
4360 case lang_insert_statement_enum:
4361 minfo ("INSERT %s %s\n",
4362 s->insert_statement.is_before ? "BEFORE" : "AFTER",
4363 s->insert_statement.where);
4364 break;
252b5132
RH
4365 }
4366}
4367
4368static void
1579bae1 4369print_statements (void)
252b5132
RH
4370{
4371 print_statement_list (statement_list.head, abs_output_section);
4372}
4373
4374/* Print the first N statements in statement list S to STDERR.
4375 If N == 0, nothing is printed.
4376 If N < 0, the entire list is printed.
4377 Intended to be called from GDB. */
4378
4379void
1579bae1 4380dprint_statement (lang_statement_union_type *s, int n)
252b5132
RH
4381{
4382 FILE *map_save = config.map_file;
4383
4384 config.map_file = stderr;
4385
4386 if (n < 0)
4387 print_statement_list (s, abs_output_section);
4388 else
4389 {
4390 while (s && --n >= 0)
4391 {
4392 print_statement (s, abs_output_section);
bba1a0c0 4393 s = s->header.next;
252b5132
RH
4394 }
4395 }
4396
4397 config.map_file = map_save;
4398}
4399
b3327aad 4400static void
1579bae1
AM
4401insert_pad (lang_statement_union_type **ptr,
4402 fill_type *fill,
4403 unsigned int alignment_needed,
4404 asection *output_section,
4405 bfd_vma dot)
252b5132 4406{
2c382fb6 4407 static fill_type zero_fill = { 1, { 0 } };
e9ee469a 4408 lang_statement_union_type *pad = NULL;
b3327aad 4409
e9ee469a
AM
4410 if (ptr != &statement_list.head)
4411 pad = ((lang_statement_union_type *)
4412 ((char *) ptr - offsetof (lang_statement_union_type, header.next)));
4413 if (pad != NULL
4414 && pad->header.type == lang_padding_statement_enum
4415 && pad->padding_statement.output_section == output_section)
4416 {
4417 /* Use the existing pad statement. */
4418 }
4419 else if ((pad = *ptr) != NULL
906e58ca
NC
4420 && pad->header.type == lang_padding_statement_enum
4421 && pad->padding_statement.output_section == output_section)
252b5132 4422 {
e9ee469a 4423 /* Use the existing pad statement. */
252b5132 4424 }
b3327aad 4425 else
252b5132 4426 {
b3327aad 4427 /* Make a new padding statement, linked into existing chain. */
1e9cc1c2
NC
4428 pad = (lang_statement_union_type *)
4429 stat_alloc (sizeof (lang_padding_statement_type));
b3327aad
AM
4430 pad->header.next = *ptr;
4431 *ptr = pad;
4432 pad->header.type = lang_padding_statement_enum;
4433 pad->padding_statement.output_section = output_section;
1579bae1 4434 if (fill == NULL)
2c382fb6 4435 fill = &zero_fill;
b3327aad 4436 pad->padding_statement.fill = fill;
252b5132 4437 }
b3327aad
AM
4438 pad->padding_statement.output_offset = dot - output_section->vma;
4439 pad->padding_statement.size = alignment_needed;
eea6121a 4440 output_section->size += alignment_needed;
252b5132
RH
4441}
4442
08da4cac
KH
4443/* Work out how much this section will move the dot point. */
4444
252b5132 4445static bfd_vma
6feb9908
AM
4446size_input_section
4447 (lang_statement_union_type **this_ptr,
4448 lang_output_section_statement_type *output_section_statement,
4449 fill_type *fill,
4450 bfd_vma dot)
252b5132
RH
4451{
4452 lang_input_section_type *is = &((*this_ptr)->input_section);
4453 asection *i = is->section;
4454
7b986e99
AM
4455 if (!((lang_input_statement_type *) i->owner->usrdata)->just_syms_flag
4456 && (i->flags & SEC_EXCLUDE) == 0)
252b5132 4457 {
b3327aad
AM
4458 unsigned int alignment_needed;
4459 asection *o;
4460
4461 /* Align this section first to the input sections requirement,
4462 then to the output section's requirement. If this alignment
4463 is greater than any seen before, then record it too. Perform
4464 the alignment by inserting a magic 'padding' statement. */
4465
252b5132 4466 if (output_section_statement->subsection_alignment != -1)
b3327aad
AM
4467 i->alignment_power = output_section_statement->subsection_alignment;
4468
4469 o = output_section_statement->bfd_section;
4470 if (o->alignment_power < i->alignment_power)
4471 o->alignment_power = i->alignment_power;
252b5132 4472
b3327aad
AM
4473 alignment_needed = align_power (dot, i->alignment_power) - dot;
4474
4475 if (alignment_needed != 0)
4476 {
e5caa5e0 4477 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot);
b3327aad
AM
4478 dot += alignment_needed;
4479 }
252b5132 4480
08da4cac 4481 /* Remember where in the output section this input section goes. */
252b5132 4482
b3327aad 4483 i->output_offset = dot - o->vma;
252b5132 4484
08da4cac 4485 /* Mark how big the output section must be to contain this now. */
eea6121a
AM
4486 dot += TO_ADDR (i->size);
4487 o->size = TO_SIZE (dot - o->vma);
252b5132
RH
4488 }
4489 else
4490 {
4491 i->output_offset = i->vma - output_section_statement->bfd_section->vma;
4492 }
4493
4494 return dot;
4495}
4496
5daa8fe7
L
4497static int
4498sort_sections_by_lma (const void *arg1, const void *arg2)
4499{
4500 const asection *sec1 = *(const asection **) arg1;
4501 const asection *sec2 = *(const asection **) arg2;
4502
4503 if (bfd_section_lma (sec1->owner, sec1)
4504 < bfd_section_lma (sec2->owner, sec2))
4505 return -1;
4506 else if (bfd_section_lma (sec1->owner, sec1)
4507 > bfd_section_lma (sec2->owner, sec2))
4508 return 1;
7f6a71ff
JM
4509 else if (sec1->id < sec2->id)
4510 return -1;
4511 else if (sec1->id > sec2->id)
4512 return 1;
5daa8fe7
L
4513
4514 return 0;
4515}
4516
eea6121a 4517#define IGNORE_SECTION(s) \
afd7a018
AM
4518 ((s->flags & SEC_NEVER_LOAD) != 0 \
4519 || (s->flags & SEC_ALLOC) == 0 \
4520 || ((s->flags & SEC_THREAD_LOCAL) != 0 \
de7f8cc8 4521 && (s->flags & SEC_LOAD) == 0))
d1778b88 4522
252b5132 4523/* Check to see if any allocated sections overlap with other allocated
afd7a018 4524 sections. This can happen if a linker script specifies the output
20e56351
DJ
4525 section addresses of the two sections. Also check whether any memory
4526 region has overflowed. */
08da4cac 4527
252b5132 4528static void
1579bae1 4529lang_check_section_addresses (void)
252b5132 4530{
5daa8fe7
L
4531 asection *s, *os;
4532 asection **sections, **spp;
4533 unsigned int count;
4534 bfd_vma s_start;
4535 bfd_vma s_end;
4536 bfd_vma os_start;
4537 bfd_vma os_end;
4538 bfd_size_type amt;
20e56351 4539 lang_memory_region_type *m;
5daa8fe7 4540
f13a99db 4541 if (bfd_count_sections (link_info.output_bfd) <= 1)
5daa8fe7
L
4542 return;
4543
f13a99db 4544 amt = bfd_count_sections (link_info.output_bfd) * sizeof (asection *);
1e9cc1c2 4545 sections = (asection **) xmalloc (amt);
252b5132
RH
4546
4547 /* Scan all sections in the output list. */
5daa8fe7 4548 count = 0;
f13a99db 4549 for (s = link_info.output_bfd->sections; s != NULL; s = s->next)
33275c22 4550 {
5daa8fe7 4551 /* Only consider loadable sections with real contents. */
e50d6125
AM
4552 if ((s->flags & SEC_NEVER_LOAD)
4553 || !(s->flags & SEC_LOAD)
4554 || !(s->flags & SEC_ALLOC)
ec6d26be 4555 || s->size == 0)
33275c22 4556 continue;
5f992e62 4557
5daa8fe7
L
4558 sections[count] = s;
4559 count++;
4560 }
329c1c86 4561
5daa8fe7
L
4562 if (count <= 1)
4563 return;
5f992e62 4564
5daa8fe7
L
4565 qsort (sections, (size_t) count, sizeof (asection *),
4566 sort_sections_by_lma);
5f992e62 4567
5daa8fe7
L
4568 spp = sections;
4569 s = *spp++;
f13a99db 4570 s_start = bfd_section_lma (link_info.output_bfd, s);
5daa8fe7
L
4571 s_end = s_start + TO_ADDR (s->size) - 1;
4572 for (count--; count; count--)
4573 {
4574 /* We must check the sections' LMA addresses not their VMA
4575 addresses because overlay sections can have overlapping VMAs
4576 but they must have distinct LMAs. */
4577 os = s;
329c1c86 4578 os_start = s_start;
5daa8fe7
L
4579 os_end = s_end;
4580 s = *spp++;
f13a99db 4581 s_start = bfd_section_lma (link_info.output_bfd, s);
5daa8fe7 4582 s_end = s_start + TO_ADDR (s->size) - 1;
5f992e62 4583
5daa8fe7
L
4584 /* Look for an overlap. */
4585 if (s_end >= os_start && s_start <= os_end)
ec6d26be 4586 einfo (_("%X%P: section %s loaded at [%V,%V] overlaps section %s loaded at [%V,%V]\n"),
5daa8fe7 4587 s->name, s_start, s_end, os->name, os_start, os_end);
33275c22 4588 }
5daa8fe7
L
4589
4590 free (sections);
20e56351
DJ
4591
4592 /* If any memory region has overflowed, report by how much.
4593 We do not issue this diagnostic for regions that had sections
4594 explicitly placed outside their bounds; os_region_check's
4595 diagnostics are adequate for that case.
4596
4597 FIXME: It is conceivable that m->current - (m->origin + m->length)
4598 might overflow a 32-bit integer. There is, alas, no way to print
4599 a bfd_vma quantity in decimal. */
4600 for (m = lang_memory_region_list; m; m = m->next)
4601 if (m->had_full_message)
4a93e180
NC
4602 einfo (_("%X%P: region `%s' overflowed by %ld bytes\n"),
4603 m->name_list.name, (long)(m->current - (m->origin + m->length)));
20e56351 4604
252b5132
RH
4605}
4606
562d3460
TW
4607/* Make sure the new address is within the region. We explicitly permit the
4608 current address to be at the exact end of the region when the address is
4609 non-zero, in case the region is at the end of addressable memory and the
5f992e62 4610 calculation wraps around. */
562d3460
TW
4611
4612static void
1579bae1 4613os_region_check (lang_output_section_statement_type *os,
6bdafbeb 4614 lang_memory_region_type *region,
1579bae1
AM
4615 etree_type *tree,
4616 bfd_vma base)
562d3460
TW
4617{
4618 if ((region->current < region->origin
4619 || (region->current - region->origin > region->length))
4620 && ((region->current != region->origin + region->length)
b7a26f91 4621 || base == 0))
562d3460 4622 {
1579bae1 4623 if (tree != NULL)
b7a26f91 4624 {
4a93e180
NC
4625 einfo (_("%X%P: address 0x%v of %B section `%s'"
4626 " is not within region `%s'\n"),
b7a26f91
KH
4627 region->current,
4628 os->bfd_section->owner,
4629 os->bfd_section->name,
4a93e180 4630 region->name_list.name);
b7a26f91 4631 }
20e56351 4632 else if (!region->had_full_message)
b7a26f91 4633 {
20e56351
DJ
4634 region->had_full_message = TRUE;
4635
4a93e180 4636 einfo (_("%X%P: %B section `%s' will not fit in region `%s'\n"),
b7a26f91 4637 os->bfd_section->owner,
20e56351 4638 os->bfd_section->name,
4a93e180 4639 region->name_list.name);
b7a26f91 4640 }
562d3460
TW
4641 }
4642}
4643
252b5132
RH
4644/* Set the sizes for all the output sections. */
4645
2d20f7bf 4646static bfd_vma
1579bae1
AM
4647lang_size_sections_1
4648 (lang_statement_union_type *s,
4649 lang_output_section_statement_type *output_section_statement,
4650 lang_statement_union_type **prev,
4651 fill_type *fill,
4652 bfd_vma dot,
4653 bfd_boolean *relax,
4654 bfd_boolean check_regions)
252b5132
RH
4655{
4656 /* Size up the sections from their constituent parts. */
1579bae1 4657 for (; s != NULL; s = s->header.next)
252b5132
RH
4658 {
4659 switch (s->header.type)
4660 {
4661 case lang_output_section_statement_enum:
4662 {
e9ee469a 4663 bfd_vma newdot, after;
d1778b88 4664 lang_output_section_statement_type *os;
cde9e0be 4665 lang_memory_region_type *r;
252b5132 4666
d1778b88 4667 os = &s->output_section_statement;
a5df8c84
AM
4668 if (os->addr_tree != NULL)
4669 {
cde9e0be 4670 os->processed_vma = FALSE;
a5df8c84 4671 exp_fold_tree (os->addr_tree, bfd_abs_section_ptr, &dot);
a5df8c84 4672
3bf9618b
AM
4673 if (expld.result.valid_p)
4674 dot = expld.result.value + expld.result.section->vma;
4675 else if (expld.phase != lang_mark_phase_enum)
a5df8c84
AM
4676 einfo (_("%F%S: non constant or forward reference"
4677 " address expression for section %s\n"),
4678 os->name);
a5df8c84
AM
4679 }
4680
e9ee469a 4681 if (os->bfd_section == NULL)
75ff4589 4682 /* This section was removed or never actually created. */
252b5132
RH
4683 break;
4684
4685 /* If this is a COFF shared library section, use the size and
4686 address from the input section. FIXME: This is COFF
4687 specific; it would be cleaner if there were some other way
4688 to do this, but nothing simple comes to mind. */
f13a99db
AM
4689 if (((bfd_get_flavour (link_info.output_bfd)
4690 == bfd_target_ecoff_flavour)
4691 || (bfd_get_flavour (link_info.output_bfd)
4692 == bfd_target_coff_flavour))
ebe372c1 4693 && (os->bfd_section->flags & SEC_COFF_SHARED_LIBRARY) != 0)
252b5132 4694 {
08da4cac 4695 asection *input;
252b5132
RH
4696
4697 if (os->children.head == NULL
bba1a0c0 4698 || os->children.head->header.next != NULL
6feb9908
AM
4699 || (os->children.head->header.type
4700 != lang_input_section_enum))
4701 einfo (_("%P%X: Internal error on COFF shared library"
4702 " section %s\n"), os->name);
252b5132
RH
4703
4704 input = os->children.head->input_section.section;
4705 bfd_set_section_vma (os->bfd_section->owner,
4706 os->bfd_section,
4707 bfd_section_vma (input->owner, input));
eea6121a 4708 os->bfd_section->size = input->size;
252b5132
RH
4709 break;
4710 }
4711
a5df8c84 4712 newdot = dot;
252b5132
RH
4713 if (bfd_is_abs_section (os->bfd_section))
4714 {
4715 /* No matter what happens, an abs section starts at zero. */
4716 ASSERT (os->bfd_section->vma == 0);
4717 }
4718 else
4719 {
94b50910 4720 int align;
7270c5ed 4721
1579bae1 4722 if (os->addr_tree == NULL)
252b5132
RH
4723 {
4724 /* No address specified for this section, get one
4725 from the region specification. */
1579bae1 4726 if (os->region == NULL
6feb9908 4727 || ((os->bfd_section->flags & (SEC_ALLOC | SEC_LOAD))
4a93e180
NC
4728 && os->region->name_list.name[0] == '*'
4729 && strcmp (os->region->name_list.name,
6feb9908 4730 DEFAULT_MEMORY_REGION) == 0))
252b5132
RH
4731 {
4732 os->region = lang_memory_default (os->bfd_section);
4733 }
4734
4735 /* If a loadable section is using the default memory
4736 region, and some non default memory regions were
66184979 4737 defined, issue an error message. */
f0636a44
AM
4738 if (!os->ignored
4739 && !IGNORE_SECTION (os->bfd_section)
1049f94e 4740 && ! link_info.relocatable
cf888e70 4741 && check_regions
4a93e180 4742 && strcmp (os->region->name_list.name,
6feb9908 4743 DEFAULT_MEMORY_REGION) == 0
252b5132 4744 && lang_memory_region_list != NULL
4a93e180 4745 && (strcmp (lang_memory_region_list->name_list.name,
a747ee4d 4746 DEFAULT_MEMORY_REGION) != 0
e9ee469a
AM
4747 || lang_memory_region_list->next != NULL)
4748 && expld.phase != lang_mark_phase_enum)
66184979
NC
4749 {
4750 /* By default this is an error rather than just a
4751 warning because if we allocate the section to the
4752 default memory region we can end up creating an
07f3b6ad
KH
4753 excessively large binary, or even seg faulting when
4754 attempting to perform a negative seek. See
6feb9908 4755 sources.redhat.com/ml/binutils/2003-04/msg00423.html
66184979
NC
4756 for an example of this. This behaviour can be
4757 overridden by the using the --no-check-sections
4758 switch. */
4759 if (command_line.check_section_addresses)
6feb9908
AM
4760 einfo (_("%P%F: error: no memory region specified"
4761 " for loadable section `%s'\n"),
f13a99db 4762 bfd_get_section_name (link_info.output_bfd,
66184979
NC
4763 os->bfd_section));
4764 else
6feb9908
AM
4765 einfo (_("%P: warning: no memory region specified"
4766 " for loadable section `%s'\n"),
f13a99db 4767 bfd_get_section_name (link_info.output_bfd,
66184979
NC
4768 os->bfd_section));
4769 }
252b5132 4770
e9ee469a 4771 newdot = os->region->current;
94b50910 4772 align = os->bfd_section->alignment_power;
252b5132 4773 }
94b50910
AM
4774 else
4775 align = os->section_alignment;
5f992e62 4776
7270c5ed 4777 /* Align to what the section needs. */
94b50910
AM
4778 if (align > 0)
4779 {
4780 bfd_vma savedot = newdot;
4781 newdot = align_power (newdot, align);
252b5132 4782
94b50910
AM
4783 if (newdot != savedot
4784 && (config.warn_section_align
4785 || os->addr_tree != NULL)
4786 && expld.phase != lang_mark_phase_enum)
4787 einfo (_("%P: warning: changing start of section"
4788 " %s by %lu bytes\n"),
4789 os->name, (unsigned long) (newdot - savedot));
4790 }
252b5132 4791
fb6cee96
NC
4792 /* PR 6945: Do not update the vma's of output sections
4793 when performing a relocatable link on COFF objects. */
4794 if (! link_info.relocatable
4795 || (bfd_get_flavour (link_info.output_bfd)
4796 != bfd_target_coff_flavour))
4797 bfd_set_section_vma (0, os->bfd_section, newdot);
5f992e62 4798
252b5132
RH
4799 os->bfd_section->output_offset = 0;
4800 }
4801
2d20f7bf 4802 lang_size_sections_1 (os->children.head, os, &os->children.head,
e9ee469a
AM
4803 os->fill, newdot, relax, check_regions);
4804
cde9e0be 4805 os->processed_vma = TRUE;
e9ee469a
AM
4806
4807 if (bfd_is_abs_section (os->bfd_section) || os->ignored)
2f475487
AM
4808 /* Except for some special linker created sections,
4809 no output section should change from zero size
4810 after strip_excluded_output_sections. A non-zero
4811 size on an ignored section indicates that some
4812 input section was not sized early enough. */
4813 ASSERT (os->bfd_section->size == 0);
cde9e0be 4814 else
e9ee469a 4815 {
cde9e0be
AM
4816 dot = os->bfd_section->vma;
4817
4818 /* Put the section within the requested block size, or
4819 align at the block boundary. */
4820 after = ((dot
4821 + TO_ADDR (os->bfd_section->size)
4822 + os->block_value - 1)
4823 & - (bfd_vma) os->block_value);
4824
4825 os->bfd_section->size = TO_SIZE (after - os->bfd_section->vma);
4826 }
4827
4828 /* Set section lma. */
4829 r = os->region;
4830 if (r == NULL)
4831 r = lang_memory_region_lookup (DEFAULT_MEMORY_REGION, FALSE);
4832
4833 if (os->load_base)
4834 {
4835 bfd_vma lma = exp_get_abs_int (os->load_base, 0, "load base");
4836 os->bfd_section->lma = lma;
e9ee469a 4837 }
07dfcf38 4838 else if (os->lma_region != NULL)
cde9e0be
AM
4839 {
4840 bfd_vma lma = os->lma_region->current;
e9ee469a 4841
cde9e0be
AM
4842 if (os->section_alignment != -1)
4843 lma = align_power (lma, os->section_alignment);
4844 os->bfd_section->lma = lma;
4845 }
dc0b6aa0
AM
4846 else if (r->last_os != NULL
4847 && (os->bfd_section->flags & SEC_ALLOC) != 0)
cde9e0be
AM
4848 {
4849 bfd_vma lma;
4850 asection *last;
4851
4852 last = r->last_os->output_section_statement.bfd_section;
dc0b6aa0
AM
4853
4854 /* A backwards move of dot should be accompanied by
4855 an explicit assignment to the section LMA (ie.
91eb6c46 4856 os->load_base set) because backwards moves can
dc0b6aa0 4857 create overlapping LMAs. */
264b6205 4858 if (dot < last->vma
91eb6c46
AM
4859 && os->bfd_section->size != 0
4860 && dot + os->bfd_section->size <= last->vma)
dc0b6aa0 4861 {
dc0b6aa0
AM
4862 /* If dot moved backwards then leave lma equal to
4863 vma. This is the old default lma, which might
4864 just happen to work when the backwards move is
91eb6c46
AM
4865 sufficiently large. Nag if this changes anything,
4866 so people can fix their linker scripts. */
4867
4868 if (last->vma != last->lma)
4869 einfo (_("%P: warning: dot moved backwards before `%s'\n"),
4870 os->name);
dc0b6aa0
AM
4871 }
4872 else
cde9e0be 4873 {
152d792f
AM
4874 /* If this is an overlay, set the current lma to that
4875 at the end of the previous section. */
4876 if (os->sectype == overlay_section)
cde9e0be
AM
4877 lma = last->lma + last->size;
4878
4879 /* Otherwise, keep the same lma to vma relationship
4880 as the previous section. */
4881 else
4882 lma = dot + last->lma - last->vma;
4883
4884 if (os->section_alignment != -1)
4885 lma = align_power (lma, os->section_alignment);
4886 os->bfd_section->lma = lma;
4887 }
4888 }
4889 os->processed_lma = TRUE;
5f992e62 4890
cde9e0be
AM
4891 if (bfd_is_abs_section (os->bfd_section) || os->ignored)
4892 break;
252b5132 4893
cde9e0be
AM
4894 /* Keep track of normal sections using the default
4895 lma region. We use this to set the lma for
4896 following sections. Overlays or other linker
4897 script assignment to lma might mean that the
dc0b6aa0
AM
4898 default lma == vma is incorrect.
4899 To avoid warnings about dot moving backwards when using
4900 -Ttext, don't start tracking sections until we find one
4901 of non-zero size or with lma set differently to vma. */
cde9e0be
AM
4902 if (((os->bfd_section->flags & SEC_HAS_CONTENTS) != 0
4903 || (os->bfd_section->flags & SEC_THREAD_LOCAL) == 0)
dc0b6aa0
AM
4904 && (os->bfd_section->flags & SEC_ALLOC) != 0
4905 && (os->bfd_section->size != 0
264b6205
AM
4906 || (r->last_os == NULL
4907 && os->bfd_section->vma != os->bfd_section->lma)
4908 || (r->last_os != NULL
4909 && dot >= (r->last_os->output_section_statement
ea0c3cd5 4910 .bfd_section->vma)))
cde9e0be
AM
4911 && os->lma_region == NULL
4912 && !link_info.relocatable)
4913 r->last_os = s;
9f88b410 4914
e5caec89
NS
4915 /* .tbss sections effectively have zero size. */
4916 if ((os->bfd_section->flags & SEC_HAS_CONTENTS) != 0
4917 || (os->bfd_section->flags & SEC_THREAD_LOCAL) == 0
4918 || link_info.relocatable)
eea6121a 4919 dot += TO_ADDR (os->bfd_section->size);
e5caec89 4920
9f88b410 4921 if (os->update_dot_tree != 0)
e9ee469a 4922 exp_fold_tree (os->update_dot_tree, bfd_abs_section_ptr, &dot);
9f88b410 4923
252b5132
RH
4924 /* Update dot in the region ?
4925 We only do this if the section is going to be allocated,
4926 since unallocated sections do not contribute to the region's
13392b77 4927 overall size in memory.
5f992e62 4928
cce4c4c5
NC
4929 If the SEC_NEVER_LOAD bit is not set, it will affect the
4930 addresses of sections after it. We have to update
4931 dot. */
1579bae1 4932 if (os->region != NULL
6feb9908
AM
4933 && ((os->bfd_section->flags & SEC_NEVER_LOAD) == 0
4934 || (os->bfd_section->flags & (SEC_ALLOC | SEC_LOAD))))
252b5132
RH
4935 {
4936 os->region->current = dot;
5f992e62 4937
cf888e70
NC
4938 if (check_regions)
4939 /* Make sure the new address is within the region. */
4940 os_region_check (os, os->region, os->addr_tree,
4941 os->bfd_section->vma);
08da4cac 4942
a2cab753
NS
4943 if (os->lma_region != NULL && os->lma_region != os->region
4944 && (os->bfd_section->flags & SEC_LOAD))
08da4cac 4945 {
cde9e0be
AM
4946 os->lma_region->current
4947 = os->bfd_section->lma + TO_ADDR (os->bfd_section->size);
66e28d60 4948
cf888e70
NC
4949 if (check_regions)
4950 os_region_check (os, os->lma_region, NULL,
cde9e0be 4951 os->bfd_section->lma);
08da4cac 4952 }
252b5132
RH
4953 }
4954 }
4955 break;
4956
4957 case lang_constructors_statement_enum:
2d20f7bf
JJ
4958 dot = lang_size_sections_1 (constructor_list.head,
4959 output_section_statement,
4960 &s->wild_statement.children.head,
cf888e70 4961 fill, dot, relax, check_regions);
252b5132
RH
4962 break;
4963
4964 case lang_data_statement_enum:
4965 {
4966 unsigned int size = 0;
4967
7fabd029 4968 s->data_statement.output_offset =
08da4cac 4969 dot - output_section_statement->bfd_section->vma;
252b5132
RH
4970 s->data_statement.output_section =
4971 output_section_statement->bfd_section;
4972
1b493742
NS
4973 /* We might refer to provided symbols in the expression, and
4974 need to mark them as needed. */
e9ee469a 4975 exp_fold_tree (s->data_statement.exp, bfd_abs_section_ptr, &dot);
1b493742 4976
252b5132
RH
4977 switch (s->data_statement.type)
4978 {
08da4cac
KH
4979 default:
4980 abort ();
252b5132
RH
4981 case QUAD:
4982 case SQUAD:
4983 size = QUAD_SIZE;
4984 break;
4985 case LONG:
4986 size = LONG_SIZE;
4987 break;
4988 case SHORT:
4989 size = SHORT_SIZE;
4990 break;
4991 case BYTE:
4992 size = BYTE_SIZE;
4993 break;
4994 }
e5caa5e0
AM
4995 if (size < TO_SIZE ((unsigned) 1))
4996 size = TO_SIZE ((unsigned) 1);
4997 dot += TO_ADDR (size);
eea6121a 4998 output_section_statement->bfd_section->size += size;
252b5132
RH
4999 }
5000 break;
5001
5002 case lang_reloc_statement_enum:
5003 {
5004 int size;
5005
7fabd029 5006 s->reloc_statement.output_offset =
252b5132
RH
5007 dot - output_section_statement->bfd_section->vma;
5008 s->reloc_statement.output_section =
5009 output_section_statement->bfd_section;
5010 size = bfd_get_reloc_size (s->reloc_statement.howto);
e5caa5e0 5011 dot += TO_ADDR (size);
eea6121a 5012 output_section_statement->bfd_section->size += size;
252b5132
RH
5013 }
5014 break;
5f992e62 5015
252b5132 5016 case lang_wild_statement_enum:
2d20f7bf
JJ
5017 dot = lang_size_sections_1 (s->wild_statement.children.head,
5018 output_section_statement,
5019 &s->wild_statement.children.head,
cf888e70 5020 fill, dot, relax, check_regions);
252b5132
RH
5021 break;
5022
5023 case lang_object_symbols_statement_enum:
5024 link_info.create_object_symbols_section =
5025 output_section_statement->bfd_section;
5026 break;
e9ee469a 5027
252b5132
RH
5028 case lang_output_statement_enum:
5029 case lang_target_statement_enum:
5030 break;
e9ee469a 5031
252b5132
RH
5032 case lang_input_section_enum:
5033 {
5034 asection *i;
5035
5036 i = (*prev)->input_section.section;
eea6121a 5037 if (relax)
252b5132 5038 {
b34976b6 5039 bfd_boolean again;
252b5132
RH
5040
5041 if (! bfd_relax_section (i->owner, i, &link_info, &again))
5042 einfo (_("%P%F: can't relax section: %E\n"));
5043 if (again)
b34976b6 5044 *relax = TRUE;
252b5132 5045 }
b3327aad
AM
5046 dot = size_input_section (prev, output_section_statement,
5047 output_section_statement->fill, dot);
252b5132
RH
5048 }
5049 break;
e9ee469a 5050
252b5132
RH
5051 case lang_input_statement_enum:
5052 break;
e9ee469a 5053
252b5132 5054 case lang_fill_statement_enum:
08da4cac
KH
5055 s->fill_statement.output_section =
5056 output_section_statement->bfd_section;
252b5132
RH
5057
5058 fill = s->fill_statement.fill;
5059 break;
e9ee469a 5060
252b5132
RH
5061 case lang_assignment_statement_enum:
5062 {
5063 bfd_vma newdot = dot;
49c13adb 5064 etree_type *tree = s->assignment_statement.exp;
252b5132 5065
b10a8ae0
L
5066 expld.dataseg.relro = exp_dataseg_relro_none;
5067
49c13adb 5068 exp_fold_tree (tree,
408082ec 5069 output_section_statement->bfd_section,
252b5132
RH
5070 &newdot);
5071
b10a8ae0
L
5072 if (expld.dataseg.relro == exp_dataseg_relro_start)
5073 {
5074 if (!expld.dataseg.relro_start_stat)
5075 expld.dataseg.relro_start_stat = s;
5076 else
5077 {
5078 ASSERT (expld.dataseg.relro_start_stat == s);
5079 }
5080 }
5081 else if (expld.dataseg.relro == exp_dataseg_relro_end)
5082 {
5083 if (!expld.dataseg.relro_end_stat)
5084 expld.dataseg.relro_end_stat = s;
5085 else
5086 {
5087 ASSERT (expld.dataseg.relro_end_stat == s);
5088 }
5089 }
5090 expld.dataseg.relro = exp_dataseg_relro_none;
5091
49c13adb 5092 /* This symbol is relative to this section. */
a14a5de3 5093 if ((tree->type.node_class == etree_provided
49c13adb
L
5094 || tree->type.node_class == etree_assign)
5095 && (tree->assign.dst [0] != '.'
5096 || tree->assign.dst [1] != '\0'))
5097 output_section_statement->section_relative_symbol = 1;
5098
85852e36 5099 if (!output_section_statement->ignored)
252b5132 5100 {
252b5132
RH
5101 if (output_section_statement == abs_output_section)
5102 {
5103 /* If we don't have an output section, then just adjust
5104 the default memory address. */
6feb9908
AM
5105 lang_memory_region_lookup (DEFAULT_MEMORY_REGION,
5106 FALSE)->current = newdot;
252b5132 5107 }
85852e36 5108 else if (newdot != dot)
252b5132 5109 {
b3327aad
AM
5110 /* Insert a pad after this statement. We can't
5111 put the pad before when relaxing, in case the
5112 assignment references dot. */
e5caa5e0 5113 insert_pad (&s->header.next, fill, TO_SIZE (newdot - dot),
b3327aad
AM
5114 output_section_statement->bfd_section, dot);
5115
5116 /* Don't neuter the pad below when relaxing. */
5117 s = s->header.next;
9dfc8ab2 5118
e9ee469a
AM
5119 /* If dot is advanced, this implies that the section
5120 should have space allocated to it, unless the
5121 user has explicitly stated that the section
5122 should never be loaded. */
14ac84b4 5123 if (!(output_section_statement->flags & SEC_NEVER_LOAD))
e9ee469a
AM
5124 output_section_statement->bfd_section->flags |= SEC_ALLOC;
5125 }
252b5132
RH
5126 dot = newdot;
5127 }
5128 }
5129 break;
5130
5131 case lang_padding_statement_enum:
c0c330a7
AM
5132 /* If this is the first time lang_size_sections is called,
5133 we won't have any padding statements. If this is the
5134 second or later passes when relaxing, we should allow
5135 padding to shrink. If padding is needed on this pass, it
5136 will be added back in. */
5137 s->padding_statement.size = 0;
6e814ff8
AM
5138
5139 /* Make sure output_offset is valid. If relaxation shrinks
5140 the section and this pad isn't needed, it's possible to
5141 have output_offset larger than the final size of the
5142 section. bfd_set_section_contents will complain even for
5143 a pad size of zero. */
5144 s->padding_statement.output_offset
5145 = dot - output_section_statement->bfd_section->vma;
252b5132
RH
5146 break;
5147
5148 case lang_group_statement_enum:
2d20f7bf
JJ
5149 dot = lang_size_sections_1 (s->group_statement.children.head,
5150 output_section_statement,
5151 &s->group_statement.children.head,
cf888e70 5152 fill, dot, relax, check_regions);
252b5132
RH
5153 break;
5154
53d25da6 5155 case lang_insert_statement_enum:
252b5132
RH
5156 break;
5157
c0c330a7 5158 /* We can only get here when relaxing is turned on. */
252b5132
RH
5159 case lang_address_statement_enum:
5160 break;
53d25da6
AM
5161
5162 default:
5163 FAIL ();
5164 break;
252b5132
RH
5165 }
5166 prev = &s->header.next;
5167 }
5168 return dot;
5169}
5170
591a748a
NC
5171/* Callback routine that is used in _bfd_elf_map_sections_to_segments.
5172 The BFD library has set NEW_SEGMENT to TRUE iff it thinks that
5173 CURRENT_SECTION and PREVIOUS_SECTION ought to be placed into different
5174 segments. We are allowed an opportunity to override this decision. */
2889e75b
NC
5175
5176bfd_boolean
5177ldlang_override_segment_assignment (struct bfd_link_info * info ATTRIBUTE_UNUSED,
5178 bfd * abfd ATTRIBUTE_UNUSED,
5179 asection * current_section,
5180 asection * previous_section,
5181 bfd_boolean new_segment)
5182{
5183 lang_output_section_statement_type * cur;
5184 lang_output_section_statement_type * prev;
591a748a
NC
5185
5186 /* The checks below are only necessary when the BFD library has decided
5187 that the two sections ought to be placed into the same segment. */
2889e75b
NC
5188 if (new_segment)
5189 return TRUE;
5190
5191 /* Paranoia checks. */
5192 if (current_section == NULL || previous_section == NULL)
5193 return new_segment;
5194
5195 /* Find the memory regions associated with the two sections.
5196 We call lang_output_section_find() here rather than scanning the list
5197 of output sections looking for a matching section pointer because if
591a748a 5198 we have a large number of sections then a hash lookup is faster. */
2889e75b
NC
5199 cur = lang_output_section_find (current_section->name);
5200 prev = lang_output_section_find (previous_section->name);
5201
591a748a 5202 /* More paranoia. */
2889e75b
NC
5203 if (cur == NULL || prev == NULL)
5204 return new_segment;
5205
5206 /* If the regions are different then force the sections to live in
591a748a
NC
5207 different segments. See the email thread starting at the following
5208 URL for the reasons why this is necessary:
2889e75b
NC
5209 http://sourceware.org/ml/binutils/2007-02/msg00216.html */
5210 return cur->region != prev->region;
5211}
5212
e9ee469a
AM
5213void
5214one_lang_size_sections_pass (bfd_boolean *relax, bfd_boolean check_regions)
2d20f7bf 5215{
420e579c 5216 lang_statement_iteration++;
e9ee469a
AM
5217 lang_size_sections_1 (statement_list.head, abs_output_section,
5218 &statement_list.head, 0, 0, relax, check_regions);
5219}
420e579c 5220
e9ee469a
AM
5221void
5222lang_size_sections (bfd_boolean *relax, bfd_boolean check_regions)
5223{
5224 expld.phase = lang_allocating_phase_enum;
5225 expld.dataseg.phase = exp_dataseg_none;
5226
5227 one_lang_size_sections_pass (relax, check_regions);
5228 if (expld.dataseg.phase == exp_dataseg_end_seen
5229 && link_info.relro && expld.dataseg.relro_end)
8c37241b
JJ
5230 {
5231 /* If DATA_SEGMENT_ALIGN DATA_SEGMENT_RELRO_END pair was seen, try
e9ee469a 5232 to put expld.dataseg.relro on a (common) page boundary. */
2b60860a 5233 bfd_vma min_base, old_base, relro_end, maxpage;
8c37241b 5234
e9ee469a 5235 expld.dataseg.phase = exp_dataseg_relro_adjust;
e9ee469a 5236 maxpage = expld.dataseg.maxpagesize;
2b60860a
JK
5237 /* MIN_BASE is the absolute minimum address we are allowed to start the
5238 read-write segment (byte before will be mapped read-only). */
5239 min_base = (expld.dataseg.min_base + maxpage - 1) & ~(maxpage - 1);
5240 /* OLD_BASE is the address for a feasible minimum address which will
5241 still not cause a data overlap inside MAXPAGE causing file offset skip
5242 by MAXPAGE. */
5243 old_base = expld.dataseg.base;
e9ee469a
AM
5244 expld.dataseg.base += (-expld.dataseg.relro_end
5245 & (expld.dataseg.pagesize - 1));
a4f5ad88 5246 /* Compute the expected PT_GNU_RELRO segment end. */
967928e9
AM
5247 relro_end = ((expld.dataseg.relro_end + expld.dataseg.pagesize - 1)
5248 & ~(expld.dataseg.pagesize - 1));
2b60860a 5249 if (min_base + maxpage < expld.dataseg.base)
e3070fef 5250 {
e9ee469a 5251 expld.dataseg.base -= maxpage;
e3070fef
JJ
5252 relro_end -= maxpage;
5253 }
f86a8756 5254 lang_reset_memory_regions ();
e9ee469a
AM
5255 one_lang_size_sections_pass (relax, check_regions);
5256 if (expld.dataseg.relro_end > relro_end)
a4f5ad88
JJ
5257 {
5258 /* The alignment of sections between DATA_SEGMENT_ALIGN
5259 and DATA_SEGMENT_RELRO_END caused huge padding to be
2b60860a
JK
5260 inserted at DATA_SEGMENT_RELRO_END. Try to start a bit lower so
5261 that the section alignments will fit in. */
a4f5ad88
JJ
5262 asection *sec;
5263 unsigned int max_alignment_power = 0;
5264
5265 /* Find maximum alignment power of sections between
5266 DATA_SEGMENT_ALIGN and DATA_SEGMENT_RELRO_END. */
f13a99db 5267 for (sec = link_info.output_bfd->sections; sec; sec = sec->next)
e9ee469a
AM
5268 if (sec->vma >= expld.dataseg.base
5269 && sec->vma < expld.dataseg.relro_end
a4f5ad88
JJ
5270 && sec->alignment_power > max_alignment_power)
5271 max_alignment_power = sec->alignment_power;
5272
e9ee469a 5273 if (((bfd_vma) 1 << max_alignment_power) < expld.dataseg.pagesize)
a4f5ad88 5274 {
2b60860a 5275 if (expld.dataseg.base - (1 << max_alignment_power) < old_base)
e9ee469a
AM
5276 expld.dataseg.base += expld.dataseg.pagesize;
5277 expld.dataseg.base -= (1 << max_alignment_power);
f86a8756 5278 lang_reset_memory_regions ();
e9ee469a 5279 one_lang_size_sections_pass (relax, check_regions);
a4f5ad88
JJ
5280 }
5281 }
e9ee469a
AM
5282 link_info.relro_start = expld.dataseg.base;
5283 link_info.relro_end = expld.dataseg.relro_end;
8c37241b 5284 }
e9ee469a 5285 else if (expld.dataseg.phase == exp_dataseg_end_seen)
2d20f7bf
JJ
5286 {
5287 /* If DATA_SEGMENT_ALIGN DATA_SEGMENT_END pair was seen, check whether
5288 a page could be saved in the data segment. */
5289 bfd_vma first, last;
5290
e9ee469a
AM
5291 first = -expld.dataseg.base & (expld.dataseg.pagesize - 1);
5292 last = expld.dataseg.end & (expld.dataseg.pagesize - 1);
2d20f7bf 5293 if (first && last
e9ee469a
AM
5294 && ((expld.dataseg.base & ~(expld.dataseg.pagesize - 1))
5295 != (expld.dataseg.end & ~(expld.dataseg.pagesize - 1)))
5296 && first + last <= expld.dataseg.pagesize)
2d20f7bf 5297 {
e9ee469a 5298 expld.dataseg.phase = exp_dataseg_adjust;
f86a8756 5299 lang_reset_memory_regions ();
e9ee469a 5300 one_lang_size_sections_pass (relax, check_regions);
2d20f7bf
JJ
5301 }
5302 }
5303
e9ee469a 5304 expld.phase = lang_final_phase_enum;
2d20f7bf
JJ
5305}
5306
420e579c
HPN
5307/* Worker function for lang_do_assignments. Recursiveness goes here. */
5308
5309static bfd_vma
66e28d60
AM
5310lang_do_assignments_1 (lang_statement_union_type *s,
5311 lang_output_section_statement_type *current_os,
5312 fill_type *fill,
5313 bfd_vma dot)
252b5132 5314{
1579bae1 5315 for (; s != NULL; s = s->header.next)
252b5132
RH
5316 {
5317 switch (s->header.type)
5318 {
5319 case lang_constructors_statement_enum:
420e579c 5320 dot = lang_do_assignments_1 (constructor_list.head,
66e28d60 5321 current_os, fill, dot);
252b5132
RH
5322 break;
5323
5324 case lang_output_section_statement_enum:
5325 {
d1778b88 5326 lang_output_section_statement_type *os;
252b5132 5327
d1778b88 5328 os = &(s->output_section_statement);
75ff4589 5329 if (os->bfd_section != NULL && !os->ignored)
252b5132
RH
5330 {
5331 dot = os->bfd_section->vma;
66e28d60 5332
cde9e0be 5333 lang_do_assignments_1 (os->children.head, os, os->fill, dot);
66e28d60 5334
3737f867
JJ
5335 /* .tbss sections effectively have zero size. */
5336 if ((os->bfd_section->flags & SEC_HAS_CONTENTS) != 0
5337 || (os->bfd_section->flags & SEC_THREAD_LOCAL) == 0
5338 || link_info.relocatable)
cde9e0be 5339 dot += TO_ADDR (os->bfd_section->size);
5590fba9
NC
5340
5341 if (os->update_dot_tree != NULL)
5342 exp_fold_tree (os->update_dot_tree, bfd_abs_section_ptr, &dot);
252b5132
RH
5343 }
5344 }
5345 break;
e9ee469a 5346
252b5132
RH
5347 case lang_wild_statement_enum:
5348
420e579c 5349 dot = lang_do_assignments_1 (s->wild_statement.children.head,
66e28d60 5350 current_os, fill, dot);
252b5132
RH
5351 break;
5352
5353 case lang_object_symbols_statement_enum:
5354 case lang_output_statement_enum:
5355 case lang_target_statement_enum:
252b5132 5356 break;
e9ee469a 5357
252b5132 5358 case lang_data_statement_enum:
e9ee469a
AM
5359 exp_fold_tree (s->data_statement.exp, bfd_abs_section_ptr, &dot);
5360 if (expld.result.valid_p)
5361 s->data_statement.value = (expld.result.value
5362 + expld.result.section->vma);
5363 else
5364 einfo (_("%F%P: invalid data statement\n"));
b7a26f91
KH
5365 {
5366 unsigned int size;
08da4cac
KH
5367 switch (s->data_statement.type)
5368 {
5369 default:
5370 abort ();
5371 case QUAD:
5372 case SQUAD:
5373 size = QUAD_SIZE;
5374 break;
5375 case LONG:
5376 size = LONG_SIZE;
5377 break;
5378 case SHORT:
5379 size = SHORT_SIZE;
5380 break;
5381 case BYTE:
5382 size = BYTE_SIZE;
5383 break;
5384 }
e5caa5e0
AM
5385 if (size < TO_SIZE ((unsigned) 1))
5386 size = TO_SIZE ((unsigned) 1);
5387 dot += TO_ADDR (size);
08da4cac 5388 }
252b5132
RH
5389 break;
5390
5391 case lang_reloc_statement_enum:
e9ee469a
AM
5392 exp_fold_tree (s->reloc_statement.addend_exp,
5393 bfd_abs_section_ptr, &dot);
5394 if (expld.result.valid_p)
5395 s->reloc_statement.addend_value = expld.result.value;
5396 else
5397 einfo (_("%F%P: invalid reloc statement\n"));
e5caa5e0 5398 dot += TO_ADDR (bfd_get_reloc_size (s->reloc_statement.howto));
252b5132
RH
5399 break;
5400
5401 case lang_input_section_enum:
5402 {
5403 asection *in = s->input_section.section;
5404
57ceae94 5405 if ((in->flags & SEC_EXCLUDE) == 0)
eea6121a 5406 dot += TO_ADDR (in->size);
252b5132
RH
5407 }
5408 break;
5409
5410 case lang_input_statement_enum:
5411 break;
e9ee469a 5412
252b5132
RH
5413 case lang_fill_statement_enum:
5414 fill = s->fill_statement.fill;
5415 break;
252b5132 5416
e9ee469a
AM
5417 case lang_assignment_statement_enum:
5418 exp_fold_tree (s->assignment_statement.exp,
66e28d60 5419 current_os->bfd_section,
e9ee469a 5420 &dot);
252b5132 5421 break;
e9ee469a 5422
252b5132 5423 case lang_padding_statement_enum:
e5caa5e0 5424 dot += TO_ADDR (s->padding_statement.size);
252b5132
RH
5425 break;
5426
5427 case lang_group_statement_enum:
420e579c 5428 dot = lang_do_assignments_1 (s->group_statement.children.head,
66e28d60 5429 current_os, fill, dot);
252b5132
RH
5430 break;
5431
53d25da6 5432 case lang_insert_statement_enum:
252b5132 5433 break;
e9ee469a 5434
252b5132
RH
5435 case lang_address_statement_enum:
5436 break;
53d25da6
AM
5437
5438 default:
5439 FAIL ();
5440 break;
252b5132 5441 }
252b5132
RH
5442 }
5443 return dot;
5444}
5445
f2241121 5446void
e9ee469a 5447lang_do_assignments (void)
420e579c 5448{
420e579c 5449 lang_statement_iteration++;
e9ee469a 5450 lang_do_assignments_1 (statement_list.head, abs_output_section, NULL, 0);
420e579c
HPN
5451}
5452
252b5132
RH
5453/* Fix any .startof. or .sizeof. symbols. When the assemblers see the
5454 operator .startof. (section_name), it produces an undefined symbol
5455 .startof.section_name. Similarly, when it sees
5456 .sizeof. (section_name), it produces an undefined symbol
5457 .sizeof.section_name. For all the output sections, we look for
5458 such symbols, and set them to the correct value. */
5459
5460static void
1579bae1 5461lang_set_startof (void)
252b5132
RH
5462{
5463 asection *s;
5464
1049f94e 5465 if (link_info.relocatable)
252b5132
RH
5466 return;
5467
f13a99db 5468 for (s = link_info.output_bfd->sections; s != NULL; s = s->next)
252b5132
RH
5469 {
5470 const char *secname;
5471 char *buf;
5472 struct bfd_link_hash_entry *h;
5473
f13a99db 5474 secname = bfd_get_section_name (link_info.output_bfd, s);
1e9cc1c2 5475 buf = (char *) xmalloc (10 + strlen (secname));
252b5132
RH
5476
5477 sprintf (buf, ".startof.%s", secname);
b34976b6 5478 h = bfd_link_hash_lookup (link_info.hash, buf, FALSE, FALSE, TRUE);
252b5132
RH
5479 if (h != NULL && h->type == bfd_link_hash_undefined)
5480 {
5481 h->type = bfd_link_hash_defined;
f13a99db 5482 h->u.def.value = bfd_get_section_vma (link_info.output_bfd, s);
252b5132
RH
5483 h->u.def.section = bfd_abs_section_ptr;
5484 }
5485
5486 sprintf (buf, ".sizeof.%s", secname);
b34976b6 5487 h = bfd_link_hash_lookup (link_info.hash, buf, FALSE, FALSE, TRUE);
252b5132
RH
5488 if (h != NULL && h->type == bfd_link_hash_undefined)
5489 {
5490 h->type = bfd_link_hash_defined;
eea6121a 5491 h->u.def.value = TO_ADDR (s->size);
252b5132
RH
5492 h->u.def.section = bfd_abs_section_ptr;
5493 }
5494
5495 free (buf);
5496 }
5497}
5498
5499static void
750877ba 5500lang_end (void)
252b5132
RH
5501{
5502 struct bfd_link_hash_entry *h;
b34976b6 5503 bfd_boolean warn;
252b5132 5504
ac69cbc6 5505 if ((link_info.relocatable && !link_info.gc_sections)
4bf27aa9 5506 || (link_info.shared && !link_info.executable))
71934f94 5507 warn = entry_from_cmdline;
252b5132 5508 else
b34976b6 5509 warn = TRUE;
252b5132 5510
ac69cbc6
TG
5511 /* Force the user to specify a root when generating a relocatable with
5512 --gc-sections. */
5513 if (link_info.gc_sections && link_info.relocatable
5514 && (entry_symbol.name == NULL
5515 && ldlang_undef_chain_list_head == NULL))
5516 einfo (_("%P%F: gc-sections requires either an entry or "
5517 "an undefined symbol\n"));
5518
1579bae1 5519 if (entry_symbol.name == NULL)
252b5132 5520 {
a359509e
ZW
5521 /* No entry has been specified. Look for the default entry, but
5522 don't warn if we don't find it. */
5523 entry_symbol.name = entry_symbol_default;
b34976b6 5524 warn = FALSE;
252b5132
RH
5525 }
5526
e3e942e9 5527 h = bfd_link_hash_lookup (link_info.hash, entry_symbol.name,
b34976b6 5528 FALSE, FALSE, TRUE);
1579bae1 5529 if (h != NULL
252b5132
RH
5530 && (h->type == bfd_link_hash_defined
5531 || h->type == bfd_link_hash_defweak)
5532 && h->u.def.section->output_section != NULL)
5533 {
5534 bfd_vma val;
5535
5536 val = (h->u.def.value
f13a99db 5537 + bfd_get_section_vma (link_info.output_bfd,
252b5132
RH
5538 h->u.def.section->output_section)
5539 + h->u.def.section->output_offset);
f13a99db 5540 if (! bfd_set_start_address (link_info.output_bfd, val))
e3e942e9 5541 einfo (_("%P%F:%s: can't set start address\n"), entry_symbol.name);
252b5132
RH
5542 }
5543 else
5544 {
5545 bfd_vma val;
5f992e62 5546 const char *send;
252b5132
RH
5547
5548 /* We couldn't find the entry symbol. Try parsing it as a
afd7a018 5549 number. */
e3e942e9 5550 val = bfd_scan_vma (entry_symbol.name, &send, 0);
252b5132
RH
5551 if (*send == '\0')
5552 {
f13a99db 5553 if (! bfd_set_start_address (link_info.output_bfd, val))
252b5132
RH
5554 einfo (_("%P%F: can't set start address\n"));
5555 }
5556 else
5557 {
5558 asection *ts;
5559
5560 /* Can't find the entry symbol, and it's not a number. Use
5561 the first address in the text section. */
f13a99db 5562 ts = bfd_get_section_by_name (link_info.output_bfd, entry_section);
1579bae1 5563 if (ts != NULL)
252b5132
RH
5564 {
5565 if (warn)
6feb9908
AM
5566 einfo (_("%P: warning: cannot find entry symbol %s;"
5567 " defaulting to %V\n"),
e3e942e9 5568 entry_symbol.name,
f13a99db
AM
5569 bfd_get_section_vma (link_info.output_bfd, ts));
5570 if (!(bfd_set_start_address
5571 (link_info.output_bfd,
5572 bfd_get_section_vma (link_info.output_bfd, ts))))
252b5132
RH
5573 einfo (_("%P%F: can't set start address\n"));
5574 }
5575 else
5576 {
5577 if (warn)
6feb9908
AM
5578 einfo (_("%P: warning: cannot find entry symbol %s;"
5579 " not setting start address\n"),
e3e942e9 5580 entry_symbol.name);
252b5132
RH
5581 }
5582 }
5583 }
420e579c 5584
7115639b
AM
5585 /* Don't bfd_hash_table_free (&lang_definedness_table);
5586 map file output may result in a call of lang_track_definedness. */
252b5132
RH
5587}
5588
5589/* This is a small function used when we want to ignore errors from
5590 BFD. */
5591
5592static void
87f2a346 5593ignore_bfd_errors (const char *s ATTRIBUTE_UNUSED, ...)
252b5132
RH
5594{
5595 /* Don't do anything. */
5596}
5597
5598/* Check that the architecture of all the input files is compatible
5599 with the output file. Also call the backend to let it do any
5600 other checking that is needed. */
5601
5602static void
1579bae1 5603lang_check (void)
252b5132
RH
5604{
5605 lang_statement_union_type *file;
5606 bfd *input_bfd;
5f992e62 5607 const bfd_arch_info_type *compatible;
252b5132 5608
1579bae1 5609 for (file = file_chain.head; file != NULL; file = file->input_statement.next)
252b5132
RH
5610 {
5611 input_bfd = file->input_statement.the_bfd;
6feb9908 5612 compatible
f13a99db 5613 = bfd_arch_get_compatible (input_bfd, link_info.output_bfd,
6feb9908 5614 command_line.accept_unknown_input_arch);
30cba025
AM
5615
5616 /* In general it is not possible to perform a relocatable
5617 link between differing object formats when the input
5618 file has relocations, because the relocations in the
5619 input format may not have equivalent representations in
5620 the output format (and besides BFD does not translate
5621 relocs for other link purposes than a final link). */
1049f94e 5622 if ((link_info.relocatable || link_info.emitrelocations)
30cba025 5623 && (compatible == NULL
f13a99db
AM
5624 || (bfd_get_flavour (input_bfd)
5625 != bfd_get_flavour (link_info.output_bfd)))
30cba025
AM
5626 && (bfd_get_file_flags (input_bfd) & HAS_RELOC) != 0)
5627 {
6feb9908
AM
5628 einfo (_("%P%F: Relocatable linking with relocations from"
5629 " format %s (%B) to format %s (%B) is not supported\n"),
30cba025 5630 bfd_get_target (input_bfd), input_bfd,
f13a99db 5631 bfd_get_target (link_info.output_bfd), link_info.output_bfd);
30cba025
AM
5632 /* einfo with %F exits. */
5633 }
5634
252b5132
RH
5635 if (compatible == NULL)
5636 {
5637 if (command_line.warn_mismatch)
9e7750f2 5638 einfo (_("%P%X: %s architecture of input file `%B'"
6feb9908 5639 " is incompatible with %s output\n"),
252b5132 5640 bfd_printable_name (input_bfd), input_bfd,
f13a99db 5641 bfd_printable_name (link_info.output_bfd));
252b5132 5642 }
b9247304 5643 else if (bfd_count_sections (input_bfd))
252b5132 5644 {
b9247304 5645 /* If the input bfd has no contents, it shouldn't set the
b7a26f91 5646 private data of the output bfd. */
b9247304 5647
252b5132
RH
5648 bfd_error_handler_type pfn = NULL;
5649
5650 /* If we aren't supposed to warn about mismatched input
afd7a018
AM
5651 files, temporarily set the BFD error handler to a
5652 function which will do nothing. We still want to call
5653 bfd_merge_private_bfd_data, since it may set up
5654 information which is needed in the output file. */
252b5132
RH
5655 if (! command_line.warn_mismatch)
5656 pfn = bfd_set_error_handler (ignore_bfd_errors);
f13a99db 5657 if (! bfd_merge_private_bfd_data (input_bfd, link_info.output_bfd))
252b5132
RH
5658 {
5659 if (command_line.warn_mismatch)
6feb9908
AM
5660 einfo (_("%P%X: failed to merge target specific data"
5661 " of file %B\n"), input_bfd);
252b5132
RH
5662 }
5663 if (! command_line.warn_mismatch)
5664 bfd_set_error_handler (pfn);
5665 }
5666 }
5667}
5668
5669/* Look through all the global common symbols and attach them to the
5670 correct section. The -sort-common command line switch may be used
de7dd2bd 5671 to roughly sort the entries by alignment. */
252b5132
RH
5672
5673static void
1579bae1 5674lang_common (void)
252b5132 5675{
4818e05f
AM
5676 if (command_line.inhibit_common_definition)
5677 return;
1049f94e 5678 if (link_info.relocatable
252b5132
RH
5679 && ! command_line.force_common_definition)
5680 return;
5681
5682 if (! config.sort_common)
1579bae1 5683 bfd_link_hash_traverse (link_info.hash, lang_one_common, NULL);
252b5132
RH
5684 else
5685 {
de7dd2bd
NC
5686 unsigned int power;
5687
5688 if (config.sort_common == sort_descending)
967928e9
AM
5689 {
5690 for (power = 4; power > 0; power--)
5691 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power);
5692
5693 power = 0;
5694 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power);
5695 }
de7dd2bd 5696 else
967928e9
AM
5697 {
5698 for (power = 0; power <= 4; power++)
5699 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power);
252b5132 5700
967928e9 5701 power = UINT_MAX;
de7dd2bd
NC
5702 bfd_link_hash_traverse (link_info.hash, lang_one_common, &power);
5703 }
252b5132
RH
5704 }
5705}
5706
5707/* Place one common symbol in the correct section. */
5708
b34976b6 5709static bfd_boolean
1579bae1 5710lang_one_common (struct bfd_link_hash_entry *h, void *info)
252b5132
RH
5711{
5712 unsigned int power_of_two;
5713 bfd_vma size;
5714 asection *section;
5715
5716 if (h->type != bfd_link_hash_common)
b34976b6 5717 return TRUE;
252b5132
RH
5718
5719 size = h->u.c.size;
5720 power_of_two = h->u.c.p->alignment_power;
5721
de7dd2bd
NC
5722 if (config.sort_common == sort_descending
5723 && power_of_two < *(unsigned int *) info)
5724 return TRUE;
5725 else if (config.sort_common == sort_ascending
967928e9 5726 && power_of_two > *(unsigned int *) info)
b34976b6 5727 return TRUE;
252b5132
RH
5728
5729 section = h->u.c.p->section;
3023e3f6
RS
5730 if (!bfd_define_common_symbol (link_info.output_bfd, &link_info, h))
5731 einfo (_("%P%F: Could not define common symbol `%T': %E\n"),
5732 h->root.string);
252b5132
RH
5733
5734 if (config.map_file != NULL)
5735 {
b34976b6 5736 static bfd_boolean header_printed;
252b5132
RH
5737 int len;
5738 char *name;
5739 char buf[50];
5740
5741 if (! header_printed)
5742 {
5743 minfo (_("\nAllocating common symbols\n"));
5744 minfo (_("Common symbol size file\n\n"));
b34976b6 5745 header_printed = TRUE;
252b5132
RH
5746 }
5747
f13a99db 5748 name = bfd_demangle (link_info.output_bfd, h->root.string,
73705ac3 5749 DMGL_ANSI | DMGL_PARAMS);
d7d4c8de
AM
5750 if (name == NULL)
5751 {
5752 minfo ("%s", h->root.string);
5753 len = strlen (h->root.string);
5754 }
5755 else
5756 {
5757 minfo ("%s", name);
5758 len = strlen (name);
5759 free (name);
5760 }
252b5132
RH
5761
5762 if (len >= 19)
5763 {
5764 print_nl ();
5765 len = 0;
5766 }
5767 while (len < 20)
5768 {
5769 print_space ();
5770 ++len;
5771 }
5772
5773 minfo ("0x");
5774 if (size <= 0xffffffff)
5775 sprintf (buf, "%lx", (unsigned long) size);
5776 else
5777 sprintf_vma (buf, size);
5778 minfo ("%s", buf);
5779 len = strlen (buf);
5780
5781 while (len < 16)
5782 {
5783 print_space ();
5784 ++len;
5785 }
5786
5787 minfo ("%B\n", section->owner);
5788 }
5789
b34976b6 5790 return TRUE;
252b5132
RH
5791}
5792
08da4cac
KH
5793/* Run through the input files and ensure that every input section has
5794 somewhere to go. If one is found without a destination then create
5795 an input request and place it into the statement tree. */
252b5132
RH
5796
5797static void
1579bae1 5798lang_place_orphans (void)
252b5132 5799{
e50d8076 5800 LANG_FOR_EACH_INPUT_STATEMENT (file)
252b5132
RH
5801 {
5802 asection *s;
5803
1579bae1 5804 for (s = file->the_bfd->sections; s != NULL; s = s->next)
252b5132 5805 {
1579bae1 5806 if (s->output_section == NULL)
252b5132 5807 {
396a2467 5808 /* This section of the file is not attached, root
afd7a018 5809 around for a sensible place for it to go. */
252b5132
RH
5810
5811 if (file->just_syms_flag)
1449d79b
AM
5812 bfd_link_just_syms (file->the_bfd, s, &link_info);
5813 else if ((s->flags & SEC_EXCLUDE) != 0)
164e712d 5814 s->output_section = bfd_abs_section_ptr;
252b5132
RH
5815 else if (strcmp (s->name, "COMMON") == 0)
5816 {
5817 /* This is a lonely common section which must have
5818 come from an archive. We attach to the section
5819 with the wildcard. */
1049f94e 5820 if (! link_info.relocatable
252b5132
RH
5821 || command_line.force_common_definition)
5822 {
5823 if (default_common_section == NULL)
66c103b7
AM
5824 default_common_section
5825 = lang_output_section_statement_lookup (".bss", 0,
5826 TRUE);
39dcfe18 5827 lang_add_section (&default_common_section->children, s,
7b986e99 5828 default_common_section);
252b5132
RH
5829 }
5830 }
252b5132
RH
5831 else
5832 {
bcacc0f5 5833 const char *name = s->name;
8a99a385 5834 int constraint = 0;
252b5132 5835
8a99a385
AM
5836 if (config.unique_orphan_sections || unique_section_p (s))
5837 constraint = SPECIAL;
bcacc0f5 5838
8a99a385 5839 if (!ldemul_place_orphan (s, name, constraint))
bcacc0f5
AM
5840 {
5841 lang_output_section_statement_type *os;
8a99a385
AM
5842 os = lang_output_section_statement_lookup (name,
5843 constraint,
bcacc0f5
AM
5844 TRUE);
5845 lang_add_section (&os->children, s, os);
5846 }
252b5132
RH
5847 }
5848 }
5849 }
5850 }
5851}
5852
252b5132 5853void
1579bae1 5854lang_set_flags (lang_memory_region_type *ptr, const char *flags, int invert)
252b5132 5855{
aa8804e4 5856 flagword *ptr_flags;
252b5132 5857
aa8804e4 5858 ptr_flags = invert ? &ptr->not_flags : &ptr->flags;
252b5132
RH
5859 while (*flags)
5860 {
5861 switch (*flags)
5862 {
252b5132
RH
5863 case 'A': case 'a':
5864 *ptr_flags |= SEC_ALLOC;
5865 break;
5866
5867 case 'R': case 'r':
5868 *ptr_flags |= SEC_READONLY;
5869 break;
5870
5871 case 'W': case 'w':
5872 *ptr_flags |= SEC_DATA;
5873 break;
5874
5875 case 'X': case 'x':
5876 *ptr_flags |= SEC_CODE;
5877 break;
5878
5879 case 'L': case 'l':
5880 case 'I': case 'i':
5881 *ptr_flags |= SEC_LOAD;
5882 break;
5883
5884 default:
5885 einfo (_("%P%F: invalid syntax in flags\n"));
5886 break;
5887 }
5888 flags++;
5889 }
5890}
5891
5892/* Call a function on each input file. This function will be called
5893 on an archive, but not on the elements. */
5894
5895void
1579bae1 5896lang_for_each_input_file (void (*func) (lang_input_statement_type *))
252b5132
RH
5897{
5898 lang_input_statement_type *f;
5899
5900 for (f = (lang_input_statement_type *) input_file_chain.head;
5901 f != NULL;
5902 f = (lang_input_statement_type *) f->next_real_file)
5903 func (f);
5904}
5905
5906/* Call a function on each file. The function will be called on all
5907 the elements of an archive which are included in the link, but will
5908 not be called on the archive file itself. */
5909
5910void
1579bae1 5911lang_for_each_file (void (*func) (lang_input_statement_type *))
252b5132 5912{
e50d8076 5913 LANG_FOR_EACH_INPUT_STATEMENT (f)
252b5132
RH
5914 {
5915 func (f);
5916 }
5917}
5918
252b5132 5919void
1579bae1 5920ldlang_add_file (lang_input_statement_type *entry)
252b5132 5921{
252b5132
RH
5922 lang_statement_append (&file_chain,
5923 (lang_statement_union_type *) entry,
5924 &entry->next);
5925
5926 /* The BFD linker needs to have a list of all input BFDs involved in
5927 a link. */
1579bae1 5928 ASSERT (entry->the_bfd->link_next == NULL);
f13a99db 5929 ASSERT (entry->the_bfd != link_info.output_bfd);
a9a4c53e
AM
5930
5931 *link_info.input_bfds_tail = entry->the_bfd;
5932 link_info.input_bfds_tail = &entry->the_bfd->link_next;
1579bae1 5933 entry->the_bfd->usrdata = entry;
252b5132
RH
5934 bfd_set_gp_size (entry->the_bfd, g_switch_value);
5935
5936 /* Look through the sections and check for any which should not be
5937 included in the link. We need to do this now, so that we can
5938 notice when the backend linker tries to report multiple
5939 definition errors for symbols which are in sections we aren't
5940 going to link. FIXME: It might be better to entirely ignore
5941 symbols which are defined in sections which are going to be
5942 discarded. This would require modifying the backend linker for
5943 each backend which might set the SEC_LINK_ONCE flag. If we do
5944 this, we should probably handle SEC_EXCLUDE in the same way. */
5945
1579bae1 5946 bfd_map_over_sections (entry->the_bfd, section_already_linked, entry);
252b5132
RH
5947}
5948
5949void
1579bae1 5950lang_add_output (const char *name, int from_script)
252b5132
RH
5951{
5952 /* Make -o on command line override OUTPUT in script. */
7c519c12 5953 if (!had_output_filename || !from_script)
252b5132
RH
5954 {
5955 output_filename = name;
b34976b6 5956 had_output_filename = TRUE;
252b5132
RH
5957 }
5958}
5959
252b5132
RH
5960static lang_output_section_statement_type *current_section;
5961
5962static int
1579bae1 5963topower (int x)
252b5132
RH
5964{
5965 unsigned int i = 1;
5966 int l;
5967
5968 if (x < 0)
5969 return -1;
5970
5f992e62 5971 for (l = 0; l < 32; l++)
252b5132
RH
5972 {
5973 if (i >= (unsigned int) x)
5974 return l;
5975 i <<= 1;
5976 }
5977
5978 return 0;
5979}
5980
aea4bd9d 5981lang_output_section_statement_type *
1579bae1
AM
5982lang_enter_output_section_statement (const char *output_section_statement_name,
5983 etree_type *address_exp,
5984 enum section_type sectype,
1579bae1
AM
5985 etree_type *align,
5986 etree_type *subalign,
0841712e
JJ
5987 etree_type *ebase,
5988 int constraint)
252b5132
RH
5989{
5990 lang_output_section_statement_type *os;
5991
66c103b7
AM
5992 os = lang_output_section_statement_lookup (output_section_statement_name,
5993 constraint, TRUE);
967928e9 5994 current_section = os;
252b5132 5995
1579bae1 5996 if (os->addr_tree == NULL)
08da4cac
KH
5997 {
5998 os->addr_tree = address_exp;
5999 }
252b5132
RH
6000 os->sectype = sectype;
6001 if (sectype != noload_section)
6002 os->flags = SEC_NO_FLAGS;
6003 else
6004 os->flags = SEC_NEVER_LOAD;
e5caa5e0 6005 os->block_value = 1;
66c103b7
AM
6006
6007 /* Make next things chain into subchain of this. */
bde18da4 6008 push_stat_ptr (&os->children);
252b5132 6009
08da4cac 6010 os->subsection_alignment =
e9ee469a 6011 topower (exp_get_value_int (subalign, -1, "subsection alignment"));
08da4cac 6012 os->section_alignment =
e9ee469a 6013 topower (exp_get_value_int (align, -1, "section alignment"));
252b5132
RH
6014
6015 os->load_base = ebase;
aea4bd9d 6016 return os;
252b5132
RH
6017}
6018
252b5132 6019void
1579bae1 6020lang_final (void)
252b5132 6021{
d3ce72d0
NC
6022 lang_output_statement_type *new_stmt;
6023
6024 new_stmt = new_stat (lang_output_statement, stat_ptr);
6025 new_stmt->name = output_filename;
252b5132 6026
252b5132
RH
6027}
6028
08da4cac
KH
6029/* Reset the current counters in the regions. */
6030
e3dc8847 6031void
1579bae1 6032lang_reset_memory_regions (void)
252b5132
RH
6033{
6034 lang_memory_region_type *p = lang_memory_region_list;
b3327aad 6035 asection *o;
e9ee469a 6036 lang_output_section_statement_type *os;
252b5132 6037
1579bae1 6038 for (p = lang_memory_region_list; p != NULL; p = p->next)
252b5132 6039 {
252b5132 6040 p->current = p->origin;
66e28d60 6041 p->last_os = NULL;
252b5132 6042 }
b3327aad 6043
e9ee469a
AM
6044 for (os = &lang_output_section_statement.head->output_section_statement;
6045 os != NULL;
6046 os = os->next)
cde9e0be
AM
6047 {
6048 os->processed_vma = FALSE;
6049 os->processed_lma = FALSE;
6050 }
e9ee469a 6051
f13a99db 6052 for (o = link_info.output_bfd->sections; o != NULL; o = o->next)
1a23a9e6
AM
6053 {
6054 /* Save the last size for possible use by bfd_relax_section. */
6055 o->rawsize = o->size;
6056 o->size = 0;
6057 }
252b5132
RH
6058}
6059
164e712d 6060/* Worker for lang_gc_sections_1. */
252b5132
RH
6061
6062static void
1579bae1
AM
6063gc_section_callback (lang_wild_statement_type *ptr,
6064 struct wildcard_list *sec ATTRIBUTE_UNUSED,
6065 asection *section,
6066 lang_input_statement_type *file ATTRIBUTE_UNUSED,
6067 void *data ATTRIBUTE_UNUSED)
252b5132 6068{
164e712d
AM
6069 /* If the wild pattern was marked KEEP, the member sections
6070 should be as well. */
4dec4d4e
RH
6071 if (ptr->keep_sections)
6072 section->flags |= SEC_KEEP;
252b5132
RH
6073}
6074
252b5132
RH
6075/* Iterate over sections marking them against GC. */
6076
6077static void
1579bae1 6078lang_gc_sections_1 (lang_statement_union_type *s)
252b5132 6079{
1579bae1 6080 for (; s != NULL; s = s->header.next)
252b5132
RH
6081 {
6082 switch (s->header.type)
6083 {
6084 case lang_wild_statement_enum:
164e712d 6085 walk_wild (&s->wild_statement, gc_section_callback, NULL);
abc6ab0a 6086 break;
252b5132
RH
6087 case lang_constructors_statement_enum:
6088 lang_gc_sections_1 (constructor_list.head);
6089 break;
6090 case lang_output_section_statement_enum:
6091 lang_gc_sections_1 (s->output_section_statement.children.head);
6092 break;
6093 case lang_group_statement_enum:
6094 lang_gc_sections_1 (s->group_statement.children.head);
6095 break;
6096 default:
6097 break;
6098 }
6099 }
6100}
6101
6102static void
1579bae1 6103lang_gc_sections (void)
252b5132 6104{
252b5132
RH
6105 /* Keep all sections so marked in the link script. */
6106
6107 lang_gc_sections_1 (statement_list.head);
6108
9ca57817
AM
6109 /* SEC_EXCLUDE is ignored when doing a relocatable link, except in
6110 the special case of debug info. (See bfd/stabs.c)
6111 Twiddle the flag here, to simplify later linker code. */
6112 if (link_info.relocatable)
6113 {
6114 LANG_FOR_EACH_INPUT_STATEMENT (f)
6115 {
6116 asection *sec;
6117 for (sec = f->the_bfd->sections; sec != NULL; sec = sec->next)
6118 if ((sec->flags & SEC_DEBUGGING) == 0)
6119 sec->flags &= ~SEC_EXCLUDE;
6120 }
6121 }
6122
57316bff 6123 if (link_info.gc_sections)
f13a99db 6124 bfd_gc_sections (link_info.output_bfd, &link_info);
252b5132
RH
6125}
6126
b10a8ae0
L
6127/* Worker for lang_find_relro_sections_1. */
6128
6129static void
6130find_relro_section_callback (lang_wild_statement_type *ptr ATTRIBUTE_UNUSED,
6131 struct wildcard_list *sec ATTRIBUTE_UNUSED,
6132 asection *section,
6133 lang_input_statement_type *file ATTRIBUTE_UNUSED,
6134 void *data)
6135{
6136 /* Discarded, excluded and ignored sections effectively have zero
6137 size. */
6138 if (section->output_section != NULL
f13a99db 6139 && section->output_section->owner == link_info.output_bfd
b10a8ae0
L
6140 && (section->output_section->flags & SEC_EXCLUDE) == 0
6141 && !IGNORE_SECTION (section)
6142 && section->size != 0)
6143 {
6144 bfd_boolean *has_relro_section = (bfd_boolean *) data;
6145 *has_relro_section = TRUE;
6146 }
6147}
6148
6149/* Iterate over sections for relro sections. */
6150
6151static void
6152lang_find_relro_sections_1 (lang_statement_union_type *s,
6153 bfd_boolean *has_relro_section)
6154{
6155 if (*has_relro_section)
6156 return;
6157
6158 for (; s != NULL; s = s->header.next)
6159 {
6160 if (s == expld.dataseg.relro_end_stat)
6161 break;
6162
6163 switch (s->header.type)
6164 {
6165 case lang_wild_statement_enum:
6166 walk_wild (&s->wild_statement,
6167 find_relro_section_callback,
6168 has_relro_section);
6169 break;
6170 case lang_constructors_statement_enum:
6171 lang_find_relro_sections_1 (constructor_list.head,
6172 has_relro_section);
6173 break;
6174 case lang_output_section_statement_enum:
6175 lang_find_relro_sections_1 (s->output_section_statement.children.head,
6176 has_relro_section);
6177 break;
6178 case lang_group_statement_enum:
6179 lang_find_relro_sections_1 (s->group_statement.children.head,
6180 has_relro_section);
6181 break;
6182 default:
6183 break;
6184 }
6185 }
6186}
6187
6188static void
6189lang_find_relro_sections (void)
6190{
6191 bfd_boolean has_relro_section = FALSE;
6192
6193 /* Check all sections in the link script. */
6194
6195 lang_find_relro_sections_1 (expld.dataseg.relro_start_stat,
6196 &has_relro_section);
6197
6198 if (!has_relro_section)
6199 link_info.relro = FALSE;
6200}
6201
fbbc3759
L
6202/* Relax all sections until bfd_relax_section gives up. */
6203
eaeb0a9d
AM
6204void
6205lang_relax_sections (bfd_boolean need_layout)
fbbc3759 6206{
eaeb0a9d 6207 if (command_line.relax)
fbbc3759 6208 {
eaeb0a9d
AM
6209 /* We may need more than one relaxation pass. */
6210 int i = link_info.relax_pass;
fbbc3759 6211
eaeb0a9d
AM
6212 /* The backend can use it to determine the current pass. */
6213 link_info.relax_pass = 0;
fbbc3759 6214
eaeb0a9d
AM
6215 while (i--)
6216 {
6217 /* Keep relaxing until bfd_relax_section gives up. */
6218 bfd_boolean relax_again;
fbbc3759 6219
eaeb0a9d
AM
6220 link_info.relax_trip = -1;
6221 do
6222 {
6223 link_info.relax_trip++;
6224
6225 /* Note: pe-dll.c does something like this also. If you find
6226 you need to change this code, you probably need to change
6227 pe-dll.c also. DJ */
6228
6229 /* Do all the assignments with our current guesses as to
6230 section sizes. */
6231 lang_do_assignments ();
6232
6233 /* We must do this after lang_do_assignments, because it uses
6234 size. */
6235 lang_reset_memory_regions ();
6236
6237 /* Perform another relax pass - this time we know where the
6238 globals are, so can make a better guess. */
6239 relax_again = FALSE;
6240 lang_size_sections (&relax_again, FALSE);
6241 }
6242 while (relax_again);
6243
6244 link_info.relax_pass++;
6245 }
6246 need_layout = TRUE;
6247 }
fbbc3759 6248
eaeb0a9d
AM
6249 if (need_layout)
6250 {
6251 /* Final extra sizing to report errors. */
6252 lang_do_assignments ();
6253 lang_reset_memory_regions ();
6254 lang_size_sections (NULL, TRUE);
fbbc3759 6255 }
fbbc3759
L
6256}
6257
252b5132 6258void
1579bae1 6259lang_process (void)
252b5132 6260{
55255dae 6261 /* Finalize dynamic list. */
40b36307
L
6262 if (link_info.dynamic_list)
6263 lang_finalize_version_expr_head (&link_info.dynamic_list->head);
55255dae 6264
252b5132
RH
6265 current_target = default_target;
6266
08da4cac
KH
6267 /* Open the output file. */
6268 lang_for_each_statement (ldlang_open_output);
e5caa5e0 6269 init_opb ();
252b5132
RH
6270
6271 ldemul_create_output_section_statements ();
6272
08da4cac 6273 /* Add to the hash table all undefineds on the command line. */
252b5132
RH
6274 lang_place_undefineds ();
6275
082b7297
L
6276 if (!bfd_section_already_linked_table_init ())
6277 einfo (_("%P%F: Failed to create hash table\n"));
9503fd87 6278
08da4cac 6279 /* Create a bfd for each input file. */
252b5132 6280 current_target = default_target;
b34976b6 6281 open_input_bfds (statement_list.head, FALSE);
252b5132 6282
e3e942e9
AM
6283 link_info.gc_sym_list = &entry_symbol;
6284 if (entry_symbol.name == NULL)
6285 link_info.gc_sym_list = ldlang_undef_chain_list_head;
6286
252b5132
RH
6287 ldemul_after_open ();
6288
082b7297 6289 bfd_section_already_linked_table_free ();
9503fd87 6290
252b5132
RH
6291 /* Make sure that we're not mixing architectures. We call this
6292 after all the input files have been opened, but before we do any
6293 other processing, so that any operations merge_private_bfd_data
6294 does on the output file will be known during the rest of the
6295 link. */
6296 lang_check ();
6297
6298 /* Handle .exports instead of a version script if we're told to do so. */
6299 if (command_line.version_exports_section)
6300 lang_do_version_exports_section ();
6301
6302 /* Build all sets based on the information gathered from the input
6303 files. */
6304 ldctor_build_sets ();
6305
6306 /* Remove unreferenced sections if asked to. */
164e712d 6307 lang_gc_sections ();
252b5132 6308
08da4cac 6309 /* Size up the common data. */
252b5132
RH
6310 lang_common ();
6311
bcaa7b3e
L
6312 /* Update wild statements. */
6313 update_wild_statements (statement_list.head);
6314
252b5132 6315 /* Run through the contours of the script and attach input sections
08da4cac 6316 to the correct output sections. */
1579bae1 6317 map_input_to_output_sections (statement_list.head, NULL, NULL);
252b5132 6318
53d25da6
AM
6319 process_insert_statements ();
6320
08da4cac 6321 /* Find any sections not attached explicitly and handle them. */
252b5132
RH
6322 lang_place_orphans ();
6323
1049f94e 6324 if (! link_info.relocatable)
862120bd 6325 {
57ceae94
AM
6326 asection *found;
6327
6328 /* Merge SEC_MERGE sections. This has to be done after GC of
6329 sections, so that GCed sections are not merged, but before
6330 assigning dynamic symbols, since removing whole input sections
6331 is hard then. */
f13a99db 6332 bfd_merge_sections (link_info.output_bfd, &link_info);
57ceae94 6333
862120bd 6334 /* Look for a text section and set the readonly attribute in it. */
f13a99db 6335 found = bfd_get_section_by_name (link_info.output_bfd, ".text");
862120bd 6336
1579bae1 6337 if (found != NULL)
862120bd
AM
6338 {
6339 if (config.text_read_only)
6340 found->flags |= SEC_READONLY;
6341 else
6342 found->flags &= ~SEC_READONLY;
6343 }
6344 }
6345
6346 /* Do anything special before sizing sections. This is where ELF
6347 and other back-ends size dynamic sections. */
252b5132
RH
6348 ldemul_before_allocation ();
6349
6350 /* We must record the program headers before we try to fix the
6351 section positions, since they will affect SIZEOF_HEADERS. */
6352 lang_record_phdrs ();
6353
b10a8ae0
L
6354 /* Check relro sections. */
6355 if (link_info.relro && ! link_info.relocatable)
6356 lang_find_relro_sections ();
6357
b3327aad 6358 /* Size up the sections. */
e9ee469a 6359 lang_size_sections (NULL, !command_line.relax);
b3327aad 6360
252b5132 6361 /* See if anything special should be done now we know how big
eaeb0a9d 6362 everything is. This is where relaxation is done. */
252b5132
RH
6363 ldemul_after_allocation ();
6364
6365 /* Fix any .startof. or .sizeof. symbols. */
6366 lang_set_startof ();
6367
08da4cac
KH
6368 /* Do all the assignments, now that we know the final resting places
6369 of all the symbols. */
252b5132 6370
e9ee469a 6371 lang_do_assignments ();
252b5132 6372
8ded5a0f
AM
6373 ldemul_finish ();
6374
252b5132 6375 /* Make sure that the section addresses make sense. */
662ef24b 6376 if (command_line.check_section_addresses)
252b5132 6377 lang_check_section_addresses ();
5f992e62 6378
750877ba 6379 lang_end ();
252b5132
RH
6380}
6381
6382/* EXPORTED TO YACC */
6383
6384void
1579bae1
AM
6385lang_add_wild (struct wildcard_spec *filespec,
6386 struct wildcard_list *section_list,
6387 bfd_boolean keep_sections)
252b5132 6388{
b6bf44ba 6389 struct wildcard_list *curr, *next;
d3ce72d0 6390 lang_wild_statement_type *new_stmt;
b6bf44ba
AM
6391
6392 /* Reverse the list as the parser puts it back to front. */
6393 for (curr = section_list, section_list = NULL;
6394 curr != NULL;
6395 section_list = curr, curr = next)
6396 {
6397 if (curr->spec.name != NULL && strcmp (curr->spec.name, "COMMON") == 0)
b34976b6 6398 placed_commons = TRUE;
252b5132 6399
b6bf44ba
AM
6400 next = curr->next;
6401 curr->next = section_list;
6402 }
6403
6404 if (filespec != NULL && filespec->name != NULL)
252b5132 6405 {
b6bf44ba
AM
6406 if (strcmp (filespec->name, "*") == 0)
6407 filespec->name = NULL;
6408 else if (! wildcardp (filespec->name))
b34976b6 6409 lang_has_input_file = TRUE;
252b5132 6410 }
b6bf44ba 6411
d3ce72d0
NC
6412 new_stmt = new_stat (lang_wild_statement, stat_ptr);
6413 new_stmt->filename = NULL;
6414 new_stmt->filenames_sorted = FALSE;
b6bf44ba 6415 if (filespec != NULL)
252b5132 6416 {
d3ce72d0
NC
6417 new_stmt->filename = filespec->name;
6418 new_stmt->filenames_sorted = filespec->sorted == by_name;
252b5132 6419 }
d3ce72d0
NC
6420 new_stmt->section_list = section_list;
6421 new_stmt->keep_sections = keep_sections;
6422 lang_list_init (&new_stmt->children);
6423 analyze_walk_wild_section_handler (new_stmt);
252b5132
RH
6424}
6425
6426void
ba916c8a
MM
6427lang_section_start (const char *name, etree_type *address,
6428 const segment_type *segment)
252b5132 6429{
d1778b88 6430 lang_address_statement_type *ad;
252b5132 6431
d1778b88 6432 ad = new_stat (lang_address_statement, stat_ptr);
252b5132
RH
6433 ad->section_name = name;
6434 ad->address = address;
ba916c8a 6435 ad->segment = segment;
252b5132
RH
6436}
6437
6438/* Set the start symbol to NAME. CMDLINE is nonzero if this is called
6439 because of a -e argument on the command line, or zero if this is
6440 called by ENTRY in a linker script. Command line arguments take
6441 precedence. */
6442
6443void
1579bae1 6444lang_add_entry (const char *name, bfd_boolean cmdline)
252b5132 6445{
e3e942e9 6446 if (entry_symbol.name == NULL
252b5132
RH
6447 || cmdline
6448 || ! entry_from_cmdline)
6449 {
e3e942e9 6450 entry_symbol.name = name;
252b5132
RH
6451 entry_from_cmdline = cmdline;
6452 }
6453}
6454
a359509e
ZW
6455/* Set the default start symbol to NAME. .em files should use this,
6456 not lang_add_entry, to override the use of "start" if neither the
6457 linker script nor the command line specifies an entry point. NAME
6458 must be permanently allocated. */
6459void
6460lang_default_entry (const char *name)
6461{
6462 entry_symbol_default = name;
6463}
6464
252b5132 6465void
1579bae1 6466lang_add_target (const char *name)
252b5132 6467{
d3ce72d0 6468 lang_target_statement_type *new_stmt;
252b5132 6469
d3ce72d0
NC
6470 new_stmt = new_stat (lang_target_statement, stat_ptr);
6471 new_stmt->target = name;
252b5132
RH
6472}
6473
6474void
1579bae1 6475lang_add_map (const char *name)
252b5132
RH
6476{
6477 while (*name)
6478 {
6479 switch (*name)
6480 {
08da4cac 6481 case 'F':
b34976b6 6482 map_option_f = TRUE;
252b5132
RH
6483 break;
6484 }
6485 name++;
6486 }
6487}
6488
6489void
1579bae1 6490lang_add_fill (fill_type *fill)
252b5132 6491{
d3ce72d0 6492 lang_fill_statement_type *new_stmt;
252b5132 6493
d3ce72d0
NC
6494 new_stmt = new_stat (lang_fill_statement, stat_ptr);
6495 new_stmt->fill = fill;
252b5132
RH
6496}
6497
6498void
1579bae1 6499lang_add_data (int type, union etree_union *exp)
252b5132 6500{
d3ce72d0 6501 lang_data_statement_type *new_stmt;
252b5132 6502
d3ce72d0
NC
6503 new_stmt = new_stat (lang_data_statement, stat_ptr);
6504 new_stmt->exp = exp;
6505 new_stmt->type = type;
252b5132
RH
6506}
6507
6508/* Create a new reloc statement. RELOC is the BFD relocation type to
6509 generate. HOWTO is the corresponding howto structure (we could
6510 look this up, but the caller has already done so). SECTION is the
6511 section to generate a reloc against, or NAME is the name of the
6512 symbol to generate a reloc against. Exactly one of SECTION and
6513 NAME must be NULL. ADDEND is an expression for the addend. */
6514
6515void
1579bae1
AM
6516lang_add_reloc (bfd_reloc_code_real_type reloc,
6517 reloc_howto_type *howto,
6518 asection *section,
6519 const char *name,
6520 union etree_union *addend)
252b5132
RH
6521{
6522 lang_reloc_statement_type *p = new_stat (lang_reloc_statement, stat_ptr);
5f992e62 6523
252b5132
RH
6524 p->reloc = reloc;
6525 p->howto = howto;
6526 p->section = section;
6527 p->name = name;
6528 p->addend_exp = addend;
6529
6530 p->addend_value = 0;
6531 p->output_section = NULL;
7fabd029 6532 p->output_offset = 0;
252b5132
RH
6533}
6534
6535lang_assignment_statement_type *
1579bae1 6536lang_add_assignment (etree_type *exp)
252b5132 6537{
d3ce72d0 6538 lang_assignment_statement_type *new_stmt;
252b5132 6539
d3ce72d0
NC
6540 new_stmt = new_stat (lang_assignment_statement, stat_ptr);
6541 new_stmt->exp = exp;
6542 return new_stmt;
252b5132
RH
6543}
6544
6545void
1579bae1 6546lang_add_attribute (enum statement_enum attribute)
252b5132 6547{
bd4d42c1 6548 new_statement (attribute, sizeof (lang_statement_header_type), stat_ptr);
252b5132
RH
6549}
6550
6551void
1579bae1 6552lang_startup (const char *name)
252b5132 6553{
1579bae1 6554 if (startup_file != NULL)
252b5132 6555 {
4520f868 6556 einfo (_("%P%F: multiple STARTUP files\n"));
252b5132
RH
6557 }
6558 first_file->filename = name;
6559 first_file->local_sym_name = name;
b34976b6 6560 first_file->real = TRUE;
252b5132
RH
6561
6562 startup_file = name;
6563}
6564
6565void
1579bae1 6566lang_float (bfd_boolean maybe)
252b5132
RH
6567{
6568 lang_float_flag = maybe;
6569}
6570
ee3cc2e2
RS
6571
6572/* Work out the load- and run-time regions from a script statement, and
6573 store them in *LMA_REGION and *REGION respectively.
6574
a747ee4d
NC
6575 MEMSPEC is the name of the run-time region, or the value of
6576 DEFAULT_MEMORY_REGION if the statement didn't specify one.
6577 LMA_MEMSPEC is the name of the load-time region, or null if the
6578 statement didn't specify one.HAVE_LMA_P is TRUE if the statement
6579 had an explicit load address.
ee3cc2e2
RS
6580
6581 It is an error to specify both a load region and a load address. */
6582
6583static void
6bdafbeb
NC
6584lang_get_regions (lang_memory_region_type **region,
6585 lang_memory_region_type **lma_region,
1579bae1
AM
6586 const char *memspec,
6587 const char *lma_memspec,
6bdafbeb
NC
6588 bfd_boolean have_lma,
6589 bfd_boolean have_vma)
ee3cc2e2 6590{
a747ee4d 6591 *lma_region = lang_memory_region_lookup (lma_memspec, FALSE);
ee3cc2e2 6592
6feb9908
AM
6593 /* If no runtime region or VMA has been specified, but the load region
6594 has been specified, then use the load region for the runtime region
6595 as well. */
6bdafbeb
NC
6596 if (lma_memspec != NULL
6597 && ! have_vma
6598 && strcmp (memspec, DEFAULT_MEMORY_REGION) == 0)
ee3cc2e2
RS
6599 *region = *lma_region;
6600 else
a747ee4d 6601 *region = lang_memory_region_lookup (memspec, FALSE);
ee3cc2e2 6602
6bdafbeb 6603 if (have_lma && lma_memspec != 0)
ee3cc2e2
RS
6604 einfo (_("%X%P:%S: section has both a load address and a load region\n"));
6605}
6606
252b5132 6607void
6bdafbeb
NC
6608lang_leave_output_section_statement (fill_type *fill, const char *memspec,
6609 lang_output_section_phdr_list *phdrs,
6610 const char *lma_memspec)
252b5132 6611{
ee3cc2e2
RS
6612 lang_get_regions (&current_section->region,
6613 &current_section->lma_region,
6614 memspec, lma_memspec,
6bdafbeb
NC
6615 current_section->load_base != NULL,
6616 current_section->addr_tree != NULL);
113e6845
NS
6617
6618 /* If this section has no load region or base, but has the same
6619 region as the previous section, then propagate the previous
6620 section's load region. */
6621
6622 if (!current_section->lma_region && !current_section->load_base
6623 && current_section->region == current_section->prev->region)
6624 current_section->lma_region = current_section->prev->lma_region;
6625
252b5132 6626 current_section->fill = fill;
252b5132 6627 current_section->phdrs = phdrs;
bde18da4 6628 pop_stat_ptr ();
252b5132
RH
6629}
6630
08da4cac
KH
6631/* Create an absolute symbol with the given name with the value of the
6632 address of first byte of the section named.
6633
6634 If the symbol already exists, then do nothing. */
252b5132 6635
252b5132 6636void
1579bae1 6637lang_abs_symbol_at_beginning_of (const char *secname, const char *name)
252b5132
RH
6638{
6639 struct bfd_link_hash_entry *h;
6640
b34976b6 6641 h = bfd_link_hash_lookup (link_info.hash, name, TRUE, TRUE, TRUE);
1579bae1 6642 if (h == NULL)
252b5132
RH
6643 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
6644
6645 if (h->type == bfd_link_hash_new
6646 || h->type == bfd_link_hash_undefined)
6647 {
6648 asection *sec;
6649
6650 h->type = bfd_link_hash_defined;
6651
f13a99db 6652 sec = bfd_get_section_by_name (link_info.output_bfd, secname);
1579bae1 6653 if (sec == NULL)
252b5132
RH
6654 h->u.def.value = 0;
6655 else
f13a99db 6656 h->u.def.value = bfd_get_section_vma (link_info.output_bfd, sec);
252b5132
RH
6657
6658 h->u.def.section = bfd_abs_section_ptr;
6659 }
6660}
6661
08da4cac
KH
6662/* Create an absolute symbol with the given name with the value of the
6663 address of the first byte after the end of the section named.
6664
6665 If the symbol already exists, then do nothing. */
252b5132 6666
252b5132 6667void
1579bae1 6668lang_abs_symbol_at_end_of (const char *secname, const char *name)
252b5132
RH
6669{
6670 struct bfd_link_hash_entry *h;
6671
b34976b6 6672 h = bfd_link_hash_lookup (link_info.hash, name, TRUE, TRUE, TRUE);
1579bae1 6673 if (h == NULL)
252b5132
RH
6674 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
6675
6676 if (h->type == bfd_link_hash_new
6677 || h->type == bfd_link_hash_undefined)
6678 {
6679 asection *sec;
6680
6681 h->type = bfd_link_hash_defined;
6682
f13a99db 6683 sec = bfd_get_section_by_name (link_info.output_bfd, secname);
1579bae1 6684 if (sec == NULL)
252b5132
RH
6685 h->u.def.value = 0;
6686 else
f13a99db 6687 h->u.def.value = (bfd_get_section_vma (link_info.output_bfd, sec)
eea6121a 6688 + TO_ADDR (sec->size));
252b5132
RH
6689
6690 h->u.def.section = bfd_abs_section_ptr;
6691 }
6692}
6693
6694void
1579bae1
AM
6695lang_statement_append (lang_statement_list_type *list,
6696 lang_statement_union_type *element,
6697 lang_statement_union_type **field)
252b5132
RH
6698{
6699 *(list->tail) = element;
6700 list->tail = field;
6701}
6702
6703/* Set the output format type. -oformat overrides scripts. */
6704
6705void
1579bae1
AM
6706lang_add_output_format (const char *format,
6707 const char *big,
6708 const char *little,
6709 int from_script)
252b5132
RH
6710{
6711 if (output_target == NULL || !from_script)
6712 {
6713 if (command_line.endian == ENDIAN_BIG
6714 && big != NULL)
6715 format = big;
6716 else if (command_line.endian == ENDIAN_LITTLE
6717 && little != NULL)
6718 format = little;
6719
6720 output_target = format;
6721 }
6722}
6723
53d25da6
AM
6724void
6725lang_add_insert (const char *where, int is_before)
6726{
d3ce72d0 6727 lang_insert_statement_type *new_stmt;
53d25da6 6728
d3ce72d0
NC
6729 new_stmt = new_stat (lang_insert_statement, stat_ptr);
6730 new_stmt->where = where;
6731 new_stmt->is_before = is_before;
53d25da6
AM
6732 saved_script_handle = previous_script_handle;
6733}
6734
252b5132
RH
6735/* Enter a group. This creates a new lang_group_statement, and sets
6736 stat_ptr to build new statements within the group. */
6737
6738void
1579bae1 6739lang_enter_group (void)
252b5132
RH
6740{
6741 lang_group_statement_type *g;
6742
6743 g = new_stat (lang_group_statement, stat_ptr);
6744 lang_list_init (&g->children);
bde18da4 6745 push_stat_ptr (&g->children);
252b5132
RH
6746}
6747
6748/* Leave a group. This just resets stat_ptr to start writing to the
6749 regular list of statements again. Note that this will not work if
6750 groups can occur inside anything else which can adjust stat_ptr,
6751 but currently they can't. */
6752
6753void
1579bae1 6754lang_leave_group (void)
252b5132 6755{
bde18da4 6756 pop_stat_ptr ();
252b5132
RH
6757}
6758
6759/* Add a new program header. This is called for each entry in a PHDRS
6760 command in a linker script. */
6761
6762void
1579bae1
AM
6763lang_new_phdr (const char *name,
6764 etree_type *type,
6765 bfd_boolean filehdr,
6766 bfd_boolean phdrs,
6767 etree_type *at,
6768 etree_type *flags)
252b5132
RH
6769{
6770 struct lang_phdr *n, **pp;
6771
1e9cc1c2 6772 n = (struct lang_phdr *) stat_alloc (sizeof (struct lang_phdr));
252b5132
RH
6773 n->next = NULL;
6774 n->name = name;
e9ee469a 6775 n->type = exp_get_value_int (type, 0, "program header type");
252b5132
RH
6776 n->filehdr = filehdr;
6777 n->phdrs = phdrs;
6778 n->at = at;
6779 n->flags = flags;
6780
6781 for (pp = &lang_phdr_list; *pp != NULL; pp = &(*pp)->next)
6782 ;
6783 *pp = n;
6784}
6785
6786/* Record the program header information in the output BFD. FIXME: We
6787 should not be calling an ELF specific function here. */
6788
6789static void
1579bae1 6790lang_record_phdrs (void)
252b5132
RH
6791{
6792 unsigned int alc;
6793 asection **secs;
6bdafbeb 6794 lang_output_section_phdr_list *last;
252b5132 6795 struct lang_phdr *l;
afd7a018 6796 lang_output_section_statement_type *os;
252b5132
RH
6797
6798 alc = 10;
1e9cc1c2 6799 secs = (asection **) xmalloc (alc * sizeof (asection *));
252b5132 6800 last = NULL;
591a748a 6801
252b5132
RH
6802 for (l = lang_phdr_list; l != NULL; l = l->next)
6803 {
6804 unsigned int c;
6805 flagword flags;
6806 bfd_vma at;
6807
6808 c = 0;
afd7a018
AM
6809 for (os = &lang_output_section_statement.head->output_section_statement;
6810 os != NULL;
6811 os = os->next)
252b5132 6812 {
6bdafbeb 6813 lang_output_section_phdr_list *pl;
252b5132 6814
66c103b7 6815 if (os->constraint < 0)
0841712e 6816 continue;
252b5132
RH
6817
6818 pl = os->phdrs;
6819 if (pl != NULL)
6820 last = pl;
6821 else
6822 {
6823 if (os->sectype == noload_section
6824 || os->bfd_section == NULL
6825 || (os->bfd_section->flags & SEC_ALLOC) == 0)
6826 continue;
591a748a 6827
7512c397
AM
6828 /* Don't add orphans to PT_INTERP header. */
6829 if (l->type == 3)
6830 continue;
6831
e9442572 6832 if (last == NULL)
591a748a
NC
6833 {
6834 lang_output_section_statement_type * tmp_os;
6835
6836 /* If we have not run across a section with a program
6837 header assigned to it yet, then scan forwards to find
6838 one. This prevents inconsistencies in the linker's
6839 behaviour when a script has specified just a single
6840 header and there are sections in that script which are
6841 not assigned to it, and which occur before the first
6842 use of that header. See here for more details:
6843 http://sourceware.org/ml/binutils/2007-02/msg00291.html */
6844 for (tmp_os = os; tmp_os; tmp_os = tmp_os->next)
6845 if (tmp_os->phdrs)
e9442572
AM
6846 {
6847 last = tmp_os->phdrs;
6848 break;
6849 }
6850 if (last == NULL)
6851 einfo (_("%F%P: no sections assigned to phdrs\n"));
591a748a 6852 }
e9442572 6853 pl = last;
252b5132
RH
6854 }
6855
6856 if (os->bfd_section == NULL)
6857 continue;
6858
6859 for (; pl != NULL; pl = pl->next)
6860 {
6861 if (strcmp (pl->name, l->name) == 0)
6862 {
6863 if (c >= alc)
6864 {
6865 alc *= 2;
1e9cc1c2
NC
6866 secs = (asection **) xrealloc (secs,
6867 alc * sizeof (asection *));
252b5132
RH
6868 }
6869 secs[c] = os->bfd_section;
6870 ++c;
b34976b6 6871 pl->used = TRUE;
252b5132
RH
6872 }
6873 }
6874 }
6875
6876 if (l->flags == NULL)
6877 flags = 0;
6878 else
e9ee469a 6879 flags = exp_get_vma (l->flags, 0, "phdr flags");
252b5132
RH
6880
6881 if (l->at == NULL)
6882 at = 0;
6883 else
e9ee469a 6884 at = exp_get_vma (l->at, 0, "phdr load address");
252b5132 6885
f13a99db 6886 if (! bfd_record_phdr (link_info.output_bfd, l->type,
d1778b88 6887 l->flags != NULL, flags, l->at != NULL,
252b5132
RH
6888 at, l->filehdr, l->phdrs, c, secs))
6889 einfo (_("%F%P: bfd_record_phdr failed: %E\n"));
6890 }
6891
6892 free (secs);
6893
6894 /* Make sure all the phdr assignments succeeded. */
afd7a018
AM
6895 for (os = &lang_output_section_statement.head->output_section_statement;
6896 os != NULL;
6897 os = os->next)
252b5132 6898 {
6bdafbeb 6899 lang_output_section_phdr_list *pl;
252b5132 6900
66c103b7 6901 if (os->constraint < 0
afd7a018 6902 || os->bfd_section == NULL)
252b5132
RH
6903 continue;
6904
afd7a018 6905 for (pl = os->phdrs;
252b5132
RH
6906 pl != NULL;
6907 pl = pl->next)
6908 if (! pl->used && strcmp (pl->name, "NONE") != 0)
6909 einfo (_("%X%P: section `%s' assigned to non-existent phdr `%s'\n"),
afd7a018 6910 os->name, pl->name);
252b5132
RH
6911 }
6912}
6913
6914/* Record a list of sections which may not be cross referenced. */
6915
6916void
6bdafbeb 6917lang_add_nocrossref (lang_nocrossref_type *l)
252b5132
RH
6918{
6919 struct lang_nocrossrefs *n;
6920
1e9cc1c2 6921 n = (struct lang_nocrossrefs *) xmalloc (sizeof *n);
252b5132
RH
6922 n->next = nocrossref_list;
6923 n->list = l;
6924 nocrossref_list = n;
6925
6926 /* Set notice_all so that we get informed about all symbols. */
b34976b6 6927 link_info.notice_all = TRUE;
252b5132
RH
6928}
6929\f
6930/* Overlay handling. We handle overlays with some static variables. */
6931
6932/* The overlay virtual address. */
6933static etree_type *overlay_vma;
7e7d5768
AM
6934/* And subsection alignment. */
6935static etree_type *overlay_subalign;
252b5132 6936
252b5132
RH
6937/* An expression for the maximum section size seen so far. */
6938static etree_type *overlay_max;
6939
6940/* A list of all the sections in this overlay. */
6941
89cdebba 6942struct overlay_list {
252b5132
RH
6943 struct overlay_list *next;
6944 lang_output_section_statement_type *os;
6945};
6946
6947static struct overlay_list *overlay_list;
6948
6949/* Start handling an overlay. */
6950
6951void
7e7d5768 6952lang_enter_overlay (etree_type *vma_expr, etree_type *subalign)
252b5132
RH
6953{
6954 /* The grammar should prevent nested overlays from occurring. */
7e7d5768
AM
6955 ASSERT (overlay_vma == NULL
6956 && overlay_subalign == NULL
6957 && overlay_max == NULL);
252b5132
RH
6958
6959 overlay_vma = vma_expr;
7e7d5768 6960 overlay_subalign = subalign;
252b5132
RH
6961}
6962
6963/* Start a section in an overlay. We handle this by calling
9f88b410
RS
6964 lang_enter_output_section_statement with the correct VMA.
6965 lang_leave_overlay sets up the LMA and memory regions. */
252b5132
RH
6966
6967void
1579bae1 6968lang_enter_overlay_section (const char *name)
252b5132
RH
6969{
6970 struct overlay_list *n;
6971 etree_type *size;
6972
152d792f 6973 lang_enter_output_section_statement (name, overlay_vma, overlay_section,
0841712e 6974 0, overlay_subalign, 0, 0);
252b5132 6975
9f88b410 6976 /* If this is the first section, then base the VMA of future
252b5132
RH
6977 sections on this one. This will work correctly even if `.' is
6978 used in the addresses. */
6979 if (overlay_list == NULL)
9f88b410 6980 overlay_vma = exp_nameop (ADDR, name);
252b5132
RH
6981
6982 /* Remember the section. */
1e9cc1c2 6983 n = (struct overlay_list *) xmalloc (sizeof *n);
252b5132
RH
6984 n->os = current_section;
6985 n->next = overlay_list;
6986 overlay_list = n;
6987
6988 size = exp_nameop (SIZEOF, name);
6989
252b5132
RH
6990 /* Arrange to work out the maximum section end address. */
6991 if (overlay_max == NULL)
6992 overlay_max = size;
6993 else
6994 overlay_max = exp_binop (MAX_K, overlay_max, size);
6995}
6996
6997/* Finish a section in an overlay. There isn't any special to do
6998 here. */
6999
7000void
1579bae1 7001lang_leave_overlay_section (fill_type *fill,
6bdafbeb 7002 lang_output_section_phdr_list *phdrs)
252b5132
RH
7003{
7004 const char *name;
7005 char *clean, *s2;
7006 const char *s1;
7007 char *buf;
7008
7009 name = current_section->name;
7010
a747ee4d
NC
7011 /* For now, assume that DEFAULT_MEMORY_REGION is the run-time memory
7012 region and that no load-time region has been specified. It doesn't
7013 really matter what we say here, since lang_leave_overlay will
7014 override it. */
7015 lang_leave_output_section_statement (fill, DEFAULT_MEMORY_REGION, phdrs, 0);
252b5132
RH
7016
7017 /* Define the magic symbols. */
7018
1e9cc1c2 7019 clean = (char *) xmalloc (strlen (name) + 1);
252b5132
RH
7020 s2 = clean;
7021 for (s1 = name; *s1 != '\0'; s1++)
3882b010 7022 if (ISALNUM (*s1) || *s1 == '_')
252b5132
RH
7023 *s2++ = *s1;
7024 *s2 = '\0';
7025
1e9cc1c2 7026 buf = (char *) xmalloc (strlen (clean) + sizeof "__load_start_");
252b5132 7027 sprintf (buf, "__load_start_%s", clean);
34711ca3
AM
7028 lang_add_assignment (exp_provide (buf,
7029 exp_nameop (LOADADDR, name),
7030 FALSE));
252b5132 7031
1e9cc1c2 7032 buf = (char *) xmalloc (strlen (clean) + sizeof "__load_stop_");
252b5132 7033 sprintf (buf, "__load_stop_%s", clean);
34711ca3
AM
7034 lang_add_assignment (exp_provide (buf,
7035 exp_binop ('+',
7036 exp_nameop (LOADADDR, name),
7037 exp_nameop (SIZEOF, name)),
7038 FALSE));
252b5132
RH
7039
7040 free (clean);
7041}
7042
7043/* Finish an overlay. If there are any overlay wide settings, this
7044 looks through all the sections in the overlay and sets them. */
7045
7046void
1579bae1
AM
7047lang_leave_overlay (etree_type *lma_expr,
7048 int nocrossrefs,
7049 fill_type *fill,
7050 const char *memspec,
6bdafbeb 7051 lang_output_section_phdr_list *phdrs,
1579bae1 7052 const char *lma_memspec)
252b5132
RH
7053{
7054 lang_memory_region_type *region;
562d3460 7055 lang_memory_region_type *lma_region;
252b5132 7056 struct overlay_list *l;
6bdafbeb 7057 lang_nocrossref_type *nocrossref;
252b5132 7058
ee3cc2e2
RS
7059 lang_get_regions (&region, &lma_region,
7060 memspec, lma_memspec,
6bdafbeb 7061 lma_expr != NULL, FALSE);
562d3460 7062
252b5132
RH
7063 nocrossref = NULL;
7064
9f88b410
RS
7065 /* After setting the size of the last section, set '.' to end of the
7066 overlay region. */
7067 if (overlay_list != NULL)
7068 overlay_list->os->update_dot_tree
7069 = exp_assop ('=', ".", exp_binop ('+', overlay_vma, overlay_max));
7070
252b5132
RH
7071 l = overlay_list;
7072 while (l != NULL)
7073 {
7074 struct overlay_list *next;
7075
1579bae1 7076 if (fill != NULL && l->os->fill == NULL)
252b5132 7077 l->os->fill = fill;
1545243b 7078
9f88b410
RS
7079 l->os->region = region;
7080 l->os->lma_region = lma_region;
7081
7082 /* The first section has the load address specified in the
7083 OVERLAY statement. The rest are worked out from that.
7084 The base address is not needed (and should be null) if
7085 an LMA region was specified. */
7086 if (l->next == 0)
152d792f
AM
7087 {
7088 l->os->load_base = lma_expr;
7089 l->os->sectype = normal_section;
7090 }
252b5132
RH
7091 if (phdrs != NULL && l->os->phdrs == NULL)
7092 l->os->phdrs = phdrs;
7093
9f88b410 7094 if (nocrossrefs)
252b5132 7095 {
6bdafbeb 7096 lang_nocrossref_type *nc;
252b5132 7097
1e9cc1c2 7098 nc = (lang_nocrossref_type *) xmalloc (sizeof *nc);
252b5132
RH
7099 nc->name = l->os->name;
7100 nc->next = nocrossref;
7101 nocrossref = nc;
7102 }
7103
7104 next = l->next;
7105 free (l);
7106 l = next;
7107 }
7108
7109 if (nocrossref != NULL)
7110 lang_add_nocrossref (nocrossref);
7111
252b5132 7112 overlay_vma = NULL;
252b5132
RH
7113 overlay_list = NULL;
7114 overlay_max = NULL;
7115}
7116\f
7117/* Version handling. This is only useful for ELF. */
7118
7119/* This global variable holds the version tree that we build. */
7120
7121struct bfd_elf_version_tree *lang_elf_version_info;
7122
108ba305
JJ
7123/* If PREV is NULL, return first version pattern matching particular symbol.
7124 If PREV is non-NULL, return first version pattern matching particular
7125 symbol after PREV (previously returned by lang_vers_match). */
252b5132 7126
108ba305
JJ
7127static struct bfd_elf_version_expr *
7128lang_vers_match (struct bfd_elf_version_expr_head *head,
7129 struct bfd_elf_version_expr *prev,
7130 const char *sym)
252b5132 7131{
108ba305
JJ
7132 const char *cxx_sym = sym;
7133 const char *java_sym = sym;
7134 struct bfd_elf_version_expr *expr = NULL;
252b5132 7135
108ba305 7136 if (head->mask & BFD_ELF_VERSION_CXX_TYPE)
252b5132 7137 {
2f97444a 7138 cxx_sym = cplus_demangle (sym, DMGL_PARAMS | DMGL_ANSI);
108ba305
JJ
7139 if (!cxx_sym)
7140 cxx_sym = sym;
252b5132 7141 }
df816215 7142 if (head->mask & BFD_ELF_VERSION_JAVA_TYPE)
252b5132 7143 {
108ba305
JJ
7144 java_sym = cplus_demangle (sym, DMGL_JAVA);
7145 if (!java_sym)
7146 java_sym = sym;
252b5132
RH
7147 }
7148
ae5a3597 7149 if (head->htab && (prev == NULL || prev->literal))
252b5132 7150 {
108ba305
JJ
7151 struct bfd_elf_version_expr e;
7152
7153 switch (prev ? prev->mask : 0)
7154 {
967928e9
AM
7155 case 0:
7156 if (head->mask & BFD_ELF_VERSION_C_TYPE)
7157 {
ae5a3597 7158 e.pattern = sym;
1e9cc1c2
NC
7159 expr = (struct bfd_elf_version_expr *)
7160 htab_find ((htab_t) head->htab, &e);
ae5a3597 7161 while (expr && strcmp (expr->pattern, sym) == 0)
967928e9
AM
7162 if (expr->mask == BFD_ELF_VERSION_C_TYPE)
7163 goto out_ret;
7164 else
7165 expr = expr->next;
7166 }
7167 /* Fallthrough */
7168 case BFD_ELF_VERSION_C_TYPE:
7169 if (head->mask & BFD_ELF_VERSION_CXX_TYPE)
7170 {
ae5a3597 7171 e.pattern = cxx_sym;
1e9cc1c2
NC
7172 expr = (struct bfd_elf_version_expr *)
7173 htab_find ((htab_t) head->htab, &e);
ae5a3597 7174 while (expr && strcmp (expr->pattern, cxx_sym) == 0)
967928e9
AM
7175 if (expr->mask == BFD_ELF_VERSION_CXX_TYPE)
7176 goto out_ret;
7177 else
7178 expr = expr->next;
7179 }
7180 /* Fallthrough */
7181 case BFD_ELF_VERSION_CXX_TYPE:
7182 if (head->mask & BFD_ELF_VERSION_JAVA_TYPE)
7183 {
ae5a3597 7184 e.pattern = java_sym;
1e9cc1c2
NC
7185 expr = (struct bfd_elf_version_expr *)
7186 htab_find ((htab_t) head->htab, &e);
ae5a3597 7187 while (expr && strcmp (expr->pattern, java_sym) == 0)
967928e9
AM
7188 if (expr->mask == BFD_ELF_VERSION_JAVA_TYPE)
7189 goto out_ret;
7190 else
7191 expr = expr->next;
7192 }
7193 /* Fallthrough */
7194 default:
7195 break;
108ba305 7196 }
252b5132 7197 }
108ba305
JJ
7198
7199 /* Finally, try the wildcards. */
ae5a3597 7200 if (prev == NULL || prev->literal)
108ba305 7201 expr = head->remaining;
252b5132 7202 else
108ba305 7203 expr = prev->next;
86043bbb 7204 for (; expr; expr = expr->next)
252b5132 7205 {
108ba305
JJ
7206 const char *s;
7207
86043bbb
MM
7208 if (!expr->pattern)
7209 continue;
7210
108ba305
JJ
7211 if (expr->pattern[0] == '*' && expr->pattern[1] == '\0')
7212 break;
7213
7214 if (expr->mask == BFD_ELF_VERSION_JAVA_TYPE)
7215 s = java_sym;
7216 else if (expr->mask == BFD_ELF_VERSION_CXX_TYPE)
7217 s = cxx_sym;
7218 else
7219 s = sym;
5e35cbc2 7220 if (fnmatch (expr->pattern, s, 0) == 0)
108ba305 7221 break;
252b5132
RH
7222 }
7223
967928e9 7224 out_ret:
108ba305
JJ
7225 if (cxx_sym != sym)
7226 free ((char *) cxx_sym);
7227 if (java_sym != sym)
7228 free ((char *) java_sym);
7229 return expr;
252b5132
RH
7230}
7231
5e35cbc2 7232/* Return NULL if the PATTERN argument is a glob pattern, otherwise,
ae5a3597 7233 return a pointer to the symbol name with any backslash quotes removed. */
5e35cbc2
L
7234
7235static const char *
7236realsymbol (const char *pattern)
7237{
7238 const char *p;
7239 bfd_boolean changed = FALSE, backslash = FALSE;
1e9cc1c2 7240 char *s, *symbol = (char *) xmalloc (strlen (pattern) + 1);
5e35cbc2
L
7241
7242 for (p = pattern, s = symbol; *p != '\0'; ++p)
7243 {
7244 /* It is a glob pattern only if there is no preceding
7245 backslash. */
5e35cbc2
L
7246 if (backslash)
7247 {
7248 /* Remove the preceding backslash. */
7249 *(s - 1) = *p;
ae5a3597 7250 backslash = FALSE;
5e35cbc2
L
7251 changed = TRUE;
7252 }
7253 else
ae5a3597
AM
7254 {
7255 if (*p == '?' || *p == '*' || *p == '[')
7256 {
7257 free (symbol);
7258 return NULL;
7259 }
5e35cbc2 7260
ae5a3597
AM
7261 *s++ = *p;
7262 backslash = *p == '\\';
7263 }
5e35cbc2
L
7264 }
7265
7266 if (changed)
7267 {
7268 *s = '\0';
7269 return symbol;
7270 }
7271 else
7272 {
7273 free (symbol);
7274 return pattern;
7275 }
7276}
7277
d3ce72d0 7278/* This is called for each variable name or match expression. NEW_NAME is
86043bbb
MM
7279 the name of the symbol to match, or, if LITERAL_P is FALSE, a glob
7280 pattern to be matched against symbol names. */
252b5132
RH
7281
7282struct bfd_elf_version_expr *
1579bae1 7283lang_new_vers_pattern (struct bfd_elf_version_expr *orig,
d3ce72d0 7284 const char *new_name,
86043bbb
MM
7285 const char *lang,
7286 bfd_boolean literal_p)
252b5132
RH
7287{
7288 struct bfd_elf_version_expr *ret;
7289
d3ce72d0 7290 ret = (struct bfd_elf_version_expr *) xmalloc (sizeof *ret);
252b5132 7291 ret->next = orig;
31941635
L
7292 ret->symver = 0;
7293 ret->script = 0;
ae5a3597 7294 ret->literal = TRUE;
d3ce72d0 7295 ret->pattern = literal_p ? new_name : realsymbol (new_name);
ae5a3597
AM
7296 if (ret->pattern == NULL)
7297 {
d3ce72d0 7298 ret->pattern = new_name;
ae5a3597
AM
7299 ret->literal = FALSE;
7300 }
252b5132
RH
7301
7302 if (lang == NULL || strcasecmp (lang, "C") == 0)
108ba305 7303 ret->mask = BFD_ELF_VERSION_C_TYPE;
252b5132 7304 else if (strcasecmp (lang, "C++") == 0)
108ba305 7305 ret->mask = BFD_ELF_VERSION_CXX_TYPE;
252b5132 7306 else if (strcasecmp (lang, "Java") == 0)
108ba305 7307 ret->mask = BFD_ELF_VERSION_JAVA_TYPE;
252b5132
RH
7308 else
7309 {
7310 einfo (_("%X%P: unknown language `%s' in version information\n"),
7311 lang);
108ba305 7312 ret->mask = BFD_ELF_VERSION_C_TYPE;
252b5132
RH
7313 }
7314
fac1652d 7315 return ldemul_new_vers_pattern (ret);
252b5132
RH
7316}
7317
7318/* This is called for each set of variable names and match
7319 expressions. */
7320
7321struct bfd_elf_version_tree *
1579bae1
AM
7322lang_new_vers_node (struct bfd_elf_version_expr *globals,
7323 struct bfd_elf_version_expr *locals)
252b5132
RH
7324{
7325 struct bfd_elf_version_tree *ret;
7326
1e9cc1c2 7327 ret = (struct bfd_elf_version_tree *) xcalloc (1, sizeof *ret);
108ba305
JJ
7328 ret->globals.list = globals;
7329 ret->locals.list = locals;
7330 ret->match = lang_vers_match;
252b5132 7331 ret->name_indx = (unsigned int) -1;
252b5132
RH
7332 return ret;
7333}
7334
7335/* This static variable keeps track of version indices. */
7336
7337static int version_index;
7338
108ba305
JJ
7339static hashval_t
7340version_expr_head_hash (const void *p)
7341{
1e9cc1c2
NC
7342 const struct bfd_elf_version_expr *e =
7343 (const struct bfd_elf_version_expr *) p;
108ba305 7344
ae5a3597 7345 return htab_hash_string (e->pattern);
108ba305
JJ
7346}
7347
7348static int
7349version_expr_head_eq (const void *p1, const void *p2)
7350{
1e9cc1c2
NC
7351 const struct bfd_elf_version_expr *e1 =
7352 (const struct bfd_elf_version_expr *) p1;
7353 const struct bfd_elf_version_expr *e2 =
7354 (const struct bfd_elf_version_expr *) p2;
108ba305 7355
ae5a3597 7356 return strcmp (e1->pattern, e2->pattern) == 0;
108ba305
JJ
7357}
7358
7359static void
7360lang_finalize_version_expr_head (struct bfd_elf_version_expr_head *head)
7361{
7362 size_t count = 0;
7363 struct bfd_elf_version_expr *e, *next;
7364 struct bfd_elf_version_expr **list_loc, **remaining_loc;
7365
7366 for (e = head->list; e; e = e->next)
7367 {
ae5a3597 7368 if (e->literal)
108ba305
JJ
7369 count++;
7370 head->mask |= e->mask;
7371 }
7372
7373 if (count)
7374 {
7375 head->htab = htab_create (count * 2, version_expr_head_hash,
7376 version_expr_head_eq, NULL);
7377 list_loc = &head->list;
7378 remaining_loc = &head->remaining;
7379 for (e = head->list; e; e = next)
7380 {
7381 next = e->next;
ae5a3597 7382 if (!e->literal)
108ba305
JJ
7383 {
7384 *remaining_loc = e;
7385 remaining_loc = &e->next;
7386 }
7387 else
7388 {
1e9cc1c2 7389 void **loc = htab_find_slot ((htab_t) head->htab, e, INSERT);
108ba305
JJ
7390
7391 if (*loc)
7392 {
7393 struct bfd_elf_version_expr *e1, *last;
7394
1e9cc1c2 7395 e1 = (struct bfd_elf_version_expr *) *loc;
108ba305
JJ
7396 last = NULL;
7397 do
7398 {
7399 if (e1->mask == e->mask)
7400 {
7401 last = NULL;
7402 break;
7403 }
7404 last = e1;
7405 e1 = e1->next;
7406 }
ae5a3597 7407 while (e1 && strcmp (e1->pattern, e->pattern) == 0);
108ba305
JJ
7408
7409 if (last == NULL)
7410 {
7411 /* This is a duplicate. */
7412 /* FIXME: Memory leak. Sometimes pattern is not
7413 xmalloced alone, but in larger chunk of memory. */
ae5a3597 7414 /* free (e->pattern); */
108ba305
JJ
7415 free (e);
7416 }
7417 else
7418 {
7419 e->next = last->next;
7420 last->next = e;
7421 }
7422 }
7423 else
7424 {
7425 *loc = e;
7426 *list_loc = e;
7427 list_loc = &e->next;
7428 }
7429 }
7430 }
7431 *remaining_loc = NULL;
7432 *list_loc = head->remaining;
7433 }
7434 else
7435 head->remaining = head->list;
7436}
7437
252b5132
RH
7438/* This is called when we know the name and dependencies of the
7439 version. */
7440
7441void
1579bae1
AM
7442lang_register_vers_node (const char *name,
7443 struct bfd_elf_version_tree *version,
7444 struct bfd_elf_version_deps *deps)
252b5132
RH
7445{
7446 struct bfd_elf_version_tree *t, **pp;
7447 struct bfd_elf_version_expr *e1;
7448
6b9b879a
JJ
7449 if (name == NULL)
7450 name = "";
7451
7452 if ((name[0] == '\0' && lang_elf_version_info != NULL)
7453 || (lang_elf_version_info && lang_elf_version_info->name[0] == '\0'))
7454 {
6feb9908
AM
7455 einfo (_("%X%P: anonymous version tag cannot be combined"
7456 " with other version tags\n"));
5ed6aba4 7457 free (version);
6b9b879a
JJ
7458 return;
7459 }
7460
252b5132
RH
7461 /* Make sure this node has a unique name. */
7462 for (t = lang_elf_version_info; t != NULL; t = t->next)
7463 if (strcmp (t->name, name) == 0)
7464 einfo (_("%X%P: duplicate version tag `%s'\n"), name);
7465
108ba305
JJ
7466 lang_finalize_version_expr_head (&version->globals);
7467 lang_finalize_version_expr_head (&version->locals);
7468
252b5132
RH
7469 /* Check the global and local match names, and make sure there
7470 aren't any duplicates. */
7471
108ba305 7472 for (e1 = version->globals.list; e1 != NULL; e1 = e1->next)
252b5132
RH
7473 {
7474 for (t = lang_elf_version_info; t != NULL; t = t->next)
7475 {
7476 struct bfd_elf_version_expr *e2;
7477
ae5a3597 7478 if (t->locals.htab && e1->literal)
108ba305 7479 {
1e9cc1c2
NC
7480 e2 = (struct bfd_elf_version_expr *)
7481 htab_find ((htab_t) t->locals.htab, e1);
ae5a3597 7482 while (e2 && strcmp (e1->pattern, e2->pattern) == 0)
108ba305
JJ
7483 {
7484 if (e1->mask == e2->mask)
6feb9908 7485 einfo (_("%X%P: duplicate expression `%s'"
ae5a3597 7486 " in version information\n"), e1->pattern);
108ba305
JJ
7487 e2 = e2->next;
7488 }
7489 }
ae5a3597 7490 else if (!e1->literal)
108ba305 7491 for (e2 = t->locals.remaining; e2 != NULL; e2 = e2->next)
6feb9908
AM
7492 if (strcmp (e1->pattern, e2->pattern) == 0
7493 && e1->mask == e2->mask)
7494 einfo (_("%X%P: duplicate expression `%s'"
7495 " in version information\n"), e1->pattern);
252b5132
RH
7496 }
7497 }
7498
108ba305 7499 for (e1 = version->locals.list; e1 != NULL; e1 = e1->next)
252b5132
RH
7500 {
7501 for (t = lang_elf_version_info; t != NULL; t = t->next)
7502 {
7503 struct bfd_elf_version_expr *e2;
7504
ae5a3597 7505 if (t->globals.htab && e1->literal)
108ba305 7506 {
1e9cc1c2
NC
7507 e2 = (struct bfd_elf_version_expr *)
7508 htab_find ((htab_t) t->globals.htab, e1);
ae5a3597 7509 while (e2 && strcmp (e1->pattern, e2->pattern) == 0)
108ba305
JJ
7510 {
7511 if (e1->mask == e2->mask)
6feb9908
AM
7512 einfo (_("%X%P: duplicate expression `%s'"
7513 " in version information\n"),
ae5a3597 7514 e1->pattern);
108ba305
JJ
7515 e2 = e2->next;
7516 }
7517 }
ae5a3597 7518 else if (!e1->literal)
108ba305 7519 for (e2 = t->globals.remaining; e2 != NULL; e2 = e2->next)
6feb9908
AM
7520 if (strcmp (e1->pattern, e2->pattern) == 0
7521 && e1->mask == e2->mask)
7522 einfo (_("%X%P: duplicate expression `%s'"
7523 " in version information\n"), e1->pattern);
252b5132
RH
7524 }
7525 }
7526
7527 version->deps = deps;
7528 version->name = name;
6b9b879a
JJ
7529 if (name[0] != '\0')
7530 {
7531 ++version_index;
7532 version->vernum = version_index;
7533 }
7534 else
7535 version->vernum = 0;
252b5132
RH
7536
7537 for (pp = &lang_elf_version_info; *pp != NULL; pp = &(*pp)->next)
7538 ;
7539 *pp = version;
7540}
7541
7542/* This is called when we see a version dependency. */
7543
7544struct bfd_elf_version_deps *
1579bae1 7545lang_add_vers_depend (struct bfd_elf_version_deps *list, const char *name)
252b5132
RH
7546{
7547 struct bfd_elf_version_deps *ret;
7548 struct bfd_elf_version_tree *t;
7549
1e9cc1c2 7550 ret = (struct bfd_elf_version_deps *) xmalloc (sizeof *ret);
252b5132
RH
7551 ret->next = list;
7552
7553 for (t = lang_elf_version_info; t != NULL; t = t->next)
7554 {
7555 if (strcmp (t->name, name) == 0)
7556 {
7557 ret->version_needed = t;
7558 return ret;
7559 }
7560 }
7561
7562 einfo (_("%X%P: unable to find version dependency `%s'\n"), name);
7563
7564 return ret;
7565}
7566
7567static void
1579bae1 7568lang_do_version_exports_section (void)
252b5132
RH
7569{
7570 struct bfd_elf_version_expr *greg = NULL, *lreg;
7571
7572 LANG_FOR_EACH_INPUT_STATEMENT (is)
7573 {
7574 asection *sec = bfd_get_section_by_name (is->the_bfd, ".exports");
7575 char *contents, *p;
7576 bfd_size_type len;
7577
7578 if (sec == NULL)
b7a26f91 7579 continue;
252b5132 7580
eea6121a 7581 len = sec->size;
1e9cc1c2 7582 contents = (char *) xmalloc (len);
252b5132 7583 if (!bfd_get_section_contents (is->the_bfd, sec, contents, 0, len))
6f9efd97 7584 einfo (_("%X%P: unable to read .exports section contents\n"), sec);
252b5132
RH
7585
7586 p = contents;
89cdebba 7587 while (p < contents + len)
252b5132 7588 {
86043bbb 7589 greg = lang_new_vers_pattern (greg, p, NULL, FALSE);
252b5132
RH
7590 p = strchr (p, '\0') + 1;
7591 }
7592
7593 /* Do not free the contents, as we used them creating the regex. */
7594
7595 /* Do not include this section in the link. */
a14a5de3 7596 sec->flags |= SEC_EXCLUDE | SEC_KEEP;
252b5132
RH
7597 }
7598
86043bbb 7599 lreg = lang_new_vers_pattern (NULL, "*", NULL, FALSE);
252b5132
RH
7600 lang_register_vers_node (command_line.version_exports_section,
7601 lang_new_vers_node (greg, lreg), NULL);
7602}
577a0623
AM
7603
7604void
1579bae1 7605lang_add_unique (const char *name)
577a0623
AM
7606{
7607 struct unique_sections *ent;
7608
7609 for (ent = unique_section_list; ent; ent = ent->next)
7610 if (strcmp (ent->name, name) == 0)
7611 return;
7612
1e9cc1c2 7613 ent = (struct unique_sections *) xmalloc (sizeof *ent);
577a0623
AM
7614 ent->name = xstrdup (name);
7615 ent->next = unique_section_list;
7616 unique_section_list = ent;
7617}
55255dae
L
7618
7619/* Append the list of dynamic symbols to the existing one. */
7620
7621void
7622lang_append_dynamic_list (struct bfd_elf_version_expr *dynamic)
7623{
40b36307 7624 if (link_info.dynamic_list)
55255dae 7625 {
07806542
JJ
7626 struct bfd_elf_version_expr *tail;
7627 for (tail = dynamic; tail->next != NULL; tail = tail->next)
7628 ;
40b36307
L
7629 tail->next = link_info.dynamic_list->head.list;
7630 link_info.dynamic_list->head.list = dynamic;
55255dae
L
7631 }
7632 else
7633 {
7634 struct bfd_elf_dynamic_list *d;
7635
1e9cc1c2 7636 d = (struct bfd_elf_dynamic_list *) xcalloc (1, sizeof *d);
55255dae
L
7637 d->head.list = dynamic;
7638 d->match = lang_vers_match;
40b36307 7639 link_info.dynamic_list = d;
55255dae
L
7640 }
7641}
7642
7643/* Append the list of C++ typeinfo dynamic symbols to the existing
7644 one. */
7645
7646void
7647lang_append_dynamic_list_cpp_typeinfo (void)
7648{
7649 const char * symbols [] =
7650 {
7651 "typeinfo name for*",
7652 "typeinfo for*"
7653 };
7654 struct bfd_elf_version_expr *dynamic = NULL;
7655 unsigned int i;
7656
7657 for (i = 0; i < ARRAY_SIZE (symbols); i++)
7658 dynamic = lang_new_vers_pattern (dynamic, symbols [i], "C++",
7659 FALSE);
7660
7661 lang_append_dynamic_list (dynamic);
7662}
40b36307
L
7663
7664/* Append the list of C++ operator new and delete dynamic symbols to the
7665 existing one. */
7666
7667void
7668lang_append_dynamic_list_cpp_new (void)
7669{
7670 const char * symbols [] =
7671 {
7672 "operator new*",
7673 "operator delete*"
7674 };
7675 struct bfd_elf_version_expr *dynamic = NULL;
7676 unsigned int i;
7677
7678 for (i = 0; i < ARRAY_SIZE (symbols); i++)
7679 dynamic = lang_new_vers_pattern (dynamic, symbols [i], "C++",
7680 FALSE);
7681
7682 lang_append_dynamic_list (dynamic);
7683}
This page took 1.540365 seconds and 4 git commands to generate.