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, Oct 29, 2001 at 08:46:49PM -0500, DJ Delorie wrote:
> 
> One of our customers has pointed out that -Tbss doesn't work with ELF
> because the __bss_start symbol is not actually inside the .bss
> section, and thus won't get moved with it.  However, __bss_start also
> encompasses .sbss, so we can't just move the symbol inside .bss to fix
> it.

Have you tried

  __bss_start = MIN_K (ADDR (.bss), ADDR (.sbss)) ;


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