Re: [PATCH] Always default to DWARF2 debugging for RX, even with -mas100-syntax

2021-09-10 Thread Jeff Law via Gcc-patches
On 9/10/2021 1:05 AM, Richard Biener wrote: The RX port defaults to STABS when -mas100-syntax is used because the AS100 assembler does not support some of the pseudo-ops used by DWARF2 debug emission. Since STABS is going to be deprecated that has to change. The following simply always uses

[PATCH] Always default to DWARF2 debugging for RX, even with -mas100-syntax

2021-09-10 Thread Richard Biener via Gcc-patches
The RX port defaults to STABS when -mas100-syntax is used because the AS100 assembler does not support some of the pseudo-ops used by DWARF2 debug emission. Since STABS is going to be deprecated that has to change. The following simply always uses DWARF2, likely leaving -mas100-syntax broken when