https://sourceware.org/bugzilla/show_bug.cgi?id=18835
Bug ID: 18835
Summary: GAS complains about incorrect section attributes
Product: binutils
Version: 2.25
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
For the testcase below gas complains with
> as -o t.o t.s
t.s: Assembler messages:
t.s:13: Warning: setting incorrect section attributes for .gnu.lto_.debug_str
for no good reason (it seems to special-case .gnu.lto_ prefixed sections
somehow).
.section .gnu.lto_.debug_info,"",@progbits
.hidden t.c.f0aceea6
.globl t.c.f0aceea6
t.c.f0aceea6:
.long 0x31
.value 0x4
.long .Ldebug_abbrev1
.section .gnu.lto_.debug_abbrev,"",@progbits
.Ldebug_abbrev1:
.uleb128 0x1
.section .gnu.lto_.debug_str,"MS",@progbits,1
.string "/abuild/rguenther/trunk-g/gcc"
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils