1 /* Linker command language support.
2 Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
3 Free Software Foundation, Inc.
5 This file is part of GLD, the Gnu Linker.
7 GLD is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
12 GLD is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GLD; see the file COPYING. If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
24 #include "libiberty.h"
44 static lang_statement_union_type
*new_statement
PARAMS ((enum statement_enum
,
46 lang_statement_list_type
*));
49 static struct obstack stat_obstack
;
51 #define obstack_chunk_alloc xmalloc
52 #define obstack_chunk_free free
53 static const char *startup_file
;
54 static lang_statement_list_type input_file_chain
;
55 static boolean placed_commons
= false;
56 static lang_output_section_statement_type
*default_common_section
;
57 static boolean map_option_f
;
58 static bfd_vma print_dot
;
59 static lang_input_statement_type
*first_file
;
60 static const char *current_target
;
61 static const char *output_target
;
62 static lang_statement_list_type statement_list
;
63 static struct lang_phdr
*lang_phdr_list
;
65 static void lang_for_each_statement_worker
66 PARAMS ((void (*) (lang_statement_union_type
*),
67 lang_statement_union_type
*));
68 static lang_input_statement_type
*new_afile
69 PARAMS ((const char *, lang_input_file_enum_type
, const char *, boolean
));
70 static lang_memory_region_type
*lang_memory_default
PARAMS ((asection
*));
71 static void lang_map_flags
PARAMS ((flagword
));
72 static void init_os
PARAMS ((lang_output_section_statement_type
*));
73 static void exp_init_os
PARAMS ((etree_type
*));
74 static void section_already_linked
PARAMS ((bfd
*, asection
*, PTR
));
75 static struct bfd_hash_entry
*already_linked_newfunc
76 PARAMS ((struct bfd_hash_entry
*, struct bfd_hash_table
*, const char *));
77 static void already_linked_table_init
PARAMS ((void));
78 static void already_linked_table_free
PARAMS ((void));
79 static boolean wildcardp
PARAMS ((const char *));
80 static lang_statement_union_type
*wild_sort
81 PARAMS ((lang_wild_statement_type
*, lang_input_statement_type
*,
83 static void output_section_callback
84 PARAMS ((lang_wild_statement_type
*, asection
*,
85 lang_input_statement_type
*, PTR
));
86 static lang_input_statement_type
*lookup_name
PARAMS ((const char *));
87 static void load_symbols
88 PARAMS ((lang_input_statement_type
*, lang_statement_list_type
*));
90 PARAMS ((lang_wild_statement_type
*, const char *, const char *,
91 const char *, lang_output_section_statement_type
*));
92 static bfd
*open_output
PARAMS ((const char *));
93 static void ldlang_open_output
PARAMS ((lang_statement_union_type
*));
94 static void open_input_bfds
PARAMS ((lang_statement_union_type
*, boolean
));
95 static void lang_reasonable_defaults
PARAMS ((void));
96 static void lang_place_undefineds
PARAMS ((void));
97 static void map_input_to_output_sections
98 PARAMS ((lang_statement_union_type
*, const char *,
99 lang_output_section_statement_type
*));
100 static void print_output_section_statement
101 PARAMS ((lang_output_section_statement_type
*));
102 static void print_assignment
103 PARAMS ((lang_assignment_statement_type
*,
104 lang_output_section_statement_type
*));
105 static void print_input_statement
PARAMS ((lang_input_statement_type
*));
106 static boolean print_one_symbol
PARAMS ((struct bfd_link_hash_entry
*, PTR
));
107 static void print_input_section
PARAMS ((lang_input_section_type
*));
108 static void print_fill_statement
PARAMS ((lang_fill_statement_type
*));
109 static void print_data_statement
PARAMS ((lang_data_statement_type
*));
110 static void print_address_statement
PARAMS ((lang_address_statement_type
*));
111 static void print_reloc_statement
PARAMS ((lang_reloc_statement_type
*));
112 static void print_padding_statement
PARAMS ((lang_padding_statement_type
*));
113 static void print_wild_statement
114 PARAMS ((lang_wild_statement_type
*, lang_output_section_statement_type
*));
115 static void print_group
116 PARAMS ((lang_group_statement_type
*, lang_output_section_statement_type
*));
117 static void print_statement
118 PARAMS ((lang_statement_union_type
*, lang_output_section_statement_type
*));
119 static void print_statement_list
120 PARAMS ((lang_statement_union_type
*, lang_output_section_statement_type
*));
121 static void print_statements
PARAMS ((void));
122 static bfd_vma insert_pad
123 PARAMS ((lang_statement_union_type
**, fill_type
,
124 unsigned int, asection
*, bfd_vma
));
125 static bfd_vma size_input_section
126 PARAMS ((lang_statement_union_type
**, lang_output_section_statement_type
*,
127 fill_type
, bfd_vma
, boolean
));
128 static void lang_finish
PARAMS ((void));
129 static void ignore_bfd_errors
PARAMS ((const char *, ...));
130 static void lang_check
PARAMS ((void));
131 static void lang_common
PARAMS ((void));
132 static boolean lang_one_common
PARAMS ((struct bfd_link_hash_entry
*, PTR
));
133 static void lang_place_orphans
PARAMS ((void));
134 static int topower
PARAMS ((int));
135 static void lang_set_startof
PARAMS ((void));
136 static void reset_memory_regions
PARAMS ((void));
137 static void gc_section_callback
138 PARAMS ((lang_wild_statement_type
*, asection
*,
139 lang_input_statement_type
*, PTR
));
140 static void lang_record_phdrs
PARAMS ((void));
141 static void lang_gc_wild
142 PARAMS ((lang_wild_statement_type
*, const char *, const char *));
143 static void lang_gc_sections_1
PARAMS ((lang_statement_union_type
*));
144 static void lang_gc_sections
PARAMS ((void));
145 static int lang_vers_match_lang_c
146 PARAMS ((struct bfd_elf_version_expr
*, const char *));
147 static int lang_vers_match_lang_cplusplus
148 PARAMS ((struct bfd_elf_version_expr
*, const char *));
149 static int lang_vers_match_lang_java
150 PARAMS ((struct bfd_elf_version_expr
*, const char *));
151 static void lang_do_version_exports_section
PARAMS ((void));
152 static void lang_check_section_addresses
PARAMS ((void));
153 static void os_region_check
154 PARAMS ((lang_output_section_statement_type
*,
155 struct memory_region_struct
*, etree_type
*, bfd_vma
));
157 typedef void (*callback_t
) PARAMS ((lang_wild_statement_type
*,
158 asection
*, lang_input_statement_type
*,
160 static void walk_wild
161 PARAMS ((lang_wild_statement_type
*, const char *, const char *,
163 static void walk_wild_section
164 PARAMS ((lang_wild_statement_type
*, const char *,
165 lang_input_statement_type
*, callback_t
, PTR
));
166 static void walk_wild_file
167 PARAMS ((lang_wild_statement_type
*, const char *,
168 lang_input_statement_type
*, callback_t
, PTR
));
170 static int get_target
PARAMS ((const bfd_target
*, PTR
));
171 static void stricpy
PARAMS ((char *, char *));
172 static void strcut
PARAMS ((char *, char *));
173 static int name_compare
PARAMS ((char *, char *));
174 static int closest_target_match
PARAMS ((const bfd_target
*, PTR
));
175 static char * get_first_input_target
PARAMS ((void));
178 lang_output_section_statement_type
*abs_output_section
;
179 lang_statement_list_type lang_output_section_statement
;
180 lang_statement_list_type
*stat_ptr
= &statement_list
;
181 lang_statement_list_type file_chain
= { NULL
, NULL
};
182 const char *entry_symbol
= NULL
;
183 boolean entry_from_cmdline
;
184 boolean lang_has_input_file
= false;
185 boolean had_output_filename
= false;
186 boolean lang_float_flag
= false;
187 boolean delete_output_file_on_failure
= false;
188 struct lang_nocrossrefs
*nocrossref_list
;
190 etree_type
*base
; /* Relocation base - or null */
192 #if defined(__STDC__) || defined(ALMOST_STDC)
193 #define cat(a,b) a##b
195 #define cat(a,b) a/**/b
198 /* Don't beautify the line below with "innocent" whitespace, it breaks the K&R C preprocessor! */
199 #define new_stat(x, y) (cat (x,_type)*) new_statement (cat (x,_enum), sizeof (cat (x,_type)), y)
201 #define outside_section_address(q) ((q)->output_offset + (q)->output_section->vma)
203 #define outside_symbol_address(q) ((q)->value + outside_section_address (q->section))
205 #define SECTION_NAME_MAP_LENGTH (16)
211 return obstack_alloc (&stat_obstack
, size
);
214 /* Generic traversal routines for finding matching sections. */
217 walk_wild_section (ptr
, section
, file
, callback
, data
)
218 lang_wild_statement_type
*ptr
;
220 lang_input_statement_type
*file
;
224 /* Don't process sections from files which were excluded. */
225 if (ptr
->exclude_filename_list
!= NULL
)
227 struct name_list
*list_tmp
;
228 for (list_tmp
= ptr
->exclude_filename_list
; list_tmp
; list_tmp
= list_tmp
->next
)
232 if (wildcardp (list_tmp
->name
))
233 match
= fnmatch (list_tmp
->name
, file
->filename
, 0) == 0 ? true : false;
235 match
= strcmp (list_tmp
->name
, file
->filename
) == 0 ? true : false;
242 if (file
->just_syms_flag
== false)
244 register asection
*s
;
250 wildcard
= wildcardp (section
);
252 for (s
= file
->the_bfd
->sections
; s
!= NULL
; s
= s
->next
)
262 name
= bfd_get_section_name (file
->the_bfd
, s
);
264 match
= fnmatch (section
, name
, 0) == 0 ? true : false;
266 match
= strcmp (section
, name
) == 0 ? true : false;
270 (*callback
) (ptr
, s
, file
, data
);
275 /* Handle a wild statement for a single file F. */
278 walk_wild_file (s
, section
, f
, callback
, data
)
279 lang_wild_statement_type
*s
;
281 lang_input_statement_type
*f
;
285 if (f
->the_bfd
== NULL
286 || ! bfd_check_format (f
->the_bfd
, bfd_archive
))
287 walk_wild_section (s
, section
, f
, callback
, data
);
292 /* This is an archive file. We must map each member of the
293 archive separately. */
294 member
= bfd_openr_next_archived_file (f
->the_bfd
, (bfd
*) NULL
);
295 while (member
!= NULL
)
297 /* When lookup_name is called, it will call the add_symbols
298 entry point for the archive. For each element of the
299 archive which is included, BFD will call ldlang_add_file,
300 which will set the usrdata field of the member to the
301 lang_input_statement. */
302 if (member
->usrdata
!= NULL
)
304 walk_wild_section (s
, section
,
305 (lang_input_statement_type
*) member
->usrdata
,
309 member
= bfd_openr_next_archived_file (f
->the_bfd
, member
);
315 walk_wild (s
, section
, file
, callback
, data
)
316 lang_wild_statement_type
*s
;
322 if (file
== (char *) NULL
)
324 /* Perform the iteration over all files in the list. */
325 LANG_FOR_EACH_INPUT_STATEMENT (f
)
327 walk_wild_file (s
, section
, f
, callback
, data
);
330 else if (wildcardp (file
))
332 LANG_FOR_EACH_INPUT_STATEMENT (f
)
334 if (fnmatch (file
, f
->filename
, FNM_FILE_NAME
) == 0)
335 walk_wild_file (s
, section
, f
, callback
, data
);
340 lang_input_statement_type
*f
;
342 /* Perform the iteration over a single file. */
343 f
= lookup_name (file
);
344 walk_wild_file (s
, section
, f
, callback
, data
);
348 /* lang_for_each_statement walks the parse tree and calls the provided
349 function for each node. */
352 lang_for_each_statement_worker (func
, s
)
353 void (*func
) PARAMS ((lang_statement_union_type
*));
354 lang_statement_union_type
*s
;
356 for (; s
!= (lang_statement_union_type
*) NULL
; s
= s
->next
)
360 switch (s
->header
.type
)
362 case lang_constructors_statement_enum
:
363 lang_for_each_statement_worker (func
, constructor_list
.head
);
365 case lang_output_section_statement_enum
:
366 lang_for_each_statement_worker
368 s
->output_section_statement
.children
.head
);
370 case lang_wild_statement_enum
:
371 lang_for_each_statement_worker
373 s
->wild_statement
.children
.head
);
375 case lang_group_statement_enum
:
376 lang_for_each_statement_worker (func
,
377 s
->group_statement
.children
.head
);
379 case lang_data_statement_enum
:
380 case lang_reloc_statement_enum
:
381 case lang_object_symbols_statement_enum
:
382 case lang_output_statement_enum
:
383 case lang_target_statement_enum
:
384 case lang_input_section_enum
:
385 case lang_input_statement_enum
:
386 case lang_assignment_statement_enum
:
387 case lang_padding_statement_enum
:
388 case lang_address_statement_enum
:
389 case lang_fill_statement_enum
:
399 lang_for_each_statement (func
)
400 void (*func
) PARAMS ((lang_statement_union_type
*));
402 lang_for_each_statement_worker (func
, statement_list
.head
);
405 /*----------------------------------------------------------------------*/
408 lang_list_init (list
)
409 lang_statement_list_type
*list
;
411 list
->head
= (lang_statement_union_type
*) NULL
;
412 list
->tail
= &list
->head
;
415 /* Build a new statement node for the parse tree. */
417 static lang_statement_union_type
*
418 new_statement (type
, size
, list
)
419 enum statement_enum type
;
421 lang_statement_list_type
*list
;
423 lang_statement_union_type
*new = (lang_statement_union_type
*)
426 new->header
.type
= type
;
427 new->header
.next
= (lang_statement_union_type
*) NULL
;
428 lang_statement_append (list
, new, &new->header
.next
);
432 /* Build a new input file node for the language. There are several
433 ways in which we treat an input file, eg, we only look at symbols,
434 or prefix it with a -l etc.
436 We can be supplied with requests for input files more than once;
437 they may, for example be split over serveral lines like foo.o(.text)
438 foo.o(.data) etc, so when asked for a file we check that we havn't
439 got it already so we don't duplicate the bfd. */
441 static lang_input_statement_type
*
442 new_afile (name
, file_type
, target
, add_to_list
)
444 lang_input_file_enum_type file_type
;
448 lang_input_statement_type
*p
;
451 p
= new_stat (lang_input_statement
, stat_ptr
);
454 p
= ((lang_input_statement_type
*)
455 stat_alloc (sizeof (lang_input_statement_type
)));
456 p
->header
.next
= NULL
;
459 lang_has_input_file
= true;
463 case lang_input_file_is_symbols_only_enum
:
465 p
->is_archive
= false;
467 p
->local_sym_name
= name
;
468 p
->just_syms_flag
= true;
469 p
->search_dirs_flag
= false;
471 case lang_input_file_is_fake_enum
:
473 p
->is_archive
= false;
475 p
->local_sym_name
= name
;
476 p
->just_syms_flag
= false;
477 p
->search_dirs_flag
= false;
479 case lang_input_file_is_l_enum
:
480 p
->is_archive
= true;
483 p
->local_sym_name
= concat ("-l", name
, (const char *) NULL
);
484 p
->just_syms_flag
= false;
485 p
->search_dirs_flag
= true;
487 case lang_input_file_is_marker_enum
:
489 p
->is_archive
= false;
491 p
->local_sym_name
= name
;
492 p
->just_syms_flag
= false;
493 p
->search_dirs_flag
= true;
495 case lang_input_file_is_search_file_enum
:
497 p
->is_archive
= false;
499 p
->local_sym_name
= name
;
500 p
->just_syms_flag
= false;
501 p
->search_dirs_flag
= true;
503 case lang_input_file_is_file_enum
:
505 p
->is_archive
= false;
507 p
->local_sym_name
= name
;
508 p
->just_syms_flag
= false;
509 p
->search_dirs_flag
= false;
514 p
->the_bfd
= (bfd
*) NULL
;
515 p
->asymbols
= (asymbol
**) NULL
;
516 p
->next_real_file
= (lang_statement_union_type
*) NULL
;
517 p
->next
= (lang_statement_union_type
*) NULL
;
519 p
->dynamic
= config
.dynamic_link
;
520 p
->whole_archive
= whole_archive
;
522 lang_statement_append (&input_file_chain
,
523 (lang_statement_union_type
*) p
,
528 lang_input_statement_type
*
529 lang_add_input_file (name
, file_type
, target
)
531 lang_input_file_enum_type file_type
;
534 lang_has_input_file
= true;
535 return new_afile (name
, file_type
, target
, true);
538 /* Build enough state so that the parser can build its tree. */
543 obstack_begin (&stat_obstack
, 1000);
545 stat_ptr
= &statement_list
;
547 lang_list_init (stat_ptr
);
549 lang_list_init (&input_file_chain
);
550 lang_list_init (&lang_output_section_statement
);
551 lang_list_init (&file_chain
);
552 first_file
= lang_add_input_file ((char *) NULL
,
553 lang_input_file_is_marker_enum
,
556 lang_output_section_statement_lookup (BFD_ABS_SECTION_NAME
);
558 abs_output_section
->bfd_section
= bfd_abs_section_ptr
;
562 /*----------------------------------------------------------------------
563 A region is an area of memory declared with the
564 MEMORY { name:org=exp, len=exp ... }
567 We maintain a list of all the regions here.
569 If no regions are specified in the script, then the default is used
570 which is created when looked up to be the entire data space. */
572 static lang_memory_region_type
*lang_memory_region_list
;
573 static lang_memory_region_type
**lang_memory_region_list_tail
= &lang_memory_region_list
;
575 lang_memory_region_type
*
576 lang_memory_region_lookup (name
)
577 const char *const name
;
579 lang_memory_region_type
*p
;
581 for (p
= lang_memory_region_list
;
582 p
!= (lang_memory_region_type
*) NULL
;
585 if (strcmp (p
->name
, name
) == 0)
592 /* This code used to always use the first region in the list as the
593 default region. I changed it to instead use a region
594 encompassing all of memory as the default region. This permits
595 NOLOAD sections to work reasonably without requiring a region.
596 People should specify what region they mean, if they really want
598 if (strcmp (name
, "*default*") == 0)
600 if (lang_memory_region_list
!= (lang_memory_region_type
*) NULL
)
602 return lang_memory_region_list
;
608 lang_memory_region_type
*new =
609 (lang_memory_region_type
*) stat_alloc (sizeof (lang_memory_region_type
));
611 new->name
= buystring (name
);
612 new->next
= (lang_memory_region_type
*) NULL
;
614 *lang_memory_region_list_tail
= new;
615 lang_memory_region_list_tail
= &new->next
;
619 new->length
= ~(bfd_size_type
) 0;
621 new->had_full_message
= false;
627 static lang_memory_region_type
*
628 lang_memory_default (section
)
631 lang_memory_region_type
*p
;
633 flagword sec_flags
= section
->flags
;
635 /* Override SEC_DATA to mean a writable section. */
636 if ((sec_flags
& (SEC_ALLOC
| SEC_READONLY
| SEC_CODE
)) == SEC_ALLOC
)
637 sec_flags
|= SEC_DATA
;
639 for (p
= lang_memory_region_list
;
640 p
!= (lang_memory_region_type
*) NULL
;
643 if ((p
->flags
& sec_flags
) != 0
644 && (p
->not_flags
& sec_flags
) == 0)
649 return lang_memory_region_lookup ("*default*");
652 lang_output_section_statement_type
*
653 lang_output_section_find (name
)
654 const char *const name
;
656 lang_statement_union_type
*u
;
657 lang_output_section_statement_type
*lookup
;
659 for (u
= lang_output_section_statement
.head
;
660 u
!= (lang_statement_union_type
*) NULL
;
663 lookup
= &u
->output_section_statement
;
664 if (strcmp (name
, lookup
->name
) == 0)
669 return (lang_output_section_statement_type
*) NULL
;
672 lang_output_section_statement_type
*
673 lang_output_section_statement_lookup (name
)
674 const char *const name
;
676 lang_output_section_statement_type
*lookup
;
678 lookup
= lang_output_section_find (name
);
679 if (lookup
== (lang_output_section_statement_type
*) NULL
)
682 lookup
= (lang_output_section_statement_type
*)
683 new_stat (lang_output_section_statement
, stat_ptr
);
684 lookup
->region
= (lang_memory_region_type
*) NULL
;
685 lookup
->lma_region
= (lang_memory_region_type
*) NULL
;
687 lookup
->block_value
= 1;
690 lookup
->next
= (lang_statement_union_type
*) NULL
;
691 lookup
->bfd_section
= (asection
*) NULL
;
692 lookup
->processed
= false;
693 lookup
->sectype
= normal_section
;
694 lookup
->addr_tree
= (etree_type
*) NULL
;
695 lang_list_init (&lookup
->children
);
697 lookup
->memspec
= (const char *) NULL
;
699 lookup
->subsection_alignment
= -1;
700 lookup
->section_alignment
= -1;
701 lookup
->load_base
= (union etree_union
*) NULL
;
702 lookup
->phdrs
= NULL
;
704 lang_statement_append (&lang_output_section_statement
,
705 (lang_statement_union_type
*) lookup
,
712 lang_map_flags (flag
)
715 if (flag
& SEC_ALLOC
)
721 if (flag
& SEC_READONLY
)
734 lang_memory_region_type
*m
;
736 minfo (_("\nMemory Configuration\n\n"));
737 fprintf (config
.map_file
, "%-16s %-18s %-18s %s\n",
738 _("Name"), _("Origin"), _("Length"), _("Attributes"));
740 for (m
= lang_memory_region_list
;
741 m
!= (lang_memory_region_type
*) NULL
;
747 fprintf (config
.map_file
, "%-16s ", m
->name
);
749 sprintf_vma (buf
, m
->origin
);
750 minfo ("0x%s ", buf
);
758 minfo ("0x%V", m
->length
);
759 if (m
->flags
|| m
->not_flags
)
767 lang_map_flags (m
->flags
);
773 lang_map_flags (m
->not_flags
);
780 fprintf (config
.map_file
, _("\nLinker script and memory map\n\n"));
785 /* Initialize an output section. */
789 lang_output_section_statement_type
*s
;
791 section_userdata_type
*new;
793 if (s
->bfd_section
!= NULL
)
796 if (strcmp (s
->name
, DISCARD_SECTION_NAME
) == 0)
797 einfo (_("%P%F: Illegal use of `%s' section"), DISCARD_SECTION_NAME
);
799 new = ((section_userdata_type
*)
800 stat_alloc (sizeof (section_userdata_type
)));
802 s
->bfd_section
= bfd_get_section_by_name (output_bfd
, s
->name
);
803 if (s
->bfd_section
== (asection
*) NULL
)
804 s
->bfd_section
= bfd_make_section (output_bfd
, s
->name
);
805 if (s
->bfd_section
== (asection
*) NULL
)
807 einfo (_("%P%F: output format %s cannot represent section called %s\n"),
808 output_bfd
->xvec
->name
, s
->name
);
810 s
->bfd_section
->output_section
= s
->bfd_section
;
812 /* We initialize an output sections output offset to minus its own
813 vma to allow us to output a section through itself. */
814 s
->bfd_section
->output_offset
= 0;
815 get_userdata (s
->bfd_section
) = (PTR
) new;
817 /* If there is a base address, make sure that any sections it might
818 mention are initialized. */
819 if (s
->addr_tree
!= NULL
)
820 exp_init_os (s
->addr_tree
);
823 /* Make sure that all output sections mentioned in an expression are
830 switch (exp
->type
.node_class
)
833 exp_init_os (exp
->assign
.src
);
837 exp_init_os (exp
->binary
.lhs
);
838 exp_init_os (exp
->binary
.rhs
);
842 exp_init_os (exp
->trinary
.cond
);
843 exp_init_os (exp
->trinary
.lhs
);
844 exp_init_os (exp
->trinary
.rhs
);
848 exp_init_os (exp
->unary
.child
);
852 switch (exp
->type
.node_code
)
858 lang_output_section_statement_type
*os
;
860 os
= lang_output_section_find (exp
->name
.name
);
861 if (os
!= NULL
&& os
->bfd_section
== NULL
)
872 /* Sections marked with the SEC_LINK_ONCE flag should only be linked
873 once into the output. This routine checks each section, and
874 arrange to discard it if a section of the same name has already
875 been linked. If the section has COMDAT information, then it uses
876 that to decide whether the section should be included. This code
877 assumes that all relevant sections have the SEC_LINK_ONCE flag set;
878 that is, it does not depend solely upon the section name.
879 section_already_linked is called via bfd_map_over_sections. */
881 /* This is the shape of the elements inside the already_linked hash
882 table. It maps a name onto a list of already_linked elements with
883 the same name. It's possible to get more than one element in a
884 list if the COMDAT sections have different names. */
886 struct already_linked_hash_entry
888 struct bfd_hash_entry root
;
889 struct already_linked
*entry
;
892 struct already_linked
894 struct already_linked
*next
;
898 /* The hash table. */
900 static struct bfd_hash_table already_linked_table
;
903 section_already_linked (abfd
, sec
, data
)
908 lang_input_statement_type
*entry
= (lang_input_statement_type
*) data
;
911 struct already_linked
*l
;
912 struct already_linked_hash_entry
*already_linked_list
;
914 /* If we are only reading symbols from this object, then we want to
915 discard all sections. */
916 if (entry
->just_syms_flag
)
918 sec
->output_section
= bfd_abs_section_ptr
;
919 sec
->output_offset
= sec
->vma
;
923 flags
= bfd_get_section_flags (abfd
, sec
);
925 if ((flags
& SEC_LINK_ONCE
) == 0)
928 /* FIXME: When doing a relocateable link, we may have trouble
929 copying relocations in other sections that refer to local symbols
930 in the section being discarded. Those relocations will have to
931 be converted somehow; as of this writing I'm not sure that any of
932 the backends handle that correctly.
934 It is tempting to instead not discard link once sections when
935 doing a relocateable link (technically, they should be discarded
936 whenever we are building constructors). However, that fails,
937 because the linker winds up combining all the link once sections
938 into a single large link once section, which defeats the purpose
939 of having link once sections in the first place.
941 Also, not merging link once sections in a relocateable link
942 causes trouble for MIPS ELF, which relies in link once semantics
943 to handle the .reginfo section correctly. */
945 name
= bfd_get_section_name (abfd
, sec
);
947 already_linked_list
=
948 ((struct already_linked_hash_entry
*)
949 bfd_hash_lookup (&already_linked_table
, name
, true, false));
951 for (l
= already_linked_list
->entry
; l
!= NULL
; l
= l
->next
)
953 if (sec
->comdat
== NULL
954 || l
->sec
->comdat
== NULL
955 || strcmp (sec
->comdat
->name
, l
->sec
->comdat
->name
) == 0)
957 /* The section has already been linked. See if we should
959 switch (flags
& SEC_LINK_DUPLICATES
)
964 case SEC_LINK_DUPLICATES_DISCARD
:
967 case SEC_LINK_DUPLICATES_ONE_ONLY
:
968 if (sec
->comdat
== NULL
)
969 einfo (_("%P: %B: warning: ignoring duplicate section `%s'\n"),
972 einfo (_("%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n"),
973 abfd
, name
, sec
->comdat
->name
);
976 case SEC_LINK_DUPLICATES_SAME_CONTENTS
:
977 /* FIXME: We should really dig out the contents of both
978 sections and memcmp them. The COFF/PE spec says that
979 the Microsoft linker does not implement this
980 correctly, so I'm not going to bother doing it
983 case SEC_LINK_DUPLICATES_SAME_SIZE
:
984 if (bfd_section_size (abfd
, sec
)
985 != bfd_section_size (l
->sec
->owner
, l
->sec
))
986 einfo (_("%P: %B: warning: duplicate section `%s' has different size\n"),
991 /* Set the output_section field so that wild_doit does not
992 create a lang_input_section structure for this section.
993 Since there might be a symbol in the section being
994 discarded, we must retain a pointer to the section which
995 we are really going to use. */
996 sec
->output_section
= bfd_abs_section_ptr
;
997 sec
->kept_section
= l
->sec
;
1003 /* This is the first section with this name. Record it. Allocate
1004 the memory from the same obstack as the hash table is kept in. */
1006 l
= ((struct already_linked
*)
1007 bfd_hash_allocate (&already_linked_table
, sizeof *l
));
1010 l
->next
= already_linked_list
->entry
;
1011 already_linked_list
->entry
= l
;
1014 /* Support routines for the hash table used by section_already_linked,
1015 initialize the table, fill in an entry and remove the table. */
1017 static struct bfd_hash_entry
*
1018 already_linked_newfunc (entry
, table
, string
)
1019 struct bfd_hash_entry
*entry ATTRIBUTE_UNUSED
;
1020 struct bfd_hash_table
*table
;
1021 const char *string ATTRIBUTE_UNUSED
;
1023 struct already_linked_hash_entry
*ret
=
1024 bfd_hash_allocate (table
, sizeof (struct already_linked_hash_entry
));
1028 return (struct bfd_hash_entry
*) ret
;
1032 already_linked_table_init ()
1034 if (! bfd_hash_table_init_n (&already_linked_table
,
1035 already_linked_newfunc
,
1037 einfo (_("%P%F: Failed to create hash table\n"));
1041 already_linked_table_free ()
1043 bfd_hash_table_free (&already_linked_table
);
1046 /* The wild routines.
1048 These expand statements like *(.text) and foo.o to a list of
1049 explicit actions, like foo.o(.text), bar.o(.text) and
1050 foo.o(.text, .data). */
1052 /* Return true if the PATTERN argument is a wildcard pattern.
1053 Although backslashes are treated specially if a pattern contains
1054 wildcards, we do not consider the mere presence of a backslash to
1055 be enough to cause the the pattern to be treated as a wildcard.
1056 That lets us handle DOS filenames more naturally. */
1060 const char *pattern
;
1064 for (s
= pattern
; *s
!= '\0'; ++s
)
1072 /* Add SECTION to the output section OUTPUT. Do this by creating a
1073 lang_input_section statement which is placed at PTR. FILE is the
1074 input file which holds SECTION. */
1077 wild_doit (ptr
, section
, output
, file
)
1078 lang_statement_list_type
*ptr
;
1080 lang_output_section_statement_type
*output
;
1081 lang_input_statement_type
*file
;
1086 flags
= bfd_get_section_flags (section
->owner
, section
);
1090 /* If we are doing a final link, discard sections marked with
1092 if (! link_info
.relocateable
1093 && (flags
& SEC_EXCLUDE
) != 0)
1096 /* Discard input sections which are assigned to a section named
1097 DISCARD_SECTION_NAME. */
1098 if (strcmp (output
->name
, DISCARD_SECTION_NAME
) == 0)
1101 /* Discard debugging sections if we are stripping debugging
1103 if ((link_info
.strip
== strip_debugger
|| link_info
.strip
== strip_all
)
1104 && (flags
& SEC_DEBUGGING
) != 0)
1109 if (section
->output_section
== NULL
)
1111 /* This prevents future calls from assigning this section. */
1112 section
->output_section
= bfd_abs_section_ptr
;
1117 if (section
->output_section
== NULL
)
1120 lang_input_section_type
*new;
1123 if (output
->bfd_section
== NULL
)
1131 /* Add a section reference to the list. */
1132 new = new_stat (lang_input_section
, ptr
);
1134 new->section
= section
;
1136 section
->output_section
= output
->bfd_section
;
1138 flags
= section
->flags
;
1140 /* We don't copy the SEC_NEVER_LOAD flag from an input section
1141 to an output section, because we want to be able to include a
1142 SEC_NEVER_LOAD section in the middle of an otherwise loaded
1143 section (I don't know why we want to do this, but we do).
1144 build_link_order in ldwrite.c handles this case by turning
1145 the embedded SEC_NEVER_LOAD section into a fill. */
1147 flags
&= ~ SEC_NEVER_LOAD
;
1149 /* If final link, don't copy the SEC_LINK_ONCE flags, they've
1150 already been processed. One reason to do this is that on pe
1151 format targets, .text$foo sections go into .text and it's odd
1152 to see .text with SEC_LINK_ONCE set. */
1154 if (! link_info
.relocateable
)
1155 flags
&= ~ (SEC_LINK_ONCE
| SEC_LINK_DUPLICATES
);
1157 /* If this is not the first input section, and the SEC_READONLY
1158 flag is not currently set, then don't set it just because the
1159 input section has it set. */
1161 if (! first
&& (section
->output_section
->flags
& SEC_READONLY
) == 0)
1162 flags
&= ~ SEC_READONLY
;
1164 section
->output_section
->flags
|= flags
;
1166 /* If SEC_READONLY is not set in the input section, then clear
1167 it from the output section. */
1168 if ((section
->flags
& SEC_READONLY
) == 0)
1169 section
->output_section
->flags
&= ~SEC_READONLY
;
1171 switch (output
->sectype
)
1173 case normal_section
:
1178 case overlay_section
:
1179 output
->bfd_section
->flags
&= ~SEC_ALLOC
;
1181 case noload_section
:
1182 output
->bfd_section
->flags
&= ~SEC_LOAD
;
1183 output
->bfd_section
->flags
|= SEC_NEVER_LOAD
;
1187 /* Copy over SEC_SMALL_DATA. */
1188 if (section
->flags
& SEC_SMALL_DATA
)
1189 section
->output_section
->flags
|= SEC_SMALL_DATA
;
1191 if (section
->alignment_power
> output
->bfd_section
->alignment_power
)
1192 output
->bfd_section
->alignment_power
= section
->alignment_power
;
1194 /* If supplied an aligment, then force it. */
1195 if (output
->section_alignment
!= -1)
1196 output
->bfd_section
->alignment_power
= output
->section_alignment
;
1198 if (section
->flags
& SEC_BLOCK
)
1200 section
->output_section
->flags
|= SEC_BLOCK
;
1201 /* FIXME: This value should really be obtained from the bfd... */
1202 output
->block_value
= 128;
1207 /* Handle wildcard sorting. This returns the lang_input_section which
1208 should follow the one we are going to create for SECTION and FILE,
1209 based on the sorting requirements of WILD. It returns NULL if the
1210 new section should just go at the end of the current list. */
1212 static lang_statement_union_type
*
1213 wild_sort (wild
, file
, section
)
1214 lang_wild_statement_type
*wild
;
1215 lang_input_statement_type
*file
;
1218 const char *section_name
;
1219 lang_statement_union_type
*l
;
1221 if (! wild
->filenames_sorted
&& ! wild
->sections_sorted
)
1224 section_name
= bfd_get_section_name (file
->the_bfd
, section
);
1225 for (l
= wild
->children
.head
; l
!= NULL
; l
= l
->next
)
1227 lang_input_section_type
*ls
;
1229 if (l
->header
.type
!= lang_input_section_enum
)
1231 ls
= &l
->input_section
;
1233 /* Sorting by filename takes precedence over sorting by section
1236 if (wild
->filenames_sorted
)
1238 const char *fn
, *ln
;
1242 /* The PE support for the .idata section as generated by
1243 dlltool assumes that files will be sorted by the name of
1244 the archive and then the name of the file within the
1247 if (file
->the_bfd
!= NULL
1248 && bfd_my_archive (file
->the_bfd
) != NULL
)
1250 fn
= bfd_get_filename (bfd_my_archive (file
->the_bfd
));
1255 fn
= file
->filename
;
1259 if (ls
->ifile
->the_bfd
!= NULL
1260 && bfd_my_archive (ls
->ifile
->the_bfd
) != NULL
)
1262 ln
= bfd_get_filename (bfd_my_archive (ls
->ifile
->the_bfd
));
1267 ln
= ls
->ifile
->filename
;
1271 i
= strcmp (fn
, ln
);
1280 fn
= file
->filename
;
1282 ln
= ls
->ifile
->filename
;
1284 i
= strcmp (fn
, ln
);
1292 /* Here either the files are not sorted by name, or we are
1293 looking at the sections for this file. */
1295 if (wild
->sections_sorted
)
1297 if (strcmp (section_name
,
1298 bfd_get_section_name (ls
->ifile
->the_bfd
,
1308 /* Expand a wild statement for a particular FILE. SECTION may be
1309 NULL, in which case it is a wild card. */
1312 output_section_callback (ptr
, section
, file
, output
)
1313 lang_wild_statement_type
*ptr
;
1315 lang_input_statement_type
*file
;
1318 lang_statement_union_type
*before
;
1320 /* If the wild pattern was marked KEEP, the member sections
1321 should be as well. */
1322 if (ptr
->keep_sections
)
1323 section
->flags
|= SEC_KEEP
;
1325 before
= wild_sort (ptr
, file
, section
);
1327 /* Here BEFORE points to the lang_input_section which
1328 should follow the one we are about to add. If BEFORE
1329 is NULL, then the section should just go at the end
1330 of the current list. */
1333 wild_doit (&ptr
->children
, section
,
1334 (lang_output_section_statement_type
*) output
,
1338 lang_statement_list_type list
;
1339 lang_statement_union_type
**pp
;
1341 lang_list_init (&list
);
1342 wild_doit (&list
, section
,
1343 (lang_output_section_statement_type
*) output
,
1346 /* If we are discarding the section, LIST.HEAD will
1348 if (list
.head
!= NULL
)
1350 ASSERT (list
.head
->next
== NULL
);
1352 for (pp
= &ptr
->children
.head
;
1355 ASSERT (*pp
!= NULL
);
1357 list
.head
->next
= *pp
;
1363 /* This is passed a file name which must have been seen already and
1364 added to the statement tree. We will see if it has been opened
1365 already and had its symbols read. If not then we'll read it. */
1367 static lang_input_statement_type
*
1371 lang_input_statement_type
*search
;
1373 for (search
= (lang_input_statement_type
*) input_file_chain
.head
;
1374 search
!= (lang_input_statement_type
*) NULL
;
1375 search
= (lang_input_statement_type
*) search
->next_real_file
)
1377 if (search
->filename
== (char *) NULL
&& name
== (char *) NULL
)
1379 if (search
->filename
!= (char *) NULL
1380 && name
!= (char *) NULL
1381 && strcmp (search
->filename
, name
) == 0)
1385 if (search
== (lang_input_statement_type
*) NULL
)
1386 search
= new_afile (name
, lang_input_file_is_file_enum
, default_target
,
1389 /* If we have already added this file, or this file is not real
1390 (FIXME: can that ever actually happen?) or the name is NULL
1391 (FIXME: can that ever actually happen?) don't add this file. */
1394 || search
->filename
== (const char *) NULL
)
1397 load_symbols (search
, (lang_statement_list_type
*) NULL
);
1402 /* Get the symbols for an input file. */
1405 load_symbols (entry
, place
)
1406 lang_input_statement_type
*entry
;
1407 lang_statement_list_type
*place
;
1414 ldfile_open_file (entry
);
1416 if (! bfd_check_format (entry
->the_bfd
, bfd_archive
)
1417 && ! bfd_check_format_matches (entry
->the_bfd
, bfd_object
, &matching
))
1420 lang_statement_list_type
*hold
;
1422 err
= bfd_get_error ();
1423 if (err
== bfd_error_file_ambiguously_recognized
)
1427 einfo (_("%B: file not recognized: %E\n"), entry
->the_bfd
);
1428 einfo (_("%B: matching formats:"), entry
->the_bfd
);
1429 for (p
= matching
; *p
!= NULL
; p
++)
1433 else if (err
!= bfd_error_file_not_recognized
1435 einfo (_("%F%B: file not recognized: %E\n"), entry
->the_bfd
);
1437 bfd_close (entry
->the_bfd
);
1438 entry
->the_bfd
= NULL
;
1440 /* See if the emulation has some special knowledge. */
1442 if (ldemul_unrecognized_file (entry
))
1445 /* Try to interpret the file as a linker script. */
1447 ldfile_open_command_file (entry
->filename
);
1452 ldfile_assumed_script
= true;
1453 parser_input
= input_script
;
1455 ldfile_assumed_script
= false;
1462 if (ldemul_recognized_file (entry
))
1465 /* We don't call ldlang_add_file for an archive. Instead, the
1466 add_symbols entry point will call ldlang_add_file, via the
1467 add_archive_element callback, for each element of the archive
1469 switch (bfd_get_format (entry
->the_bfd
))
1475 ldlang_add_file (entry
);
1476 if (trace_files
|| trace_file_tries
)
1477 info_msg ("%I\n", entry
);
1481 if (entry
->whole_archive
)
1483 bfd
*member
= bfd_openr_next_archived_file (entry
->the_bfd
,
1485 while (member
!= NULL
)
1487 if (! bfd_check_format (member
, bfd_object
))
1488 einfo (_("%F%B: object %B in archive is not object\n"),
1489 entry
->the_bfd
, member
);
1490 if (! ((*link_info
.callbacks
->add_archive_element
)
1491 (&link_info
, member
, "--whole-archive")))
1493 if (! bfd_link_add_symbols (member
, &link_info
))
1494 einfo (_("%F%B: could not read symbols: %E\n"), member
);
1495 member
= bfd_openr_next_archived_file (entry
->the_bfd
,
1499 entry
->loaded
= true;
1505 if (! bfd_link_add_symbols (entry
->the_bfd
, &link_info
))
1506 einfo (_("%F%B: could not read symbols: %E\n"), entry
->the_bfd
);
1508 entry
->loaded
= true;
1511 /* Handle a wild statement. SECTION or FILE or both may be NULL,
1512 indicating that it is a wildcard. Separate lang_input_section
1513 statements are created for each part of the expansion; they are
1514 added after the wild statement S. OUTPUT is the output section. */
1517 wild (s
, section
, file
, target
, output
)
1518 lang_wild_statement_type
*s
;
1519 const char *section
;
1521 const char *target ATTRIBUTE_UNUSED
;
1522 lang_output_section_statement_type
*output
;
1524 walk_wild (s
, section
, file
, output_section_callback
, (PTR
) output
);
1526 if (section
!= (char *) NULL
1527 && strcmp (section
, "COMMON") == 0
1528 && default_common_section
== NULL
)
1530 /* Remember the section that common is going to in case we later
1531 get something which doesn't know where to put it. */
1532 default_common_section
= output
;
1536 /* Return true iff target is the sought target. */
1539 get_target (target
, data
)
1540 const bfd_target
*target
;
1543 const char *sought
= (const char *) data
;
1545 return strcmp (target
->name
, sought
) == 0;
1548 /* Like strcpy() but convert to lower case as well. */
1557 while ((c
= *src
++) != 0)
1559 if (isupper ((unsigned char) c
))
1568 /* Remove the first occurance of needle (if any) in haystack
1572 strcut (haystack
, needle
)
1576 haystack
= strstr (haystack
, needle
);
1582 for (src
= haystack
+ strlen (needle
); *src
;)
1583 *haystack
++ = *src
++;
1589 /* Compare two target format name strings.
1590 Return a value indicating how "similar" they are. */
1593 name_compare (first
, second
)
1601 copy1
= xmalloc (strlen (first
) + 1);
1602 copy2
= xmalloc (strlen (second
) + 1);
1604 /* Convert the names to lower case. */
1605 stricpy (copy1
, first
);
1606 stricpy (copy2
, second
);
1608 /* Remove and endian strings from the name. */
1609 strcut (copy1
, "big");
1610 strcut (copy1
, "little");
1611 strcut (copy2
, "big");
1612 strcut (copy2
, "little");
1614 /* Return a value based on how many characters match,
1615 starting from the beginning. If both strings are
1616 the same then return 10 * their length. */
1617 for (result
= 0; copy1
[result
] == copy2
[result
]; result
++)
1618 if (copy1
[result
] == 0)
1630 /* Set by closest_target_match() below. */
1631 static const bfd_target
*winner
;
1633 /* Scan all the valid bfd targets looking for one that has the endianness
1634 requirement that was specified on the command line, and is the nearest
1635 match to the original output target. */
1638 closest_target_match (target
, data
)
1639 const bfd_target
*target
;
1642 const bfd_target
*original
= (const bfd_target
*) data
;
1644 if (command_line
.endian
== ENDIAN_BIG
1645 && target
->byteorder
!= BFD_ENDIAN_BIG
)
1648 if (command_line
.endian
== ENDIAN_LITTLE
1649 && target
->byteorder
!= BFD_ENDIAN_LITTLE
)
1652 /* Must be the same flavour. */
1653 if (target
->flavour
!= original
->flavour
)
1656 /* If we have not found a potential winner yet, then record this one. */
1663 /* Oh dear, we now have two potential candidates for a successful match.
1664 Compare their names and choose the better one. */
1665 if (name_compare (target
->name
, original
->name
) > name_compare (winner
->name
, original
->name
))
1668 /* Keep on searching until wqe have checked them all. */
1672 /* Return the BFD target format of the first input file. */
1675 get_first_input_target ()
1677 char *target
= NULL
;
1679 LANG_FOR_EACH_INPUT_STATEMENT (s
)
1681 if (s
->header
.type
== lang_input_statement_enum
1684 ldfile_open_file (s
);
1686 if (s
->the_bfd
!= NULL
1687 && bfd_check_format (s
->the_bfd
, bfd_object
))
1689 target
= bfd_get_target (s
->the_bfd
);
1700 /* Open the output file. */
1708 /* Has the user told us which output format to use? */
1709 if (output_target
== (char *) NULL
)
1711 /* No - has the current target been set to something other than
1713 if (current_target
!= default_target
)
1714 output_target
= current_target
;
1716 /* No - can we determine the format of the first input file? */
1719 output_target
= get_first_input_target ();
1721 /* Failed - use the default output target. */
1722 if (output_target
== NULL
)
1723 output_target
= default_target
;
1727 /* Has the user requested a particular endianness on the command
1729 if (command_line
.endian
!= ENDIAN_UNSET
)
1731 const bfd_target
*target
;
1732 enum bfd_endian desired_endian
;
1734 /* Get the chosen target. */
1735 target
= bfd_search_for_target (get_target
, (PTR
) output_target
);
1737 /* If the target is not supported, we cannot do anything. */
1740 if (command_line
.endian
== ENDIAN_BIG
)
1741 desired_endian
= BFD_ENDIAN_BIG
;
1743 desired_endian
= BFD_ENDIAN_LITTLE
;
1745 /* See if the target has the wrong endianness. This should
1746 not happen if the linker script has provided big and
1747 little endian alternatives, but some scrips don't do
1749 if (target
->byteorder
!= desired_endian
)
1751 /* If it does, then see if the target provides
1752 an alternative with the correct endianness. */
1753 if (target
->alternative_target
!= NULL
1754 && (target
->alternative_target
->byteorder
== desired_endian
))
1755 output_target
= target
->alternative_target
->name
;
1758 /* Try to find a target as similar as possible to
1759 the default target, but which has the desired
1760 endian characteristic. */
1761 (void) bfd_search_for_target (closest_target_match
, (PTR
) target
);
1763 /* Oh dear - we could not find any targets that
1764 satisfy our requirements. */
1766 einfo (_("%P: warning: could not find any targets that match endianness requirement\n"));
1768 output_target
= winner
->name
;
1774 output
= bfd_openw (name
, output_target
);
1776 if (output
== (bfd
*) NULL
)
1778 if (bfd_get_error () == bfd_error_invalid_target
)
1779 einfo (_("%P%F: target %s not found\n"), output_target
);
1781 einfo (_("%P%F: cannot open output file %s: %E\n"), name
);
1784 delete_output_file_on_failure
= true;
1787 output
->flags
|= D_PAGED
;
1790 if (! bfd_set_format (output
, bfd_object
))
1791 einfo (_("%P%F:%s: can not make object file: %E\n"), name
);
1792 if (! bfd_set_arch_mach (output
,
1793 ldfile_output_architecture
,
1794 ldfile_output_machine
))
1795 einfo (_("%P%F:%s: can not set architecture: %E\n"), name
);
1797 link_info
.hash
= bfd_link_hash_table_create (output
);
1798 if (link_info
.hash
== (struct bfd_link_hash_table
*) NULL
)
1799 einfo (_("%P%F: can not create link hash table: %E\n"));
1801 bfd_set_gp_size (output
, g_switch_value
);
1806 ldlang_open_output (statement
)
1807 lang_statement_union_type
*statement
;
1809 switch (statement
->header
.type
)
1811 case lang_output_statement_enum
:
1812 ASSERT (output_bfd
== (bfd
*) NULL
);
1813 output_bfd
= open_output (statement
->output_statement
.name
);
1814 ldemul_set_output_arch ();
1815 if (config
.magic_demand_paged
&& !link_info
.relocateable
)
1816 output_bfd
->flags
|= D_PAGED
;
1818 output_bfd
->flags
&= ~D_PAGED
;
1819 if (config
.text_read_only
)
1820 output_bfd
->flags
|= WP_TEXT
;
1822 output_bfd
->flags
&= ~WP_TEXT
;
1823 if (link_info
.traditional_format
)
1824 output_bfd
->flags
|= BFD_TRADITIONAL_FORMAT
;
1826 output_bfd
->flags
&= ~BFD_TRADITIONAL_FORMAT
;
1829 case lang_target_statement_enum
:
1830 current_target
= statement
->target_statement
.target
;
1837 /* Open all the input files. */
1840 open_input_bfds (s
, force
)
1841 lang_statement_union_type
*s
;
1844 for (; s
!= (lang_statement_union_type
*) NULL
; s
= s
->next
)
1846 switch (s
->header
.type
)
1848 case lang_constructors_statement_enum
:
1849 open_input_bfds (constructor_list
.head
, force
);
1851 case lang_output_section_statement_enum
:
1852 open_input_bfds (s
->output_section_statement
.children
.head
, force
);
1854 case lang_wild_statement_enum
:
1855 /* Maybe we should load the file's symbols. */
1856 if (s
->wild_statement
.filename
1857 && ! wildcardp (s
->wild_statement
.filename
))
1858 (void) lookup_name (s
->wild_statement
.filename
);
1859 open_input_bfds (s
->wild_statement
.children
.head
, force
);
1861 case lang_group_statement_enum
:
1863 struct bfd_link_hash_entry
*undefs
;
1865 /* We must continually search the entries in the group
1866 until no new symbols are added to the list of undefined
1871 undefs
= link_info
.hash
->undefs_tail
;
1872 open_input_bfds (s
->group_statement
.children
.head
, true);
1874 while (undefs
!= link_info
.hash
->undefs_tail
);
1877 case lang_target_statement_enum
:
1878 current_target
= s
->target_statement
.target
;
1880 case lang_input_statement_enum
:
1881 if (s
->input_statement
.real
)
1883 lang_statement_list_type add
;
1885 s
->input_statement
.target
= current_target
;
1887 /* If we are being called from within a group, and this
1888 is an archive which has already been searched, then
1889 force it to be researched unless the whole archive
1890 has been loaded already. */
1892 && !s
->input_statement
.whole_archive
1893 && s
->input_statement
.loaded
1894 && bfd_check_format (s
->input_statement
.the_bfd
,
1896 s
->input_statement
.loaded
= false;
1898 lang_list_init (&add
);
1900 load_symbols (&s
->input_statement
, &add
);
1902 if (add
.head
!= NULL
)
1904 *add
.tail
= s
->next
;
1915 /* If there are [COMMONS] statements, put a wild one into the bss
1919 lang_reasonable_defaults ()
1922 lang_output_section_statement_lookup (".text");
1923 lang_output_section_statement_lookup (".data");
1925 default_common_section
= lang_output_section_statement_lookup (".bss");
1927 if (placed_commons
== false)
1929 lang_wild_statement_type
*new =
1930 new_stat (lang_wild_statement
,
1931 &default_common_section
->children
);
1933 new->section_name
= "COMMON";
1934 new->filename
= (char *) NULL
;
1935 lang_list_init (&new->children
);
1940 /* Add the supplied name to the symbol table as an undefined reference.
1941 Remove items from the chain as we open input bfds. */
1942 typedef struct ldlang_undef_chain_list
1944 struct ldlang_undef_chain_list
*next
;
1946 } ldlang_undef_chain_list_type
;
1948 static ldlang_undef_chain_list_type
*ldlang_undef_chain_list_head
;
1951 ldlang_add_undef (name
)
1952 const char *const name
;
1954 ldlang_undef_chain_list_type
*new =
1955 ((ldlang_undef_chain_list_type
*)
1956 stat_alloc (sizeof (ldlang_undef_chain_list_type
)));
1958 new->next
= ldlang_undef_chain_list_head
;
1959 ldlang_undef_chain_list_head
= new;
1961 new->name
= buystring (name
);
1964 /* Run through the list of undefineds created above and place them
1965 into the linker hash table as undefined symbols belonging to the
1969 lang_place_undefineds ()
1971 ldlang_undef_chain_list_type
*ptr
;
1973 for (ptr
= ldlang_undef_chain_list_head
;
1974 ptr
!= (ldlang_undef_chain_list_type
*) NULL
;
1977 struct bfd_link_hash_entry
*h
;
1979 h
= bfd_link_hash_lookup (link_info
.hash
, ptr
->name
, true, false, true);
1980 if (h
== (struct bfd_link_hash_entry
*) NULL
)
1981 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
1982 if (h
->type
== bfd_link_hash_new
)
1984 h
->type
= bfd_link_hash_undefined
;
1985 h
->u
.undef
.abfd
= NULL
;
1986 bfd_link_add_undef (link_info
.hash
, h
);
1991 /* Open input files and attatch to output sections. */
1994 map_input_to_output_sections (s
, target
, output_section_statement
)
1995 lang_statement_union_type
*s
;
1997 lang_output_section_statement_type
*output_section_statement
;
1999 for (; s
!= (lang_statement_union_type
*) NULL
; s
= s
->next
)
2001 switch (s
->header
.type
)
2004 case lang_wild_statement_enum
:
2005 wild (&s
->wild_statement
, s
->wild_statement
.section_name
,
2006 s
->wild_statement
.filename
, target
,
2007 output_section_statement
);
2010 case lang_constructors_statement_enum
:
2011 map_input_to_output_sections (constructor_list
.head
,
2013 output_section_statement
);
2015 case lang_output_section_statement_enum
:
2016 map_input_to_output_sections (s
->output_section_statement
.children
.head
,
2018 &s
->output_section_statement
);
2020 case lang_output_statement_enum
:
2022 case lang_target_statement_enum
:
2023 target
= s
->target_statement
.target
;
2025 case lang_group_statement_enum
:
2026 map_input_to_output_sections (s
->group_statement
.children
.head
,
2028 output_section_statement
);
2030 case lang_fill_statement_enum
:
2031 case lang_input_section_enum
:
2032 case lang_object_symbols_statement_enum
:
2033 case lang_data_statement_enum
:
2034 case lang_reloc_statement_enum
:
2035 case lang_padding_statement_enum
:
2036 case lang_input_statement_enum
:
2037 if (output_section_statement
!= NULL
2038 && output_section_statement
->bfd_section
== NULL
)
2039 init_os (output_section_statement
);
2041 case lang_assignment_statement_enum
:
2042 if (output_section_statement
!= NULL
2043 && output_section_statement
->bfd_section
== NULL
)
2044 init_os (output_section_statement
);
2046 /* Make sure that any sections mentioned in the assignment
2048 exp_init_os (s
->assignment_statement
.exp
);
2050 case lang_afile_asection_pair_statement_enum
:
2053 case lang_address_statement_enum
:
2054 /* Mark the specified section with the supplied address. */
2056 lang_output_section_statement_type
*os
=
2057 lang_output_section_statement_lookup
2058 (s
->address_statement
.section_name
);
2060 if (os
->bfd_section
== NULL
)
2062 os
->addr_tree
= s
->address_statement
.address
;
2070 print_output_section_statement (output_section_statement
)
2071 lang_output_section_statement_type
*output_section_statement
;
2073 asection
*section
= output_section_statement
->bfd_section
;
2076 if (output_section_statement
!= abs_output_section
)
2078 minfo ("\n%s", output_section_statement
->name
);
2080 if (section
!= NULL
)
2082 print_dot
= section
->vma
;
2084 len
= strlen (output_section_statement
->name
);
2085 if (len
>= SECTION_NAME_MAP_LENGTH
- 1)
2090 while (len
< SECTION_NAME_MAP_LENGTH
)
2096 minfo ("0x%V %W", section
->vma
, section
->_raw_size
);
2098 if (output_section_statement
->load_base
!= NULL
)
2102 addr
= exp_get_abs_int (output_section_statement
->load_base
, 0,
2103 "load base", lang_final_phase_enum
);
2104 minfo (_(" load address 0x%V"), addr
);
2111 print_statement_list (output_section_statement
->children
.head
,
2112 output_section_statement
);
2116 print_assignment (assignment
, output_section
)
2117 lang_assignment_statement_type
*assignment
;
2118 lang_output_section_statement_type
*output_section
;
2121 etree_value_type result
;
2123 for (i
= 0; i
< SECTION_NAME_MAP_LENGTH
; i
++)
2126 result
= exp_fold_tree (assignment
->exp
->assign
.src
, output_section
,
2127 lang_final_phase_enum
, print_dot
, &print_dot
);
2129 minfo ("0x%V", result
.value
+ result
.section
->bfd_section
->vma
);
2140 exp_print_tree (assignment
->exp
);
2146 print_input_statement (statm
)
2147 lang_input_statement_type
*statm
;
2149 if (statm
->filename
!= (char *) NULL
)
2151 fprintf (config
.map_file
, "LOAD %s\n", statm
->filename
);
2155 /* Print all symbols defined in a particular section. This is called
2156 via bfd_link_hash_traverse. */
2159 print_one_symbol (hash_entry
, ptr
)
2160 struct bfd_link_hash_entry
*hash_entry
;
2163 asection
*sec
= (asection
*) ptr
;
2165 if ((hash_entry
->type
== bfd_link_hash_defined
2166 || hash_entry
->type
== bfd_link_hash_defweak
)
2167 && sec
== hash_entry
->u
.def
.section
)
2171 for (i
= 0; i
< SECTION_NAME_MAP_LENGTH
; i
++)
2174 (hash_entry
->u
.def
.value
2175 + hash_entry
->u
.def
.section
->output_offset
2176 + hash_entry
->u
.def
.section
->output_section
->vma
));
2178 minfo (" %T\n", hash_entry
->root
.string
);
2184 /* Print information about an input section to the map file. */
2187 print_input_section (in
)
2188 lang_input_section_type
*in
;
2190 asection
*i
= in
->section
;
2191 bfd_size_type size
= i
->_cooked_size
!= 0 ? i
->_cooked_size
: i
->_raw_size
;
2192 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2193 ldfile_output_machine
);
2198 minfo ("%s", i
->name
);
2200 if (i
->output_section
!= NULL
)
2204 len
= 1 + strlen (i
->name
);
2205 if (len
>= SECTION_NAME_MAP_LENGTH
- 1)
2210 while (len
< SECTION_NAME_MAP_LENGTH
)
2216 minfo ("0x%V %W %B\n",
2217 i
->output_section
->vma
+ i
->output_offset
, size
/ opb
,
2220 if (i
->_cooked_size
!= 0 && i
->_cooked_size
!= i
->_raw_size
)
2222 len
= SECTION_NAME_MAP_LENGTH
+ 3;
2234 minfo (_("%W (size before relaxing)\n"), i
->_raw_size
);
2237 bfd_link_hash_traverse (link_info
.hash
, print_one_symbol
, (PTR
) i
);
2239 print_dot
= i
->output_section
->vma
+ i
->output_offset
+ size
/ opb
;
2245 print_fill_statement (fill
)
2246 lang_fill_statement_type
*fill
;
2248 fprintf (config
.map_file
, " FILL mask 0x%x\n", fill
->fill
);
2252 print_data_statement (data
)
2253 lang_data_statement_type
*data
;
2259 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2260 ldfile_output_machine
);
2262 for (i
= 0; i
< SECTION_NAME_MAP_LENGTH
; i
++)
2265 addr
= data
->output_vma
;
2266 if (data
->output_section
!= NULL
)
2267 addr
+= data
->output_section
->vma
;
2295 minfo ("0x%V %W %s 0x%v", addr
, size
, name
, data
->value
);
2297 if (data
->exp
->type
.node_class
!= etree_value
)
2300 exp_print_tree (data
->exp
);
2305 print_dot
= addr
+ size
/ opb
;
2309 /* Print an address statement. These are generated by options like
2313 print_address_statement (address
)
2314 lang_address_statement_type
*address
;
2316 minfo (_("Address of section %s set to "), address
->section_name
);
2317 exp_print_tree (address
->address
);
2321 /* Print a reloc statement. */
2324 print_reloc_statement (reloc
)
2325 lang_reloc_statement_type
*reloc
;
2330 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2331 ldfile_output_machine
);
2333 for (i
= 0; i
< SECTION_NAME_MAP_LENGTH
; i
++)
2336 addr
= reloc
->output_vma
;
2337 if (reloc
->output_section
!= NULL
)
2338 addr
+= reloc
->output_section
->vma
;
2340 size
= bfd_get_reloc_size (reloc
->howto
);
2342 minfo ("0x%V %W RELOC %s ", addr
, size
, reloc
->howto
->name
);
2344 if (reloc
->name
!= NULL
)
2345 minfo ("%s+", reloc
->name
);
2347 minfo ("%s+", reloc
->section
->name
);
2349 exp_print_tree (reloc
->addend_exp
);
2353 print_dot
= addr
+ size
/ opb
;
2357 print_padding_statement (s
)
2358 lang_padding_statement_type
*s
;
2362 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2363 ldfile_output_machine
);
2367 len
= sizeof " *fill*" - 1;
2368 while (len
< SECTION_NAME_MAP_LENGTH
)
2374 addr
= s
->output_offset
;
2375 if (s
->output_section
!= NULL
)
2376 addr
+= s
->output_section
->vma
;
2377 minfo ("0x%V %W", addr
, s
->size
);
2380 minfo (" %u", s
->fill
);
2384 print_dot
= addr
+ s
->size
/ opb
;
2388 print_wild_statement (w
, os
)
2389 lang_wild_statement_type
*w
;
2390 lang_output_section_statement_type
*os
;
2394 if (w
->filenames_sorted
)
2396 if (w
->exclude_filename_list
!= NULL
)
2399 minfo ("EXCLUDE_FILE ( %s", w
->exclude_filename_list
->name
);
2400 for (tmp
= w
->exclude_filename_list
->next
; tmp
; tmp
= tmp
->next
)
2401 minfo (", %s", tmp
->name
);
2404 if (w
->filename
!= NULL
)
2405 minfo ("%s", w
->filename
);
2408 if (w
->filenames_sorted
)
2412 if (w
->sections_sorted
)
2414 if (w
->section_name
!= NULL
)
2415 minfo ("%s", w
->section_name
);
2418 if (w
->sections_sorted
)
2424 print_statement_list (w
->children
.head
, os
);
2427 /* Print a group statement. */
2431 lang_group_statement_type
*s
;
2432 lang_output_section_statement_type
*os
;
2434 fprintf (config
.map_file
, "START GROUP\n");
2435 print_statement_list (s
->children
.head
, os
);
2436 fprintf (config
.map_file
, "END GROUP\n");
2439 /* Print the list of statements in S.
2440 This can be called for any statement type. */
2443 print_statement_list (s
, os
)
2444 lang_statement_union_type
*s
;
2445 lang_output_section_statement_type
*os
;
2449 print_statement (s
, os
);
2454 /* Print the first statement in statement list S.
2455 This can be called for any statement type. */
2458 print_statement (s
, os
)
2459 lang_statement_union_type
*s
;
2460 lang_output_section_statement_type
*os
;
2462 switch (s
->header
.type
)
2465 fprintf (config
.map_file
, _("Fail with %d\n"), s
->header
.type
);
2468 case lang_constructors_statement_enum
:
2469 if (constructor_list
.head
!= NULL
)
2471 if (constructors_sorted
)
2472 minfo (" SORT (CONSTRUCTORS)\n");
2474 minfo (" CONSTRUCTORS\n");
2475 print_statement_list (constructor_list
.head
, os
);
2478 case lang_wild_statement_enum
:
2479 print_wild_statement (&s
->wild_statement
, os
);
2481 case lang_address_statement_enum
:
2482 print_address_statement (&s
->address_statement
);
2484 case lang_object_symbols_statement_enum
:
2485 minfo (" CREATE_OBJECT_SYMBOLS\n");
2487 case lang_fill_statement_enum
:
2488 print_fill_statement (&s
->fill_statement
);
2490 case lang_data_statement_enum
:
2491 print_data_statement (&s
->data_statement
);
2493 case lang_reloc_statement_enum
:
2494 print_reloc_statement (&s
->reloc_statement
);
2496 case lang_input_section_enum
:
2497 print_input_section (&s
->input_section
);
2499 case lang_padding_statement_enum
:
2500 print_padding_statement (&s
->padding_statement
);
2502 case lang_output_section_statement_enum
:
2503 print_output_section_statement (&s
->output_section_statement
);
2505 case lang_assignment_statement_enum
:
2506 print_assignment (&s
->assignment_statement
, os
);
2508 case lang_target_statement_enum
:
2509 fprintf (config
.map_file
, "TARGET(%s)\n", s
->target_statement
.target
);
2511 case lang_output_statement_enum
:
2512 minfo ("OUTPUT(%s", s
->output_statement
.name
);
2513 if (output_target
!= NULL
)
2514 minfo (" %s", output_target
);
2517 case lang_input_statement_enum
:
2518 print_input_statement (&s
->input_statement
);
2520 case lang_group_statement_enum
:
2521 print_group (&s
->group_statement
, os
);
2523 case lang_afile_asection_pair_statement_enum
:
2532 print_statement_list (statement_list
.head
, abs_output_section
);
2535 /* Print the first N statements in statement list S to STDERR.
2536 If N == 0, nothing is printed.
2537 If N < 0, the entire list is printed.
2538 Intended to be called from GDB. */
2541 dprint_statement (s
, n
)
2542 lang_statement_union_type
*s
;
2545 FILE *map_save
= config
.map_file
;
2547 config
.map_file
= stderr
;
2550 print_statement_list (s
, abs_output_section
);
2553 while (s
&& --n
>= 0)
2555 print_statement (s
, abs_output_section
);
2560 config
.map_file
= map_save
;
2564 insert_pad (this_ptr
, fill
, power
, output_section_statement
, dot
)
2565 lang_statement_union_type
**this_ptr
;
2568 asection
*output_section_statement
;
2571 /* Align this section first to the
2572 input sections requirement, then
2573 to the output section's requirement.
2574 If this alignment is > than any seen before,
2575 then record it too. Perform the alignment by
2576 inserting a magic 'padding' statement. */
2578 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2579 ldfile_output_machine
);
2580 unsigned int alignment_needed
= align_power (dot
, power
) - dot
;
2582 if (alignment_needed
!= 0)
2584 lang_statement_union_type
*new =
2585 ((lang_statement_union_type
*)
2586 stat_alloc (sizeof (lang_padding_statement_type
)));
2588 /* Link into existing chain. */
2589 new->header
.next
= *this_ptr
;
2591 new->header
.type
= lang_padding_statement_enum
;
2592 new->padding_statement
.output_section
= output_section_statement
;
2593 new->padding_statement
.output_offset
=
2594 dot
- output_section_statement
->vma
;
2595 new->padding_statement
.fill
= fill
;
2596 new->padding_statement
.size
= alignment_needed
* opb
;
2599 /* Remember the most restrictive alignment. */
2600 if (power
> output_section_statement
->alignment_power
)
2602 output_section_statement
->alignment_power
= power
;
2604 output_section_statement
->_raw_size
+= alignment_needed
* opb
;
2606 return dot
+ alignment_needed
;
2609 /* Work out how much this section will move the dot point. */
2612 size_input_section (this_ptr
, output_section_statement
, fill
, dot
, relax
)
2613 lang_statement_union_type
**this_ptr
;
2614 lang_output_section_statement_type
*output_section_statement
;
2617 boolean relax ATTRIBUTE_UNUSED
;
2619 lang_input_section_type
*is
= &((*this_ptr
)->input_section
);
2620 asection
*i
= is
->section
;
2621 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2622 ldfile_output_machine
);
2624 if (is
->ifile
->just_syms_flag
== false)
2626 if (output_section_statement
->subsection_alignment
!= -1)
2627 i
->alignment_power
=
2628 output_section_statement
->subsection_alignment
;
2630 dot
= insert_pad (this_ptr
, fill
, i
->alignment_power
,
2631 output_section_statement
->bfd_section
, dot
);
2633 /* Remember where in the output section this input section goes. */
2635 i
->output_offset
= dot
- output_section_statement
->bfd_section
->vma
;
2637 /* Mark how big the output section must be to contain this now. */
2638 if (i
->_cooked_size
!= 0)
2639 dot
+= i
->_cooked_size
/ opb
;
2641 dot
+= i
->_raw_size
/ opb
;
2642 output_section_statement
->bfd_section
->_raw_size
=
2643 (dot
- output_section_statement
->bfd_section
->vma
) * opb
;
2647 i
->output_offset
= i
->vma
- output_section_statement
->bfd_section
->vma
;
2653 #define IGNORE_SECTION(bfd, s) \
2654 (((bfd_get_section_flags (bfd, s) & (SEC_ALLOC | SEC_LOAD)) != (SEC_ALLOC | SEC_LOAD)) \
2655 || bfd_section_size (bfd, s) == 0)
2657 /* Check to see if any allocated sections overlap with other allocated
2658 sections. This can happen when the linker script specifically specifies
2659 the output section addresses of the two sections. */
2662 lang_check_section_addresses ()
2665 unsigned opb
= bfd_octets_per_byte (output_bfd
);
2667 /* Scan all sections in the output list. */
2668 for (s
= output_bfd
->sections
; s
!= NULL
; s
= s
->next
)
2672 /* Ignore sections which are not loaded or which have no contents. */
2673 if (IGNORE_SECTION (output_bfd
, s
))
2676 /* Once we reach section 's' stop our seach. This prevents two
2677 warning messages from being produced, one for 'section A overlaps
2678 section B' and one for 'section B overlaps section A'. */
2679 for (os
= output_bfd
->sections
; os
!= s
; os
= os
->next
)
2686 /* Only consider loadable sections with real contents. */
2687 if (IGNORE_SECTION (output_bfd
, os
))
2690 /* We must check the sections' LMA addresses not their
2691 VMA addresses because overlay sections can have
2692 overlapping VMAs but they must have distinct LMAs. */
2693 s_start
= bfd_section_lma (output_bfd
, s
);
2694 os_start
= bfd_section_lma (output_bfd
, os
);
2695 s_end
= s_start
+ bfd_section_size (output_bfd
, s
) / opb
- 1;
2696 os_end
= os_start
+ bfd_section_size (output_bfd
, os
) / opb
- 1;
2698 /* Look for an overlap. */
2699 if ((s_end
< os_start
) || (s_start
> os_end
))
2703 _("%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n"),
2704 s
->name
, s_start
, s_end
, os
->name
, os_start
, os_end
);
2706 /* Once we have found one overlap for this section,
2707 stop looking for others. */
2713 /* This variable indicates whether bfd_relax_section should be called
2716 static boolean relax_again
;
2718 /* Make sure the new address is within the region. We explicitly permit the
2719 current address to be at the exact end of the region when the address is
2720 non-zero, in case the region is at the end of addressable memory and the
2721 calculation wraps around. */
2724 os_region_check (os
, region
, tree
, base
)
2725 lang_output_section_statement_type
*os
;
2726 struct memory_region_struct
*region
;
2730 if ((region
->current
< region
->origin
2731 || (region
->current
- region
->origin
> region
->length
))
2732 && ((region
->current
!= region
->origin
+ region
->length
)
2735 if (tree
!= (etree_type
*) NULL
)
2737 einfo (_("%X%P: address 0x%v of %B section %s is not within region %s\n"),
2739 os
->bfd_section
->owner
,
2740 os
->bfd_section
->name
,
2745 einfo (_("%X%P: region %s is full (%B section %s)\n"),
2747 os
->bfd_section
->owner
,
2748 os
->bfd_section
->name
);
2750 /* Reset the region pointer. */
2751 region
->current
= region
->origin
;
2755 /* Set the sizes for all the output sections. */
2758 lang_size_sections (s
, output_section_statement
, prev
, fill
, dot
, relax
)
2759 lang_statement_union_type
*s
;
2760 lang_output_section_statement_type
*output_section_statement
;
2761 lang_statement_union_type
**prev
;
2766 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
2767 ldfile_output_machine
);
2769 /* Size up the sections from their constituent parts. */
2770 for (; s
!= (lang_statement_union_type
*) NULL
; s
= s
->next
)
2772 switch (s
->header
.type
)
2774 case lang_output_section_statement_enum
:
2777 lang_output_section_statement_type
*os
= &s
->output_section_statement
;
2779 if (os
->bfd_section
== NULL
)
2780 /* This section was never actually created. */
2783 /* If this is a COFF shared library section, use the size and
2784 address from the input section. FIXME: This is COFF
2785 specific; it would be cleaner if there were some other way
2786 to do this, but nothing simple comes to mind. */
2787 if ((os
->bfd_section
->flags
& SEC_COFF_SHARED_LIBRARY
) != 0)
2791 if (os
->children
.head
== NULL
2792 || os
->children
.head
->next
!= NULL
2793 || os
->children
.head
->header
.type
!= lang_input_section_enum
)
2794 einfo (_("%P%X: Internal error on COFF shared library section %s\n"),
2797 input
= os
->children
.head
->input_section
.section
;
2798 bfd_set_section_vma (os
->bfd_section
->owner
,
2800 bfd_section_vma (input
->owner
, input
));
2801 os
->bfd_section
->_raw_size
= input
->_raw_size
;
2805 if (bfd_is_abs_section (os
->bfd_section
))
2807 /* No matter what happens, an abs section starts at zero. */
2808 ASSERT (os
->bfd_section
->vma
== 0);
2812 if (os
->addr_tree
== (etree_type
*) NULL
)
2814 /* No address specified for this section, get one
2815 from the region specification. */
2816 if (os
->region
== (lang_memory_region_type
*) NULL
2817 || (((bfd_get_section_flags (output_bfd
, os
->bfd_section
)
2818 & (SEC_ALLOC
| SEC_LOAD
)) != 0)
2819 && os
->region
->name
[0] == '*'
2820 && strcmp (os
->region
->name
, "*default*") == 0))
2822 os
->region
= lang_memory_default (os
->bfd_section
);
2825 /* If a loadable section is using the default memory
2826 region, and some non default memory regions were
2827 defined, issue a warning. */
2828 if ((bfd_get_section_flags (output_bfd
, os
->bfd_section
)
2829 & (SEC_ALLOC
| SEC_LOAD
)) != 0
2830 && ! link_info
.relocateable
2831 && strcmp (os
->region
->name
, "*default*") == 0
2832 && lang_memory_region_list
!= NULL
2833 && (strcmp (lang_memory_region_list
->name
, "*default*") != 0
2834 || lang_memory_region_list
->next
!= NULL
))
2835 einfo (_("%P: warning: no memory region specified for section `%s'\n"),
2836 bfd_get_section_name (output_bfd
, os
->bfd_section
));
2838 dot
= os
->region
->current
;
2840 if (os
->section_alignment
== -1)
2845 dot
= align_power (dot
, os
->bfd_section
->alignment_power
);
2847 if (dot
!= olddot
&& config
.warn_section_align
)
2848 einfo (_("%P: warning: changing start of section %s by %u bytes\n"),
2849 os
->name
, (unsigned int) (dot
- olddot
));
2856 r
= exp_fold_tree (os
->addr_tree
,
2858 lang_allocating_phase_enum
,
2860 if (r
.valid_p
== false)
2862 einfo (_("%F%S: non constant address expression for section %s\n"),
2865 dot
= r
.value
+ r
.section
->bfd_section
->vma
;
2868 /* The section starts here.
2869 First, align to what the section needs. */
2871 if (os
->section_alignment
!= -1)
2872 dot
= align_power (dot
, os
->section_alignment
);
2874 bfd_set_section_vma (0, os
->bfd_section
, dot
);
2876 os
->bfd_section
->output_offset
= 0;
2879 (void) lang_size_sections (os
->children
.head
, os
,
2881 os
->fill
, dot
, relax
);
2883 /* Put the section within the requested block size, or
2884 align at the block boundary. */
2885 after
= ALIGN_N (os
->bfd_section
->vma
2886 + os
->bfd_section
->_raw_size
/ opb
,
2887 /* The coercion here is important, see ld.h. */
2888 (bfd_vma
) os
->block_value
);
2890 if (bfd_is_abs_section (os
->bfd_section
))
2891 ASSERT (after
== os
->bfd_section
->vma
);
2893 os
->bfd_section
->_raw_size
=
2894 (after
- os
->bfd_section
->vma
) * opb
;
2895 dot
= os
->bfd_section
->vma
+ os
->bfd_section
->_raw_size
/ opb
;
2896 os
->processed
= true;
2898 /* Update dot in the region ?
2899 We only do this if the section is going to be allocated,
2900 since unallocated sections do not contribute to the region's
2901 overall size in memory.
2903 If the SEC_NEVER_LOAD bit is not set, it will affect the
2904 addresses of sections after it. We have to update
2906 if (os
->region
!= (lang_memory_region_type
*) NULL
2907 && ((bfd_get_section_flags (output_bfd
, os
->bfd_section
)
2908 & SEC_NEVER_LOAD
) == 0
2909 || (bfd_get_section_flags (output_bfd
, os
->bfd_section
)
2910 & (SEC_ALLOC
| SEC_LOAD
))))
2912 os
->region
->current
= dot
;
2914 /* Make sure the new address is within the region. */
2915 os_region_check (os
, os
->region
, os
->addr_tree
,
2916 os
->bfd_section
->vma
);
2918 /* If there's no load address specified, use the run
2919 region as the load region. */
2920 if (os
->lma_region
== NULL
&& os
->load_base
== NULL
)
2921 os
->lma_region
= os
->region
;
2923 if (os
->lma_region
!= NULL
)
2925 if (os
->load_base
!= NULL
)
2927 einfo (_("%X%P: use an absolute load address or a load memory region, not both\n"));
2931 /* Don't allocate twice. */
2932 if (os
->lma_region
!= os
->region
)
2934 /* Set load_base, which will be handled later. */
2936 exp_intop (os
->lma_region
->current
);
2937 os
->lma_region
->current
+=
2938 os
->bfd_section
->_raw_size
/ opb
;
2939 os_region_check (os
, os
->lma_region
, NULL
,
2940 os
->bfd_section
->lma
);
2948 case lang_constructors_statement_enum
:
2949 dot
= lang_size_sections (constructor_list
.head
,
2950 output_section_statement
,
2951 &s
->wild_statement
.children
.head
,
2956 case lang_data_statement_enum
:
2958 unsigned int size
= 0;
2960 s
->data_statement
.output_vma
=
2961 dot
- output_section_statement
->bfd_section
->vma
;
2962 s
->data_statement
.output_section
=
2963 output_section_statement
->bfd_section
;
2965 switch (s
->data_statement
.type
)
2986 output_section_statement
->bfd_section
->_raw_size
+= size
;
2987 /* The output section gets contents, and then we inspect for
2988 any flags set in the input script which override any ALLOC. */
2989 output_section_statement
->bfd_section
->flags
|= SEC_HAS_CONTENTS
;
2990 if (!(output_section_statement
->flags
& SEC_NEVER_LOAD
))
2992 output_section_statement
->bfd_section
->flags
|=
2993 SEC_ALLOC
| SEC_LOAD
;
2998 case lang_reloc_statement_enum
:
3002 s
->reloc_statement
.output_vma
=
3003 dot
- output_section_statement
->bfd_section
->vma
;
3004 s
->reloc_statement
.output_section
=
3005 output_section_statement
->bfd_section
;
3006 size
= bfd_get_reloc_size (s
->reloc_statement
.howto
);
3008 output_section_statement
->bfd_section
->_raw_size
+= size
;
3012 case lang_wild_statement_enum
:
3014 dot
= lang_size_sections (s
->wild_statement
.children
.head
,
3015 output_section_statement
,
3016 &s
->wild_statement
.children
.head
,
3021 case lang_object_symbols_statement_enum
:
3022 link_info
.create_object_symbols_section
=
3023 output_section_statement
->bfd_section
;
3025 case lang_output_statement_enum
:
3026 case lang_target_statement_enum
:
3028 case lang_input_section_enum
:
3032 i
= (*prev
)->input_section
.section
;
3035 if (i
->_cooked_size
== 0)
3036 i
->_cooked_size
= i
->_raw_size
;
3042 if (! bfd_relax_section (i
->owner
, i
, &link_info
, &again
))
3043 einfo (_("%P%F: can't relax section: %E\n"));
3047 dot
= size_input_section (prev
,
3048 output_section_statement
,
3049 output_section_statement
->fill
,
3053 case lang_input_statement_enum
:
3055 case lang_fill_statement_enum
:
3056 s
->fill_statement
.output_section
=
3057 output_section_statement
->bfd_section
;
3059 fill
= s
->fill_statement
.fill
;
3061 case lang_assignment_statement_enum
:
3063 bfd_vma newdot
= dot
;
3065 exp_fold_tree (s
->assignment_statement
.exp
,
3066 output_section_statement
,
3067 lang_allocating_phase_enum
,
3073 /* The assignment changed dot. Insert a pad. */
3074 if (output_section_statement
== abs_output_section
)
3076 /* If we don't have an output section, then just adjust
3077 the default memory address. */
3078 lang_memory_region_lookup ("*default*")->current
= newdot
;
3082 lang_statement_union_type
*new =
3083 ((lang_statement_union_type
*)
3084 stat_alloc (sizeof (lang_padding_statement_type
)));
3086 /* Link into existing chain. */
3087 new->header
.next
= *prev
;
3089 new->header
.type
= lang_padding_statement_enum
;
3090 new->padding_statement
.output_section
=
3091 output_section_statement
->bfd_section
;
3092 new->padding_statement
.output_offset
=
3093 dot
- output_section_statement
->bfd_section
->vma
;
3094 new->padding_statement
.fill
= fill
;
3095 new->padding_statement
.size
= (newdot
- dot
) * opb
;
3096 output_section_statement
->bfd_section
->_raw_size
+=
3097 new->padding_statement
.size
;
3105 case lang_padding_statement_enum
:
3106 /* If we are relaxing, and this is not the first pass, some
3107 padding statements may have been inserted during previous
3108 passes. We may have to move the padding statement to a new
3109 location if dot has a different value at this point in this
3110 pass than it did at this point in the previous pass. */
3111 s
->padding_statement
.output_offset
=
3112 dot
- output_section_statement
->bfd_section
->vma
;
3113 dot
+= s
->padding_statement
.size
/ opb
;
3114 output_section_statement
->bfd_section
->_raw_size
+=
3115 s
->padding_statement
.size
;
3118 case lang_group_statement_enum
:
3119 dot
= lang_size_sections (s
->group_statement
.children
.head
,
3120 output_section_statement
,
3121 &s
->group_statement
.children
.head
,
3129 /* This can only get here when relaxing is turned on. */
3131 case lang_address_statement_enum
:
3134 prev
= &s
->header
.next
;
3140 lang_do_assignments (s
, output_section_statement
, fill
, dot
)
3141 lang_statement_union_type
*s
;
3142 lang_output_section_statement_type
*output_section_statement
;
3146 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
3147 ldfile_output_machine
);
3149 for (; s
!= (lang_statement_union_type
*) NULL
; s
= s
->next
)
3151 switch (s
->header
.type
)
3153 case lang_constructors_statement_enum
:
3154 dot
= lang_do_assignments (constructor_list
.head
,
3155 output_section_statement
,
3160 case lang_output_section_statement_enum
:
3162 lang_output_section_statement_type
*os
=
3163 &(s
->output_section_statement
);
3165 if (os
->bfd_section
!= NULL
)
3167 dot
= os
->bfd_section
->vma
;
3168 (void) lang_do_assignments (os
->children
.head
, os
,
3170 dot
= os
->bfd_section
->vma
+ os
->bfd_section
->_raw_size
/ opb
;
3175 /* If nothing has been placed into the output section then
3176 it won't have a bfd_section. */
3177 if (os
->bfd_section
)
3179 os
->bfd_section
->lma
3180 = exp_get_abs_int (os
->load_base
, 0, "load base",
3181 lang_final_phase_enum
);
3186 case lang_wild_statement_enum
:
3188 dot
= lang_do_assignments (s
->wild_statement
.children
.head
,
3189 output_section_statement
,
3194 case lang_object_symbols_statement_enum
:
3195 case lang_output_statement_enum
:
3196 case lang_target_statement_enum
:
3198 case lang_common_statement_enum
:
3201 case lang_data_statement_enum
:
3203 etree_value_type value
;
3205 value
= exp_fold_tree (s
->data_statement
.exp
,
3207 lang_final_phase_enum
, dot
, &dot
);
3208 s
->data_statement
.value
= value
.value
;
3209 if (value
.valid_p
== false)
3210 einfo (_("%F%P: invalid data statement\n"));
3214 switch (s
->data_statement
.type
)
3238 case lang_reloc_statement_enum
:
3240 etree_value_type value
;
3242 value
= exp_fold_tree (s
->reloc_statement
.addend_exp
,
3244 lang_final_phase_enum
, dot
, &dot
);
3245 s
->reloc_statement
.addend_value
= value
.value
;
3246 if (value
.valid_p
== false)
3247 einfo (_("%F%P: invalid reloc statement\n"));
3249 dot
+= bfd_get_reloc_size (s
->reloc_statement
.howto
) / opb
;
3252 case lang_input_section_enum
:
3254 asection
*in
= s
->input_section
.section
;
3256 if (in
->_cooked_size
!= 0)
3257 dot
+= in
->_cooked_size
/ opb
;
3259 dot
+= in
->_raw_size
/ opb
;
3263 case lang_input_statement_enum
:
3265 case lang_fill_statement_enum
:
3266 fill
= s
->fill_statement
.fill
;
3268 case lang_assignment_statement_enum
:
3270 exp_fold_tree (s
->assignment_statement
.exp
,
3271 output_section_statement
,
3272 lang_final_phase_enum
,
3278 case lang_padding_statement_enum
:
3279 dot
+= s
->padding_statement
.size
/ opb
;
3282 case lang_group_statement_enum
:
3283 dot
= lang_do_assignments (s
->group_statement
.children
.head
,
3284 output_section_statement
,
3292 case lang_address_statement_enum
:
3300 /* Fix any .startof. or .sizeof. symbols. When the assemblers see the
3301 operator .startof. (section_name), it produces an undefined symbol
3302 .startof.section_name. Similarly, when it sees
3303 .sizeof. (section_name), it produces an undefined symbol
3304 .sizeof.section_name. For all the output sections, we look for
3305 such symbols, and set them to the correct value. */
3312 if (link_info
.relocateable
)
3315 for (s
= output_bfd
->sections
; s
!= NULL
; s
= s
->next
)
3317 const char *secname
;
3319 struct bfd_link_hash_entry
*h
;
3321 secname
= bfd_get_section_name (output_bfd
, s
);
3322 buf
= xmalloc (10 + strlen (secname
));
3324 sprintf (buf
, ".startof.%s", secname
);
3325 h
= bfd_link_hash_lookup (link_info
.hash
, buf
, false, false, true);
3326 if (h
!= NULL
&& h
->type
== bfd_link_hash_undefined
)
3328 h
->type
= bfd_link_hash_defined
;
3329 h
->u
.def
.value
= bfd_get_section_vma (output_bfd
, s
);
3330 h
->u
.def
.section
= bfd_abs_section_ptr
;
3333 sprintf (buf
, ".sizeof.%s", secname
);
3334 h
= bfd_link_hash_lookup (link_info
.hash
, buf
, false, false, true);
3335 if (h
!= NULL
&& h
->type
== bfd_link_hash_undefined
)
3337 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
3338 ldfile_output_machine
);
3339 h
->type
= bfd_link_hash_defined
;
3340 if (s
->_cooked_size
!= 0)
3341 h
->u
.def
.value
= s
->_cooked_size
/ opb
;
3343 h
->u
.def
.value
= s
->_raw_size
/ opb
;
3344 h
->u
.def
.section
= bfd_abs_section_ptr
;
3354 struct bfd_link_hash_entry
*h
;
3357 if (link_info
.relocateable
|| link_info
.shared
)
3362 if (entry_symbol
== (char *) NULL
)
3364 /* No entry has been specified. Look for start, but don't warn
3365 if we don't find it. */
3366 entry_symbol
= "start";
3370 h
= bfd_link_hash_lookup (link_info
.hash
, entry_symbol
, false, false, true);
3371 if (h
!= (struct bfd_link_hash_entry
*) NULL
3372 && (h
->type
== bfd_link_hash_defined
3373 || h
->type
== bfd_link_hash_defweak
)
3374 && h
->u
.def
.section
->output_section
!= NULL
)
3378 val
= (h
->u
.def
.value
3379 + bfd_get_section_vma (output_bfd
,
3380 h
->u
.def
.section
->output_section
)
3381 + h
->u
.def
.section
->output_offset
);
3382 if (! bfd_set_start_address (output_bfd
, val
))
3383 einfo (_("%P%F:%s: can't set start address\n"), entry_symbol
);
3390 /* We couldn't find the entry symbol. Try parsing it as a
3392 val
= bfd_scan_vma (entry_symbol
, &send
, 0);
3395 if (! bfd_set_start_address (output_bfd
, val
))
3396 einfo (_("%P%F: can't set start address\n"));
3402 /* Can't find the entry symbol, and it's not a number. Use
3403 the first address in the text section. */
3404 ts
= bfd_get_section_by_name (output_bfd
, ".text");
3405 if (ts
!= (asection
*) NULL
)
3408 einfo (_("%P: warning: cannot find entry symbol %s; defaulting to %V\n"),
3409 entry_symbol
, bfd_get_section_vma (output_bfd
, ts
));
3410 if (! bfd_set_start_address (output_bfd
,
3411 bfd_get_section_vma (output_bfd
,
3413 einfo (_("%P%F: can't set start address\n"));
3418 einfo (_("%P: warning: cannot find entry symbol %s; not setting start address\n"),
3425 /* This is a small function used when we want to ignore errors from
3429 #ifdef ANSI_PROTOTYPES
3430 ignore_bfd_errors (const char *s ATTRIBUTE_UNUSED
, ...)
3432 ignore_bfd_errors (s
)
3433 const char *s ATTRIBUTE_UNUSED
;
3436 /* Don't do anything. */
3439 /* Check that the architecture of all the input files is compatible
3440 with the output file. Also call the backend to let it do any
3441 other checking that is needed. */
3446 lang_statement_union_type
*file
;
3448 const bfd_arch_info_type
*compatible
;
3450 for (file
= file_chain
.head
;
3451 file
!= (lang_statement_union_type
*) NULL
;
3452 file
= file
->input_statement
.next
)
3454 input_bfd
= file
->input_statement
.the_bfd
;
3455 compatible
= bfd_arch_get_compatible (input_bfd
,
3457 if (compatible
== NULL
)
3459 if (command_line
.warn_mismatch
)
3460 einfo (_("%P: warning: %s architecture of input file `%B' is incompatible with %s output\n"),
3461 bfd_printable_name (input_bfd
), input_bfd
,
3462 bfd_printable_name (output_bfd
));
3466 bfd_error_handler_type pfn
= NULL
;
3468 /* If we aren't supposed to warn about mismatched input
3469 files, temporarily set the BFD error handler to a
3470 function which will do nothing. We still want to call
3471 bfd_merge_private_bfd_data, since it may set up
3472 information which is needed in the output file. */
3473 if (! command_line
.warn_mismatch
)
3474 pfn
= bfd_set_error_handler (ignore_bfd_errors
);
3475 if (! bfd_merge_private_bfd_data (input_bfd
, output_bfd
))
3477 if (command_line
.warn_mismatch
)
3478 einfo (_("%E%X: failed to merge target specific data of file %B\n"),
3481 if (! command_line
.warn_mismatch
)
3482 bfd_set_error_handler (pfn
);
3487 /* Look through all the global common symbols and attach them to the
3488 correct section. The -sort-common command line switch may be used
3489 to roughly sort the entries by size. */
3494 if (link_info
.relocateable
3495 && ! command_line
.force_common_definition
)
3498 if (! config
.sort_common
)
3499 bfd_link_hash_traverse (link_info
.hash
, lang_one_common
, (PTR
) NULL
);
3504 for (power
= 4; power
>= 0; power
--)
3505 bfd_link_hash_traverse (link_info
.hash
, lang_one_common
,
3510 /* Place one common symbol in the correct section. */
3513 lang_one_common (h
, info
)
3514 struct bfd_link_hash_entry
*h
;
3517 unsigned int power_of_two
;
3520 unsigned opb
= bfd_arch_mach_octets_per_byte (ldfile_output_architecture
,
3521 ldfile_output_machine
);
3523 if (h
->type
!= bfd_link_hash_common
)
3527 power_of_two
= h
->u
.c
.p
->alignment_power
;
3529 if (config
.sort_common
3530 && power_of_two
< (unsigned int) *(int *) info
)
3533 section
= h
->u
.c
.p
->section
;
3535 /* Increase the size of the section. */
3536 section
->_cooked_size
= ALIGN_N ((section
->_cooked_size
+ opb
- 1) / opb
,
3537 (bfd_size_type
) (1 << power_of_two
)) * opb
;
3539 /* Adjust the alignment if necessary. */
3540 if (power_of_two
> section
->alignment_power
)
3541 section
->alignment_power
= power_of_two
;
3543 /* Change the symbol from common to defined. */
3544 h
->type
= bfd_link_hash_defined
;
3545 h
->u
.def
.section
= section
;
3546 h
->u
.def
.value
= section
->_cooked_size
;
3548 /* Increase the size of the section. */
3549 section
->_cooked_size
+= size
;
3551 /* Make sure the section is allocated in memory, and make sure that
3552 it is no longer a common section. */
3553 section
->flags
|= SEC_ALLOC
;
3554 section
->flags
&= ~SEC_IS_COMMON
;
3556 if (config
.map_file
!= NULL
)
3558 static boolean header_printed
;
3563 if (! header_printed
)
3565 minfo (_("\nAllocating common symbols\n"));
3566 minfo (_("Common symbol size file\n\n"));
3567 header_printed
= true;
3570 name
= demangle (h
->root
.string
);
3572 len
= strlen (name
);
3587 if (size
<= 0xffffffff)
3588 sprintf (buf
, "%lx", (unsigned long) size
);
3590 sprintf_vma (buf
, size
);
3600 minfo ("%B\n", section
->owner
);
3606 /* Run through the input files and ensure that every input section has
3607 somewhere to go. If one is found without a destination then create
3608 an input request and place it into the statement tree. */
3611 lang_place_orphans ()
3613 LANG_FOR_EACH_INPUT_STATEMENT (file
)
3617 for (s
= file
->the_bfd
->sections
;
3618 s
!= (asection
*) NULL
;
3621 if (s
->output_section
== (asection
*) NULL
)
3623 /* This section of the file is not attatched, root
3624 around for a sensible place for it to go. */
3626 if (file
->just_syms_flag
)
3628 /* We are only retrieving symbol values from this
3629 file. We want the symbols to act as though the
3630 values in the file are absolute. */
3631 s
->output_section
= bfd_abs_section_ptr
;
3632 s
->output_offset
= s
->vma
;
3634 else if (strcmp (s
->name
, "COMMON") == 0)
3636 /* This is a lonely common section which must have
3637 come from an archive. We attach to the section
3638 with the wildcard. */
3639 if (! link_info
.relocateable
3640 || command_line
.force_common_definition
)
3642 if (default_common_section
== NULL
)
3645 /* This message happens when using the
3646 svr3.ifile linker script, so I have
3648 info_msg (_("%P: no [COMMON] command, defaulting to .bss\n"));
3650 default_common_section
=
3651 lang_output_section_statement_lookup (".bss");
3654 wild_doit (&default_common_section
->children
, s
,
3655 default_common_section
, file
);
3658 else if (ldemul_place_orphan (file
, s
))
3662 lang_output_section_statement_type
*os
=
3663 lang_output_section_statement_lookup (s
->name
);
3665 wild_doit (&os
->children
, s
, os
, file
);
3673 lang_set_flags (ptr
, flags
, invert
)
3674 lang_memory_region_type
*ptr
;
3678 flagword
*ptr_flags
;
3680 ptr_flags
= invert
? &ptr
->not_flags
: &ptr
->flags
;
3686 *ptr_flags
|= SEC_ALLOC
;
3690 *ptr_flags
|= SEC_READONLY
;
3694 *ptr_flags
|= SEC_DATA
;
3698 *ptr_flags
|= SEC_CODE
;
3703 *ptr_flags
|= SEC_LOAD
;
3707 einfo (_("%P%F: invalid syntax in flags\n"));
3714 /* Call a function on each input file. This function will be called
3715 on an archive, but not on the elements. */
3718 lang_for_each_input_file (func
)
3719 void (*func
) PARAMS ((lang_input_statement_type
*));
3721 lang_input_statement_type
*f
;
3723 for (f
= (lang_input_statement_type
*) input_file_chain
.head
;
3725 f
= (lang_input_statement_type
*) f
->next_real_file
)
3729 /* Call a function on each file. The function will be called on all
3730 the elements of an archive which are included in the link, but will
3731 not be called on the archive file itself. */
3734 lang_for_each_file (func
)
3735 void (*func
) PARAMS ((lang_input_statement_type
*));
3737 LANG_FOR_EACH_INPUT_STATEMENT (f
)
3748 lang_for_each_input_section (func
)
3749 void (*func
) PARAMS ((bfd
*ab
, asection
*as
));
3751 LANG_FOR_EACH_INPUT_STATEMENT (f
)
3755 for (s
= f
->the_bfd
->sections
;
3756 s
!= (asection
*) NULL
;
3759 func (f
->the_bfd
, s
);
3767 ldlang_add_file (entry
)
3768 lang_input_statement_type
*entry
;
3772 lang_statement_append (&file_chain
,
3773 (lang_statement_union_type
*) entry
,
3776 /* The BFD linker needs to have a list of all input BFDs involved in
3778 ASSERT (entry
->the_bfd
->link_next
== (bfd
*) NULL
);
3779 ASSERT (entry
->the_bfd
!= output_bfd
);
3780 for (pp
= &link_info
.input_bfds
;
3781 *pp
!= (bfd
*) NULL
;
3782 pp
= &(*pp
)->link_next
)
3784 *pp
= entry
->the_bfd
;
3785 entry
->the_bfd
->usrdata
= (PTR
) entry
;
3786 bfd_set_gp_size (entry
->the_bfd
, g_switch_value
);
3788 /* Look through the sections and check for any which should not be
3789 included in the link. We need to do this now, so that we can
3790 notice when the backend linker tries to report multiple
3791 definition errors for symbols which are in sections we aren't
3792 going to link. FIXME: It might be better to entirely ignore
3793 symbols which are defined in sections which are going to be
3794 discarded. This would require modifying the backend linker for
3795 each backend which might set the SEC_LINK_ONCE flag. If we do
3796 this, we should probably handle SEC_EXCLUDE in the same way. */
3798 bfd_map_over_sections (entry
->the_bfd
, section_already_linked
, (PTR
) entry
);
3802 lang_add_output (name
, from_script
)
3806 /* Make -o on command line override OUTPUT in script. */
3807 if (had_output_filename
== false || !from_script
)
3809 output_filename
= name
;
3810 had_output_filename
= true;
3814 static lang_output_section_statement_type
*current_section
;
3826 for (l
= 0; l
< 32; l
++)
3828 if (i
>= (unsigned int) x
)
3836 lang_output_section_statement_type
*
3837 lang_enter_output_section_statement (output_section_statement_name
,
3838 address_exp
, sectype
, block_value
,
3839 align
, subalign
, ebase
)
3840 const char *output_section_statement_name
;
3841 etree_type
*address_exp
;
3842 enum section_type sectype
;
3843 bfd_vma block_value
;
3845 etree_type
*subalign
;
3848 lang_output_section_statement_type
*os
;
3852 lang_output_section_statement_lookup (output_section_statement_name
);
3854 /* Add this statement to tree. */
3856 add_statement (lang_output_section_statement_enum
,
3857 output_section_statement
);
3859 /* Make next things chain into subchain of this. */
3861 if (os
->addr_tree
== (etree_type
*) NULL
)
3863 os
->addr_tree
= address_exp
;
3865 os
->sectype
= sectype
;
3866 if (sectype
!= noload_section
)
3867 os
->flags
= SEC_NO_FLAGS
;
3869 os
->flags
= SEC_NEVER_LOAD
;
3870 os
->block_value
= block_value
? block_value
: 1;
3871 stat_ptr
= &os
->children
;
3873 os
->subsection_alignment
=
3874 topower (exp_get_value_int (subalign
, -1, "subsection alignment", 0));
3875 os
->section_alignment
=
3876 topower (exp_get_value_int (align
, -1, "section alignment", 0));
3878 os
->load_base
= ebase
;
3885 lang_output_statement_type
*new =
3886 new_stat (lang_output_statement
, stat_ptr
);
3888 new->name
= output_filename
;
3891 /* Reset the current counters in the regions. */
3894 reset_memory_regions ()
3896 lang_memory_region_type
*p
= lang_memory_region_list
;
3898 for (p
= lang_memory_region_list
;
3899 p
!= (lang_memory_region_type
*) NULL
;
3902 p
->old_length
= (bfd_size_type
) (p
->current
- p
->origin
);
3903 p
->current
= p
->origin
;
3907 /* Expand a wild statement for a particular FILE, marking its sections KEEP
3908 as needed. SECTION may be NULL, in which case it is a wild card. */
3911 gc_section_callback (ptr
, section
, file
, data
)
3912 lang_wild_statement_type
*ptr
;
3914 lang_input_statement_type
*file ATTRIBUTE_UNUSED
;
3915 PTR data ATTRIBUTE_UNUSED
;
3917 /* If the wild pattern was marked KEEP, the member sections
3918 should be as well. */
3919 if (ptr
->keep_sections
)
3920 section
->flags
|= SEC_KEEP
;
3923 /* Handle a wild statement, marking it against GC. SECTION or FILE or both
3924 may be NULL, indicating that it is a wildcard. */
3927 lang_gc_wild (s
, section
, file
)
3928 lang_wild_statement_type
*s
;
3929 const char *section
;
3932 walk_wild (s
, section
, file
, gc_section_callback
, NULL
);
3935 /* Iterate over sections marking them against GC. */
3938 lang_gc_sections_1 (s
)
3939 lang_statement_union_type
*s
;
3941 for (; s
!= (lang_statement_union_type
*) NULL
; s
= s
->next
)
3943 switch (s
->header
.type
)
3945 case lang_wild_statement_enum
:
3946 lang_gc_wild (&s
->wild_statement
,
3947 s
->wild_statement
.section_name
,
3948 s
->wild_statement
.filename
);
3950 case lang_constructors_statement_enum
:
3951 lang_gc_sections_1 (constructor_list
.head
);
3953 case lang_output_section_statement_enum
:
3954 lang_gc_sections_1 (s
->output_section_statement
.children
.head
);
3956 case lang_group_statement_enum
:
3957 lang_gc_sections_1 (s
->group_statement
.children
.head
);
3968 struct bfd_link_hash_entry
*h
;
3969 ldlang_undef_chain_list_type
*ulist
, fake_list_start
;
3971 /* Keep all sections so marked in the link script. */
3973 lang_gc_sections_1 (statement_list
.head
);
3975 /* Keep all sections containing symbols undefined on the command-line.
3976 Handle the entry symbol at the same time. */
3978 if (entry_symbol
!= NULL
)
3980 fake_list_start
.next
= ldlang_undef_chain_list_head
;
3981 fake_list_start
.name
= (char *) entry_symbol
;
3982 ulist
= &fake_list_start
;
3985 ulist
= ldlang_undef_chain_list_head
;
3987 for (; ulist
; ulist
= ulist
->next
)
3989 h
= bfd_link_hash_lookup (link_info
.hash
, ulist
->name
,
3990 false, false, false);
3992 if (h
!= (struct bfd_link_hash_entry
*) NULL
3993 && (h
->type
== bfd_link_hash_defined
3994 || h
->type
== bfd_link_hash_defweak
)
3995 && ! bfd_is_abs_section (h
->u
.def
.section
))
3997 h
->u
.def
.section
->flags
|= SEC_KEEP
;
4001 bfd_gc_sections (output_bfd
, &link_info
);
4007 lang_reasonable_defaults ();
4008 current_target
= default_target
;
4010 /* Open the output file. */
4011 lang_for_each_statement (ldlang_open_output
);
4013 ldemul_create_output_section_statements ();
4015 /* Add to the hash table all undefineds on the command line. */
4016 lang_place_undefineds ();
4018 already_linked_table_init ();
4020 /* Create a bfd for each input file. */
4021 current_target
= default_target
;
4022 open_input_bfds (statement_list
.head
, false);
4024 ldemul_after_open ();
4026 already_linked_table_free ();
4028 /* Make sure that we're not mixing architectures. We call this
4029 after all the input files have been opened, but before we do any
4030 other processing, so that any operations merge_private_bfd_data
4031 does on the output file will be known during the rest of the
4035 /* Handle .exports instead of a version script if we're told to do so. */
4036 if (command_line
.version_exports_section
)
4037 lang_do_version_exports_section ();
4039 /* Build all sets based on the information gathered from the input
4041 ldctor_build_sets ();
4043 /* Remove unreferenced sections if asked to. */
4044 if (command_line
.gc_sections
)
4045 lang_gc_sections ();
4047 /* Size up the common data. */
4050 /* Run through the contours of the script and attach input sections
4051 to the correct output sections. */
4052 map_input_to_output_sections (statement_list
.head
, (char *) NULL
,
4053 (lang_output_section_statement_type
*) NULL
);
4055 /* Find any sections not attached explicitly and handle them. */
4056 lang_place_orphans ();
4058 ldemul_before_allocation ();
4060 /* We must record the program headers before we try to fix the
4061 section positions, since they will affect SIZEOF_HEADERS. */
4062 lang_record_phdrs ();
4064 /* Now run around and relax if we can. */
4065 if (command_line
.relax
)
4067 /* First time round is a trial run to get the 'worst case'
4068 addresses of the objects if there was no relaxing. */
4069 lang_size_sections (statement_list
.head
,
4071 &(statement_list
.head
), 0, (bfd_vma
) 0, false);
4073 /* Keep relaxing until bfd_relax_section gives up. */
4076 reset_memory_regions ();
4078 relax_again
= false;
4080 /* Note: pe-dll.c does something like this also. If you find
4081 you need to change this code, you probably need to change
4082 pe-dll.c also. DJ */
4084 /* Do all the assignments with our current guesses as to
4086 lang_do_assignments (statement_list
.head
,
4088 (fill_type
) 0, (bfd_vma
) 0);
4090 /* Perform another relax pass - this time we know where the
4091 globals are, so can make better guess. */
4092 lang_size_sections (statement_list
.head
,
4094 &(statement_list
.head
), 0, (bfd_vma
) 0, true);
4096 while (relax_again
);
4100 /* Size up the sections. */
4101 lang_size_sections (statement_list
.head
,
4103 &(statement_list
.head
), 0, (bfd_vma
) 0, false);
4106 /* See if anything special should be done now we know how big
4108 ldemul_after_allocation ();
4110 /* Fix any .startof. or .sizeof. symbols. */
4111 lang_set_startof ();
4113 /* Do all the assignments, now that we know the final resting places
4114 of all the symbols. */
4116 lang_do_assignments (statement_list
.head
,
4118 (fill_type
) 0, (bfd_vma
) 0);
4120 /* Make sure that the section addresses make sense. */
4121 if (! link_info
.relocateable
4122 && command_line
.check_section_addresses
)
4123 lang_check_section_addresses ();
4131 /* EXPORTED TO YACC */
4134 lang_add_wild (section_name
, sections_sorted
, filename
, filenames_sorted
,
4135 keep_sections
, exclude_filename_list
)
4136 const char *const section_name
;
4137 boolean sections_sorted
;
4138 const char *const filename
;
4139 boolean filenames_sorted
;
4140 boolean keep_sections
;
4141 struct name_list
*exclude_filename_list
;
4143 lang_wild_statement_type
*new = new_stat (lang_wild_statement
,
4146 if (section_name
!= (char *) NULL
&& strcmp (section_name
, "COMMON") == 0)
4148 placed_commons
= true;
4150 if (filename
!= NULL
&& ! wildcardp (filename
))
4152 lang_has_input_file
= true;
4154 new->section_name
= section_name
;
4155 new->sections_sorted
= sections_sorted
;
4156 new->filename
= filename
;
4157 new->filenames_sorted
= filenames_sorted
;
4158 new->keep_sections
= keep_sections
;
4159 new->exclude_filename_list
= exclude_filename_list
;
4160 lang_list_init (&new->children
);
4164 lang_section_start (name
, address
)
4166 etree_type
*address
;
4168 lang_address_statement_type
*ad
= new_stat (lang_address_statement
, stat_ptr
);
4170 ad
->section_name
= name
;
4171 ad
->address
= address
;
4174 /* Set the start symbol to NAME. CMDLINE is nonzero if this is called
4175 because of a -e argument on the command line, or zero if this is
4176 called by ENTRY in a linker script. Command line arguments take
4180 lang_add_entry (name
, cmdline
)
4184 if (entry_symbol
== NULL
4186 || ! entry_from_cmdline
)
4188 entry_symbol
= name
;
4189 entry_from_cmdline
= cmdline
;
4194 lang_add_target (name
)
4197 lang_target_statement_type
*new = new_stat (lang_target_statement
,
4213 map_option_f
= true;
4224 lang_fill_statement_type
*new = new_stat (lang_fill_statement
,
4231 lang_add_data (type
, exp
)
4233 union etree_union
*exp
;
4236 lang_data_statement_type
*new = new_stat (lang_data_statement
,
4244 /* Create a new reloc statement. RELOC is the BFD relocation type to
4245 generate. HOWTO is the corresponding howto structure (we could
4246 look this up, but the caller has already done so). SECTION is the
4247 section to generate a reloc against, or NAME is the name of the
4248 symbol to generate a reloc against. Exactly one of SECTION and
4249 NAME must be NULL. ADDEND is an expression for the addend. */
4252 lang_add_reloc (reloc
, howto
, section
, name
, addend
)
4253 bfd_reloc_code_real_type reloc
;
4254 reloc_howto_type
*howto
;
4257 union etree_union
*addend
;
4259 lang_reloc_statement_type
*p
= new_stat (lang_reloc_statement
, stat_ptr
);
4263 p
->section
= section
;
4265 p
->addend_exp
= addend
;
4267 p
->addend_value
= 0;
4268 p
->output_section
= NULL
;
4272 lang_assignment_statement_type
*
4273 lang_add_assignment (exp
)
4276 lang_assignment_statement_type
*new = new_stat (lang_assignment_statement
,
4284 lang_add_attribute (attribute
)
4285 enum statement_enum attribute
;
4287 new_statement (attribute
, sizeof (lang_statement_union_type
), stat_ptr
);
4294 if (startup_file
!= (char *) NULL
)
4296 einfo (_("%P%Fmultiple STARTUP files\n"));
4298 first_file
->filename
= name
;
4299 first_file
->local_sym_name
= name
;
4300 first_file
->real
= true;
4302 startup_file
= name
;
4309 lang_float_flag
= maybe
;
4313 lang_leave_output_section_statement (fill
, memspec
, phdrs
, lma_memspec
)
4315 const char *memspec
;
4316 struct lang_output_section_phdr_list
*phdrs
;
4317 const char *lma_memspec
;
4319 current_section
->fill
= fill
;
4320 current_section
->region
= lang_memory_region_lookup (memspec
);
4321 if (strcmp (lma_memspec
, "*default*") != 0)
4323 current_section
->lma_region
= lang_memory_region_lookup (lma_memspec
);
4324 /* If no runtime region has been given, but the load region has
4325 been, use the load region. */
4326 if (strcmp (memspec
, "*default*") == 0)
4327 current_section
->region
= lang_memory_region_lookup (lma_memspec
);
4329 current_section
->phdrs
= phdrs
;
4330 stat_ptr
= &statement_list
;
4333 /* Create an absolute symbol with the given name with the value of the
4334 address of first byte of the section named.
4336 If the symbol already exists, then do nothing. */
4339 lang_abs_symbol_at_beginning_of (secname
, name
)
4340 const char *secname
;
4343 struct bfd_link_hash_entry
*h
;
4345 h
= bfd_link_hash_lookup (link_info
.hash
, name
, true, true, true);
4346 if (h
== (struct bfd_link_hash_entry
*) NULL
)
4347 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
4349 if (h
->type
== bfd_link_hash_new
4350 || h
->type
== bfd_link_hash_undefined
)
4354 h
->type
= bfd_link_hash_defined
;
4356 sec
= bfd_get_section_by_name (output_bfd
, secname
);
4357 if (sec
== (asection
*) NULL
)
4360 h
->u
.def
.value
= bfd_get_section_vma (output_bfd
, sec
);
4362 h
->u
.def
.section
= bfd_abs_section_ptr
;
4366 /* Create an absolute symbol with the given name with the value of the
4367 address of the first byte after the end of the section named.
4369 If the symbol already exists, then do nothing. */
4372 lang_abs_symbol_at_end_of (secname
, name
)
4373 const char *secname
;
4376 struct bfd_link_hash_entry
*h
;
4378 h
= bfd_link_hash_lookup (link_info
.hash
, name
, true, true, true);
4379 if (h
== (struct bfd_link_hash_entry
*) NULL
)
4380 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
4382 if (h
->type
== bfd_link_hash_new
4383 || h
->type
== bfd_link_hash_undefined
)
4387 h
->type
= bfd_link_hash_defined
;
4389 sec
= bfd_get_section_by_name (output_bfd
, secname
);
4390 if (sec
== (asection
*) NULL
)
4393 h
->u
.def
.value
= (bfd_get_section_vma (output_bfd
, sec
)
4394 + bfd_section_size (output_bfd
, sec
) /
4395 bfd_octets_per_byte (output_bfd
));
4397 h
->u
.def
.section
= bfd_abs_section_ptr
;
4402 lang_statement_append (list
, element
, field
)
4403 lang_statement_list_type
*list
;
4404 lang_statement_union_type
*element
;
4405 lang_statement_union_type
**field
;
4407 *(list
->tail
) = element
;
4411 /* Set the output format type. -oformat overrides scripts. */
4414 lang_add_output_format (format
, big
, little
, from_script
)
4420 if (output_target
== NULL
|| !from_script
)
4422 if (command_line
.endian
== ENDIAN_BIG
4425 else if (command_line
.endian
== ENDIAN_LITTLE
4429 output_target
= format
;
4433 /* Enter a group. This creates a new lang_group_statement, and sets
4434 stat_ptr to build new statements within the group. */
4439 lang_group_statement_type
*g
;
4441 g
= new_stat (lang_group_statement
, stat_ptr
);
4442 lang_list_init (&g
->children
);
4443 stat_ptr
= &g
->children
;
4446 /* Leave a group. This just resets stat_ptr to start writing to the
4447 regular list of statements again. Note that this will not work if
4448 groups can occur inside anything else which can adjust stat_ptr,
4449 but currently they can't. */
4454 stat_ptr
= &statement_list
;
4457 /* Add a new program header. This is called for each entry in a PHDRS
4458 command in a linker script. */
4461 lang_new_phdr (name
, type
, filehdr
, phdrs
, at
, flags
)
4469 struct lang_phdr
*n
, **pp
;
4471 n
= (struct lang_phdr
*) stat_alloc (sizeof (struct lang_phdr
));
4474 n
->type
= exp_get_value_int (type
, 0, "program header type",
4475 lang_final_phase_enum
);
4476 n
->filehdr
= filehdr
;
4481 for (pp
= &lang_phdr_list
; *pp
!= NULL
; pp
= &(*pp
)->next
)
4486 /* Record the program header information in the output BFD. FIXME: We
4487 should not be calling an ELF specific function here. */
4490 lang_record_phdrs ()
4494 struct lang_output_section_phdr_list
*last
;
4495 struct lang_phdr
*l
;
4496 lang_statement_union_type
*u
;
4499 secs
= (asection
**) xmalloc (alc
* sizeof (asection
*));
4501 for (l
= lang_phdr_list
; l
!= NULL
; l
= l
->next
)
4508 for (u
= lang_output_section_statement
.head
;
4510 u
= u
->output_section_statement
.next
)
4512 lang_output_section_statement_type
*os
;
4513 struct lang_output_section_phdr_list
*pl
;
4515 os
= &u
->output_section_statement
;
4522 if (os
->sectype
== noload_section
4523 || os
->bfd_section
== NULL
4524 || (os
->bfd_section
->flags
& SEC_ALLOC
) == 0)
4529 if (os
->bfd_section
== NULL
)
4532 for (; pl
!= NULL
; pl
= pl
->next
)
4534 if (strcmp (pl
->name
, l
->name
) == 0)
4539 secs
= ((asection
**)
4540 xrealloc (secs
, alc
* sizeof (asection
*)));
4542 secs
[c
] = os
->bfd_section
;
4549 if (l
->flags
== NULL
)
4552 flags
= exp_get_vma (l
->flags
, 0, "phdr flags",
4553 lang_final_phase_enum
);
4558 at
= exp_get_vma (l
->at
, 0, "phdr load address",
4559 lang_final_phase_enum
);
4561 if (! bfd_record_phdr (output_bfd
, l
->type
,
4562 l
->flags
== NULL
? false : true,
4564 l
->at
== NULL
? false : true,
4565 at
, l
->filehdr
, l
->phdrs
, c
, secs
))
4566 einfo (_("%F%P: bfd_record_phdr failed: %E\n"));
4571 /* Make sure all the phdr assignments succeeded. */
4572 for (u
= lang_output_section_statement
.head
;
4574 u
= u
->output_section_statement
.next
)
4576 struct lang_output_section_phdr_list
*pl
;
4578 if (u
->output_section_statement
.bfd_section
== NULL
)
4581 for (pl
= u
->output_section_statement
.phdrs
;
4584 if (! pl
->used
&& strcmp (pl
->name
, "NONE") != 0)
4585 einfo (_("%X%P: section `%s' assigned to non-existent phdr `%s'\n"),
4586 u
->output_section_statement
.name
, pl
->name
);
4590 /* Record a list of sections which may not be cross referenced. */
4593 lang_add_nocrossref (l
)
4594 struct lang_nocrossref
*l
;
4596 struct lang_nocrossrefs
*n
;
4598 n
= (struct lang_nocrossrefs
*) xmalloc (sizeof *n
);
4599 n
->next
= nocrossref_list
;
4601 nocrossref_list
= n
;
4603 /* Set notice_all so that we get informed about all symbols. */
4604 link_info
.notice_all
= true;
4607 /* Overlay handling. We handle overlays with some static variables. */
4609 /* The overlay virtual address. */
4610 static etree_type
*overlay_vma
;
4612 /* The overlay load address. */
4613 static etree_type
*overlay_lma
;
4615 /* Whether nocrossrefs is set for this overlay. */
4616 static int overlay_nocrossrefs
;
4618 /* An expression for the maximum section size seen so far. */
4619 static etree_type
*overlay_max
;
4621 /* A list of all the sections in this overlay. */
4623 struct overlay_list
{
4624 struct overlay_list
*next
;
4625 lang_output_section_statement_type
*os
;
4628 static struct overlay_list
*overlay_list
;
4630 /* Start handling an overlay. */
4633 lang_enter_overlay (vma_expr
, lma_expr
, nocrossrefs
)
4634 etree_type
*vma_expr
;
4635 etree_type
*lma_expr
;
4638 /* The grammar should prevent nested overlays from occurring. */
4639 ASSERT (overlay_vma
== NULL
4640 && overlay_lma
== NULL
4641 && overlay_list
== NULL
4642 && overlay_max
== NULL
);
4644 overlay_vma
= vma_expr
;
4645 overlay_lma
= lma_expr
;
4646 overlay_nocrossrefs
= nocrossrefs
;
4649 /* Start a section in an overlay. We handle this by calling
4650 lang_enter_output_section_statement with the correct VMA and LMA. */
4653 lang_enter_overlay_section (name
)
4656 struct overlay_list
*n
;
4659 lang_enter_output_section_statement (name
, overlay_vma
, normal_section
,
4660 0, 0, 0, overlay_lma
);
4662 /* If this is the first section, then base the VMA and LMA of future
4663 sections on this one. This will work correctly even if `.' is
4664 used in the addresses. */
4665 if (overlay_list
== NULL
)
4667 overlay_vma
= exp_nameop (ADDR
, name
);
4668 overlay_lma
= exp_nameop (LOADADDR
, name
);
4671 /* Remember the section. */
4672 n
= (struct overlay_list
*) xmalloc (sizeof *n
);
4673 n
->os
= current_section
;
4674 n
->next
= overlay_list
;
4677 size
= exp_nameop (SIZEOF
, name
);
4679 /* Adjust the LMA for the next section. */
4680 overlay_lma
= exp_binop ('+', overlay_lma
, size
);
4682 /* Arrange to work out the maximum section end address. */
4683 if (overlay_max
== NULL
)
4686 overlay_max
= exp_binop (MAX_K
, overlay_max
, size
);
4689 /* Finish a section in an overlay. There isn't any special to do
4693 lang_leave_overlay_section (fill
, phdrs
)
4695 struct lang_output_section_phdr_list
*phdrs
;
4702 name
= current_section
->name
;
4704 lang_leave_output_section_statement (fill
, "*default*",
4705 phdrs
, "*default*");
4707 /* Define the magic symbols. */
4709 clean
= xmalloc (strlen (name
) + 1);
4711 for (s1
= name
; *s1
!= '\0'; s1
++)
4712 if (isalnum ((unsigned char) *s1
) || *s1
== '_')
4716 buf
= xmalloc (strlen (clean
) + sizeof "__load_start_");
4717 sprintf (buf
, "__load_start_%s", clean
);
4718 lang_add_assignment (exp_assop ('=', buf
,
4719 exp_nameop (LOADADDR
, name
)));
4721 buf
= xmalloc (strlen (clean
) + sizeof "__load_stop_");
4722 sprintf (buf
, "__load_stop_%s", clean
);
4723 lang_add_assignment (exp_assop ('=', buf
,
4725 exp_nameop (LOADADDR
, name
),
4726 exp_nameop (SIZEOF
, name
))));
4731 /* Finish an overlay. If there are any overlay wide settings, this
4732 looks through all the sections in the overlay and sets them. */
4735 lang_leave_overlay (fill
, memspec
, phdrs
, lma_memspec
)
4737 const char *memspec
;
4738 struct lang_output_section_phdr_list
*phdrs
;
4739 const char *lma_memspec
;
4741 lang_memory_region_type
*region
;
4742 lang_memory_region_type
*lma_region
;
4743 struct overlay_list
*l
;
4744 struct lang_nocrossref
*nocrossref
;
4746 if (memspec
== NULL
)
4749 region
= lang_memory_region_lookup (memspec
);
4751 if (lma_memspec
== NULL
)
4754 lma_region
= lang_memory_region_lookup (lma_memspec
);
4761 struct overlay_list
*next
;
4763 if (fill
!= 0 && l
->os
->fill
== 0)
4765 if (region
!= NULL
&& l
->os
->region
== NULL
)
4766 l
->os
->region
= region
;
4767 if (lma_region
!= NULL
&& l
->os
->lma_region
== NULL
)
4768 l
->os
->lma_region
= lma_region
;
4769 if (phdrs
!= NULL
&& l
->os
->phdrs
== NULL
)
4770 l
->os
->phdrs
= phdrs
;
4772 if (overlay_nocrossrefs
)
4774 struct lang_nocrossref
*nc
;
4776 nc
= (struct lang_nocrossref
*) xmalloc (sizeof *nc
);
4777 nc
->name
= l
->os
->name
;
4778 nc
->next
= nocrossref
;
4787 if (nocrossref
!= NULL
)
4788 lang_add_nocrossref (nocrossref
);
4790 /* Update . for the end of the overlay. */
4791 lang_add_assignment (exp_assop ('=', ".",
4792 exp_binop ('+', overlay_vma
, overlay_max
)));
4796 overlay_nocrossrefs
= 0;
4797 overlay_list
= NULL
;
4801 /* Version handling. This is only useful for ELF. */
4803 /* This global variable holds the version tree that we build. */
4805 struct bfd_elf_version_tree
*lang_elf_version_info
;
4808 lang_vers_match_lang_c (expr
, sym
)
4809 struct bfd_elf_version_expr
*expr
;
4812 if (expr
->pattern
[0] == '*' && expr
->pattern
[1] == '\0')
4814 return fnmatch (expr
->pattern
, sym
, 0) == 0;
4818 lang_vers_match_lang_cplusplus (expr
, sym
)
4819 struct bfd_elf_version_expr
*expr
;
4825 if (expr
->pattern
[0] == '*' && expr
->pattern
[1] == '\0')
4828 alt_sym
= cplus_demangle (sym
, /* DMGL_NO_TPARAMS */ 0);
4831 /* cplus_demangle (also) returns NULL when it is not a C++ symbol.
4832 Should we early out false in this case? */
4833 result
= fnmatch (expr
->pattern
, sym
, 0) == 0;
4837 result
= fnmatch (expr
->pattern
, alt_sym
, 0) == 0;
4845 lang_vers_match_lang_java (expr
, sym
)
4846 struct bfd_elf_version_expr
*expr
;
4852 if (expr
->pattern
[0] == '*' && expr
->pattern
[1] == '\0')
4855 alt_sym
= cplus_demangle (sym
, DMGL_JAVA
);
4858 /* cplus_demangle (also) returns NULL when it is not a Java symbol.
4859 Should we early out false in this case? */
4860 result
= fnmatch (expr
->pattern
, sym
, 0) == 0;
4864 result
= fnmatch (expr
->pattern
, alt_sym
, 0) == 0;
4871 /* This is called for each variable name or match expression. */
4873 struct bfd_elf_version_expr
*
4874 lang_new_vers_regex (orig
, new, lang
)
4875 struct bfd_elf_version_expr
*orig
;
4879 struct bfd_elf_version_expr
*ret
;
4881 ret
= (struct bfd_elf_version_expr
*) xmalloc (sizeof *ret
);
4885 if (lang
== NULL
|| strcasecmp (lang
, "C") == 0)
4886 ret
->match
= lang_vers_match_lang_c
;
4887 else if (strcasecmp (lang
, "C++") == 0)
4888 ret
->match
= lang_vers_match_lang_cplusplus
;
4889 else if (strcasecmp (lang
, "Java") == 0)
4890 ret
->match
= lang_vers_match_lang_java
;
4893 einfo (_("%X%P: unknown language `%s' in version information\n"),
4895 ret
->match
= lang_vers_match_lang_c
;
4901 /* This is called for each set of variable names and match
4904 struct bfd_elf_version_tree
*
4905 lang_new_vers_node (globals
, locals
)
4906 struct bfd_elf_version_expr
*globals
;
4907 struct bfd_elf_version_expr
*locals
;
4909 struct bfd_elf_version_tree
*ret
;
4911 ret
= (struct bfd_elf_version_tree
*) xmalloc (sizeof *ret
);
4915 ret
->globals
= globals
;
4916 ret
->locals
= locals
;
4918 ret
->name_indx
= (unsigned int) -1;
4923 /* This static variable keeps track of version indices. */
4925 static int version_index
;
4927 /* This is called when we know the name and dependencies of the
4931 lang_register_vers_node (name
, version
, deps
)
4933 struct bfd_elf_version_tree
*version
;
4934 struct bfd_elf_version_deps
*deps
;
4936 struct bfd_elf_version_tree
*t
, **pp
;
4937 struct bfd_elf_version_expr
*e1
;
4939 /* Make sure this node has a unique name. */
4940 for (t
= lang_elf_version_info
; t
!= NULL
; t
= t
->next
)
4941 if (strcmp (t
->name
, name
) == 0)
4942 einfo (_("%X%P: duplicate version tag `%s'\n"), name
);
4944 /* Check the global and local match names, and make sure there
4945 aren't any duplicates. */
4947 for (e1
= version
->globals
; e1
!= NULL
; e1
= e1
->next
)
4949 for (t
= lang_elf_version_info
; t
!= NULL
; t
= t
->next
)
4951 struct bfd_elf_version_expr
*e2
;
4953 for (e2
= t
->locals
; e2
!= NULL
; e2
= e2
->next
)
4954 if (strcmp (e1
->pattern
, e2
->pattern
) == 0)
4955 einfo (_("%X%P: duplicate expression `%s' in version information\n"),
4960 for (e1
= version
->locals
; e1
!= NULL
; e1
= e1
->next
)
4962 for (t
= lang_elf_version_info
; t
!= NULL
; t
= t
->next
)
4964 struct bfd_elf_version_expr
*e2
;
4966 for (e2
= t
->globals
; e2
!= NULL
; e2
= e2
->next
)
4967 if (strcmp (e1
->pattern
, e2
->pattern
) == 0)
4968 einfo (_("%X%P: duplicate expression `%s' in version information\n"),
4973 version
->deps
= deps
;
4974 version
->name
= name
;
4976 version
->vernum
= version_index
;
4978 for (pp
= &lang_elf_version_info
; *pp
!= NULL
; pp
= &(*pp
)->next
)
4983 /* This is called when we see a version dependency. */
4985 struct bfd_elf_version_deps
*
4986 lang_add_vers_depend (list
, name
)
4987 struct bfd_elf_version_deps
*list
;
4990 struct bfd_elf_version_deps
*ret
;
4991 struct bfd_elf_version_tree
*t
;
4993 ret
= (struct bfd_elf_version_deps
*) xmalloc (sizeof *ret
);
4996 for (t
= lang_elf_version_info
; t
!= NULL
; t
= t
->next
)
4998 if (strcmp (t
->name
, name
) == 0)
5000 ret
->version_needed
= t
;
5005 einfo (_("%X%P: unable to find version dependency `%s'\n"), name
);
5011 lang_do_version_exports_section ()
5013 struct bfd_elf_version_expr
*greg
= NULL
, *lreg
;
5015 LANG_FOR_EACH_INPUT_STATEMENT (is
)
5017 asection
*sec
= bfd_get_section_by_name (is
->the_bfd
, ".exports");
5024 len
= bfd_section_size (is
->the_bfd
, sec
);
5025 contents
= xmalloc (len
);
5026 if (!bfd_get_section_contents (is
->the_bfd
, sec
, contents
, 0, len
))
5027 einfo (_("%X%P: unable to read .exports section contents"), sec
);
5030 while (p
< contents
+ len
)
5032 greg
= lang_new_vers_regex (greg
, p
, NULL
);
5033 p
= strchr (p
, '\0') + 1;
5036 /* Do not free the contents, as we used them creating the regex. */
5038 /* Do not include this section in the link. */
5039 bfd_set_section_flags (is
->the_bfd
, sec
,
5040 bfd_get_section_flags (is
->the_bfd
, sec
) | SEC_EXCLUDE
);
5043 lreg
= lang_new_vers_regex (NULL
, "*", NULL
);
5044 lang_register_vers_node (command_line
.version_exports_section
,
5045 lang_new_vers_node (greg
, lreg
), NULL
);