https://sourceware.org/bugzilla/show_bug.cgi?id=33779

Jan Beulich <jbeulich at suse dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeulich at suse dot com

--- Comment #1 from Jan Beulich <jbeulich at suse dot com> ---
Re-specifying the attributes is only papering over an issue with the source:
Because of the .attach_group, the second ".section .init.text" (with or without
the extra attributes) creates another section, for the (absent) group not
matching the one that the first instance was attached to. What you want really
requires

        .section        .init.text,"axG",@progbits,.init.text

at the 2nd instance. I fear this can't really be done behind the back of the
compiler.

For now I think there's no gas issue here. But I'll leave this open for a
little while, for you to prove me wrong.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to