This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: relocation truncated to fit error on alpha
On Sat, Apr 05, 2003 at 12:58:17AM -0800, Richard Henderson wrote:
> On Sat, Apr 05, 2003 at 10:39:44AM +0930, Alan Modra wrote:
> > ELF SHT_GROUP support has been in binutils for a year and a half.
>
> Multiple sections with the same name still isn't supported.
Eh? What do you need this for? Hmm, I suppose you want to do
.section .text,"axG",@progbits,group.1
then later in the same file
.section .text,"axG",@progbits,group.2
and have the two ".text"s separate (and separate from the standard
.text)? Why not just call the sections .text.1 and .text.2?
--
Alan Modra
IBM OzLabs - Linux Technology Centre