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 02:49:25 +0000

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2020-02-02
     Ever confirmed|0                           |1

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Fangrui Song from comment #0)
> % cat a.c                                                       
> void foo(){}
> void bar(){}
> % clang -fpatchable-function-entry=2 -ffunction-sections -S a.c # clang HEAD
> https://reviews.llvm.org/D72222 https://reviews.llvm.org/D72222
> % grep __patchable a.s
>         .section      
> __patchable_function_entries,"awo",@progbits,foo,unique,0
>         .section      
> __patchable_function_entries,"awo",@progbits,bar,unique,1

unique,N is not required here since

.section       __patchable_function_entries,"awo",@progbits,foo
.section       __patchable_function_entries,"awo",@progbits,bar

are unique.

-- 
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]