On Fri, Nov 27, 2020 at 10:29:53AM +0000, Iain Sandoe wrote: > --- a/gcc/configure.ac > +++ b/gcc/configure.ac > @@ -3114,34 +3114,38 @@ AC_MSG_RESULT($gcc_cv_ld_ro_rw_mix) > gcc_AC_INITFINI_ARRAY > > # Check if we have .[us]leb128, and support symbol arithmetic with it. > +# Older versions of GAS and some non-GNU assemblers, have a bugs handling
s/a bugs/bugs/ Otherwise LGTM, thanks. Jakub