* config/obj-elf.c: (obj_elf_change_section): Add "group" param.
commit321658845a61f461cac25486056302fd7002a88f
authorAlan Modra <amodra@bigpond.net.au>
Tue, 9 Oct 2001 06:07:33 +0000 (9 06:07 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Tue, 9 Oct 2001 06:07:33 +0000 (9 06:07 +0000)
treeaab8014b9e56e72729b0db3de481bb9e81c9a4f7
parent7751a89c02dfa929eda1df7fd4b4fa278a579222
* config/obj-elf.c: (obj_elf_change_section): Add "group" param.
Set elf_section_data group from it.  Warn if group name changed.
(obj_elf_parse_section_letters): Parse 'G' too.
(obj_elf_section): Parse group name.
(struct group_list): New.
(build_group_lists): New function.
(elf_frob_file): Create SEC_GROUP section(s).

* config/obj-elf.c: (elf_copy_symbol_attributes): Zap trailing
whitespace.
gas/ChangeLog
gas/config/obj-elf.c