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

--- Comment #67 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Note that, as before, .text.startup is present in gcc-10 but missing in
> gcc-11 crtend.o.

That's expected if you compile with -Og or -O1, i.e. it requires -O2 or above.

Reply via email to