bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)


From: hjl.tools at gmail dot com
Subject: [Bug gas/25381] Support section flag 'o' (SHF_LINK_ORDER)
Date: Sun, 02 Feb 2020 19:15:01 +0000

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
When both o and G present, like

        .section .text,"axG",@progbits,foo,comdat
foo:
        .section __patchable_function_entries,"awoG",@progbits,foo,foo,comdat
        .p2align        3
        .dc.a   .LPFE1
.LPFE1:
        nop
        .section .text,"axG",@progbits,foo,comdat
        ret

It is "@progbits,linked-to-symbol-name,group-name,comdat".

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]