https://sourceware.org/bugzilla/show_bug.cgi?id=33327
Bug ID: 33327
Summary: entsize doesn't work with unique
Product: binutils
Version: 2.46 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
CC: jbeulich at suse dot com
Target Milestone: ---
hjl@gnu-cfl-3 tmp]$ cat y.s
.section .foo, "aw", %progbits,unique,0
.zero 6
.section .foo, "aw", %progbits,unique,1
.zero 6
.section .foo, "awE", %progbits,unique,2,6
.zero 6
[hjl@gnu-cfl-3 tmp]$ gcc -c y.s
y.s: Assembler messages:
y.s:5: Error: bad or irreducible absolute expression
y.s:5: Warning: invalid section entity size
y.s:5: Error: junk at end of line, first unrecognized character is `,'
[hjl@gnu-cfl-3 tmp]$
--
You are receiving this mail because:
You are on the CC list for the bug.