Re: [PATCH] Fix .lbss handling on x86-64 (PR target/58218)

2013-08-23 Thread Uros Bizjak
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

[PATCH] Fix .lbss handling on x86-64 (PR target/58218)

2013-08-23 Thread Jakub Jelinek
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