This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -Tbss on ELF harmful?


On Mon, 29 Oct 2001, DJ Delorie wrote:

> > Have you tried
> >
> >   __bss_start = MIN_K (ADDR (.bss), ADDR (.sbss)) ;
>
> Won't work if the two aren't contiguous, or if there is no .sbss
> section (in which case, who knows what the "address" would be?)

Your problem can be solved by e.g. using SIZEOF (.sbss).  At
least I think so.  If not, there's a bug in
ld/emulparams/criself.sh.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]