* 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:
Alan Modra 2004-04-30 14:26:09 +00:00
parent 72adc23045
commit d0d6a25bf3
4 changed files with 19 additions and 4 deletions

View file

@ -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