Re: [PATCH 0/4] drop version checks for in-tree gas [PR91602]

2021-08-20 Thread Serge Belyshev via Gcc-patches
Jeff Law writes: > This set is approved.    Push them to the trunk when it's convenient > for you. > > Thanks for your patience, Thanks! Committed as r12-3047 .. r12-3050.

Re: [PATCH 0/4] drop version checks for in-tree gas [PR91602]

2021-08-19 Thread Jeff Law via Gcc-patches
On 8/9/2021 12:46 AM, Serge Belyshev wrote: Jeff Law writes: On 7/20/2021 9:44 AM, Serge Belyshev wrote: Special-casing checks for in-tree gas features is unnecessary since r17 which made configure-gcc depend on all-gas, and thus making alternate code path in gcc_GAS_CHECK_FEATURE for

Re: [PATCH 0/4] drop version checks for in-tree gas [PR91602]

2021-08-09 Thread Serge Belyshev via Gcc-patches
Jeff Law writes: > On 7/20/2021 9:44 AM, Serge Belyshev wrote: >> Special-casing checks for in-tree gas features is unnecessary since >> r17 which made configure-gcc depend on all-gas, and thus making >> alternate code path in gcc_GAS_CHECK_FEATURE for in-tree gas >> redundant. >> >> Along

Re: [PATCH 0/4] drop version checks for in-tree gas [PR91602]

2021-08-08 Thread Jeff Law via Gcc-patches
On 7/20/2021 9:44 AM, Serge Belyshev wrote: Special-casing checks for in-tree gas features is unnecessary since r17 which made configure-gcc depend on all-gas, and thus making alternate code path in gcc_GAS_CHECK_FEATURE for in-tree gas redundant. Along the way this fixes PR 91602, which

[PATCH 0/4] drop version checks for in-tree gas [PR91602]

2021-07-21 Thread Serge Belyshev
Special-casing checks for in-tree gas features is unnecessary since r17 which made configure-gcc depend on all-gas, and thus making alternate code path in gcc_GAS_CHECK_FEATURE for in-tree gas redundant. Along the way this fixes PR 91602, which is caused by incorrect guess of leb128 support