On Fri, Aug 23, 2013 at 9:08 AM, Jakub Jelinek wrote:
> On the following testcase we generate
> .section.lbss,"aw",@progbits
> which causes assembler warning, it is supposed to be
> .section.lbss,"aw",@nobits
> instead. The following patch fixes that. I went through all of
> def
Hi!
On the following testcase we generate
.section.lbss,"aw",@progbits
which causes assembler warning, it is supposed to be
.section.lbss,"aw",@nobits
instead. The following patch fixes that. I went through all of
default_section_type_flags and looked for which sections the defau