https://sourceware.org/bugzilla/show_bug.cgi?id=27500
Alan Modra <amodra at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at sourceware dot org |amodra at gmail dot com Status|NEW |ASSIGNED --- Comment #1 from Alan Modra <amodra at gmail dot com> --- And this testcase shows a similar problem, but without group sections. .text .global _start _start: .dc.a foo_xx .dc.a __start_xx, __stop_xx .section xx,"a",%progbits,unique,0 .global foo_xx foo_xx: .dc.a 1 .section xx,"a",%progbits,unique,1 .global bar_xx bar_xx: .dc.a 3 -- You are receiving this mail because: You are on the CC list for the bug.