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: i at maskray dot me
Subject: [Bug gas/25380] Support section linkage 'unique' (multiple sections with the same name)
Date: Sun, 02 Feb 2020 03:32:37 +0000

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

--- Comment #5 from Fangrui Song <i at maskray dot me> ---
In clang's integrated assembler, a unique ID is an `unsigned` (0~0xffffffff). I
think any sufficiently large upper bound (larger than reasonable numbers of
sections) should work.

Note,

.section .foo,"ax",@progbits
and
.section .foo,"ax",@progbits,unique,0

are different.

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