On Mon, Jan 30, 2012 at 2:40 PM, Jakub Jelinek wrote:
> Hi!
>
> dwarf2out_switch_text_section is called even when -g0 or when not generating
> dwarf debug info, if we need to handle there unwinding stuff.
> But with -g0 e.g. line info tables aren't initialized. Already a few lines
> above this sp
Hi!
dwarf2out_switch_text_section is called even when -g0 or when not generating
dwarf debug info, if we need to handle there unwinding stuff.
But with -g0 e.g. line info tables aren't initialized. Already a few lines
above this spot we guard it with cold_text_section != NULL, so this patch
just