This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ld -r frustration
On Tue, Jul 27, 2004 at 05:57:34PM +0100, Richard Earnshaw wrote:
>
> Well on ELF you can just write out every section unchanged in a single
> object file (ELF is quite happy to have multiple sections with the same
> name, it's only GAS that doesn't know how to do this). IIRC the only
> thing that needs merging is the symbol table.
You can have multiple sections with the same name if you use section
group. I hope I have fixed all the section group bugs in the current
binutils in CVS.
H.J.