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

--- Comment #34 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> 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.

Reply via email to