Re: [PATCH v2] configury : Fix LEB128 support for non-GNU assemblers.

2020-11-27 Thread Jakub Jelinek via Gcc-patches
On Fri, Nov 27, 2020 at 10:29:53AM +, 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 G

[PATCH v2] configury : Fix LEB128 support for non-GNU assemblers.

2020-11-27 Thread Iain Sandoe via Gcc-patches
Hi Folks. Iain Sandoe via Gcc-patches wrote: Rainer Orth wrote: maybe this is enough to cover all bases without having to do any version or target checks. (untested) objdump is not available on quite a few Darwin versions with perfectly functional uleb128 - so I don’t want to punt on thos