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