t;
> Date: Fri, 16 Oct 2020 05:59:51 -0700
> Subject: [PATCH] Update check for working assembler --gdwarf-4 option
>
> Rename HAVE_AS_WORKING_DWARF_4_FLAG to HAVE_AS_WORKING_DWARF_N_FLAG
> Don't set HAVE_AS_WORKING_DWARF_N_FLAG if --gdwarf-5/--gdwarf-4 generate
> an
or the assembler file in order to
> > > be able to debug those
> > > 2) if the assembly does contain .debug* sections/.file/.loc directives,
> > >only change the version of the .debug_line generated for the .file/.loc
> > >directives, but nothing else;
mbly does contain .debug* sections/.file/.loc directives,
> > only change the version of the .debug_line generated for the .file/.loc
> >directives, but nothing else; keep all .debug* sections but .debug_line
> >as is
>
Here is the updated patch. OK for maste