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