* ldlang.c (unique_section_p): Pass section parm, return true on
group sections. (output_section_callback): Adjust. * ldlang.h (unique_section_p): Update prototype. * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
This commit is contained in:
parent
72adc23045
commit
d0d6a25bf3
4 changed files with 19 additions and 4 deletions
|
@ -556,7 +556,7 @@ extern struct bfd_elf_version_deps *lang_add_vers_depend
|
|||
extern void lang_register_vers_node
|
||||
(const char *, struct bfd_elf_version_tree *, struct bfd_elf_version_deps *);
|
||||
bfd_boolean unique_section_p
|
||||
(const char *);
|
||||
(const asection *);
|
||||
extern void lang_add_unique
|
||||
(const char *);
|
||||
extern const char *lang_get_output_target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue