From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Mitchell To: ian@zembu.com Cc: binutils@sourceware.cygnus.com Subject: Re: PATCH for IRIX6/linkonce sections Date: Mon, 19 Jul 1999 12:30:00 -0000 Message-id: <19990719123413X.mitchell@codesourcery.com> References: <19990719163630.2927.qmail@daffy.airs.com> <19990719094839J.mitchell@codesourcery.com> <19990719191404.25527.qmail@daffy.airs.com> X-SW-Source: 1999-q3/msg00264.html >>>>> "Ian" == Ian Lance Taylor writes: Ian> You probably do not need any equivalent to *(.data*) in your Ian> MIPS ELF specific sections. That was the bit I did not understand. I really wish that either I was smarter or that there was a bit more commentary in BFD. I'll add a comment about this in elf.sc. Ian> So that leaves us with Ian> .data ${RELOCATING-0} : { *(.data) Ian> ${RELOCATING+*(.gnu.linkonce.d*) } Ian> If you don't name a input section in a linker script at all, Ian> the default is to combine all the input sections of that name Ian> into an output section of the same name. Right. So, I agree, we can do this with OTHER_RELOCATING_SECTIONS. I'll check in the appropriate change. -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com