public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drop version checks for in-tree gas [PR91602]
@ 2021-07-20 15:44 Serge Belyshev
  2021-07-16  7:52 ` [PATCH 1/4] configure: " Serge Belyshev
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Serge Belyshev @ 2021-07-20 15:44 UTC (permalink / raw)
  To: gcc-patches

Special-casing checks for in-tree gas features is unnecessary since
r100007 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 presense in RISC-V.

First patch removes alternate code path in gcc_GAS_CHECK_FEATURE and
related code, the rest are further cleanups.  Patches 2 and 3 in
series make no functional changes, thus configure is unchanged.

Bootstrapped/regtested on x86_64-pc-linux-gnu, riscv64-unknown-linux-gnu,
sparc-sun-solaris2.11 and powerpc-ibm-aix7.{1.5.0,2.4.0}, with and without
in-tree binutils (except on aix where combined tree does not appear to work
due to dynamic linker peculiarity).

OK for mainline ?

Serge Belyshev (4):
  configure: drop version checks for in-tree gas [PR91602]
  configure: remove version argument from gcc_GAS_CHECK_FEATURE
  configure: fixup formatting from previous change
  configure: remove gas versions from tls check

 gcc/acinclude.m4 |  82 +-------
 gcc/configure    | 472 ++++++-----------------------------------------
 gcc/configure.ac | 335 ++++++++++++---------------------
 3 files changed, 188 insertions(+), 701 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-20 21:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 15:44 [PATCH 0/4] drop version checks for in-tree gas [PR91602] Serge Belyshev
2021-07-16  7:52 ` [PATCH 1/4] configure: " Serge Belyshev
2021-07-20  6:52 ` [PATCH 2/4] configure: remove version argument from gcc_GAS_CHECK_FEATURE Serge Belyshev
2021-07-20  7:12 ` [PATCH 4/4] configure: remove gas versions from tls check Serge Belyshev
2021-07-20  7:34 ` [PATCH 3/4] configure: fixup formatting from previous change Serge Belyshev
2021-08-09  3:19 ` [PATCH 0/4] drop version checks for in-tree gas [PR91602] Jeff Law
2021-08-09  6:46   ` Serge Belyshev
2021-08-19 18:08     ` Jeff Law
2021-08-20 21:33       ` Serge Belyshev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).