This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: link script PROVIDE bugfix
On Tue, Aug 09, 2005 at 01:10:42PM +0930, Alan Modra wrote:
> On Mon, Aug 08, 2005 at 06:20:50PM -0700, H. J. Lu wrote:
> > A project I am working on for ia32, ia64 and x86-64 uses additional
> > bss sections.
>
> OK, OTHER_BSS_SECTIONS can be brought back when you contribute that
> patch.
>
> I see I left .tbss in hppa64linux.sh LARGE_SECTIONS. I meant to remove
> it, as elf.sc already has a .tbss section.
>
> * emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss.
>
If a target defines both LARGE_SECTIONS and OTHER_BSS_END_SYMBOLS,
OTHER_BSS_END_SYMBOLS may be placed before a bss section.
H.J.