bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/25380] Support section linkage 'unique' (multiple sections with


From: hjl.tools at gmail dot com
Subject: [Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)
Date: Sun, 02 Feb 2020 02:47:04 +0000

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Fangrui Song from comment #0)
> Clang's integrated assembler supports multiple section with the same name.
> 
> % cat a.s
> .section        .text,"ax",@progbits,unique,1
> nop
> .section        .text,"ax",@progbits,unique,2
> nop
> 

What is the valid range for ID?  I am using unsigned int for ID and I
need to reserve one value for non-unique section.  I can use 0 or
0xffffffff.

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