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: powerpc-eabi and -msdata


On Fri, Jun 15, 2001 at 01:44:29PM -0700, Geoff Keating wrote:
> Declare them in C as
> 
> void __bss_start;

I'd recommend "extern char __bss_start[]" instead.  Otherwise
you'll almost certainly run afoul of .sdata type optimizations
in the compiler.


r~


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