This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in arm-elf-gcc
- To: Eric Christopher <echristo at cygnus dot com>
- Subject: Re: Bug in arm-elf-gcc
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 12 May 2000 10:12:15 -0700
- Cc: Soh Kok Hong <khsoh at krdl dot org dot sg>, gcc-bugs at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- References: <00d501bfbbb0$ecd58e40$50877ac0@krdl.org.sg> <391BA64B.90174D03@cygnus.com>
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~