This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Bug in arm-elf-gcc


On Thu, May 11, 2000 at 11:35:55PM -0700, Eric Christopher wrote:
> >  .section .bss.__hc,"a"
> >  .align 2
>
> This is a separate section.  If you run objdump on the object file it is
> a little easier to see:

Yes, but his point is that ld is going to merge all that
back into .bss.  Which is a problem because his data is
not zero.

It's definitely a gcc bug.


r~

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