https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486

--- Comment #36 from Óscar Fuentes <gcc_bugzilla at axeitado dot com> ---
(In reply to Eric Botcazou from comment #34)
> > These are the crtend.o from the installed gcc 10.3 (which works fine):
> > 
> > $ for f in `find /mingw32 -name crtend.o` ; do echo $f && nm $f ; done      
> > /mingw32/i686-w64-mingw32/lib/crtend.o
> > 00000000 b .bss
> > 00000000 d .data
> > 00000000 r .rdata$zzz
> > 00000000 t .text
> 
> Where does this one come from exactly?  It looks totally empty.

It comes from the MinGW-w64 CRT.

Reply via email to