https://sourceware.org/bugzilla/show_bug.cgi?id=33327
Jan Beulich <jbeulich at suse dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Jan Beulich <jbeulich at suse dot com> --- Indeed, and on older gas .section .foom, "awM", %progbits,unique,2,6 .zero 6 doesn't work either. .section .foom, "awM", %progbits,6,unique,2 .zero 6 works, as does (on recent gas) .section .foo, "awE", %progbits,6,unique,2 .zero 6 -- You are receiving this mail because: You are on the CC list for the bug.