From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by sourceware.org (Postfix) with ESMTPS id CD2893858416; Mon, 7 Aug 2023 11:19:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CD2893858416 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4RKDNV6lVLz9sZW; Mon, 7 Aug 2023 13:19:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1691407146; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ahNU0uYc7VaQaGLrYNpPsRWJf3V2OmkLmk5AppvDbx4=; b=TWLDwtXPKFMnkIzVV1qyIAX74ofjJ+4Vzf0D1imh8sxFk7mCqdBdv+BMMdMLjJOd/adRqZ 6/phSAFa97Yo6u91zKsd3Y8gzja82CRKPhwDKUUUfcXG7OfwfTGqoiQPjjkgtFbRBfjOC3 TgWhOczRxYWUDmGY+9WFta0oe+/dc5WLRY8PBmFvATfWUcUQuMFNTiDpUZdZAi7/82ubYT lyXxf5vE1ZUhlD+o4eUPv+7kXzzSghmMZ2PVwFBk1G7MUzmSxMPESUqHTaR83RzeTbmUgd YsS8fsuNoELKgvS85nh+SZQ1lNVFJ4gSjl8MVo3qxt0Xti4X4GiRmy7/cFN4RA== From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= To: gdb-patches@sourceware.org, binutils@sourceware.org Cc: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Subject: [PATCH 00/45] Synchronize shared build infrastructure with GCC tree Date: Mon, 7 Aug 2023 13:07:03 +0200 Message-ID: <20230807111029.2320238-1-arsen@aarsen.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, This patch set, combined with a sibling patch set sent on the GCC ML, bring up the shared infrastructure between the two projects in sync again. It largely consists of cherry-picks from various people which have been reviewed and accepted on the GCC side, as well as a couple of patches for differences that seemed to get lost during the pick-and-regenerate process. The commits changing targets targets might not be correct. I am not certain what level of support Binutils have for these, and so had to take a guess on how to change them. During this process, it appears that I overlooked passing -x to cherry-pick, so the paper trail got lost. If needed, I can hack together some code to associate commits based on subjects with their pair in the other repository, and amend them back into the commit messages. These patches ignore the intl/ directory, as I plan to follow up this patchset with one that can be cleanly applied to both trees which gets rid of the intl/ directory in favor of out-of-tree gettext (ISL, GMP, et al. style). Regression tested on x86_64-pc-linux-gnu. Thanks in advance, have a lovely day. Alexandre Oliva (1): Add TFLAGS to gcc's GCC_FOR_TARGET Andreas Schwab (1): Use substituted GDCFLAGS Andrew Pinski (1): Fix PR bootstrap/102389: --with-build-config=bootstrap-lto is broken Arsen Arsenović (4): *: Regenerate autoconf and aclocal files sync toplevel with GCC: drop 32b PA-RISC on HPUX in GCC toplevel: reconcile few divergences with GCC toplevel: Substitute GDCFLAGS instead of using CFLAGS Bernhard M. Wiedemann (1): libtool.m4: Sort output of 'find' to enable deterministic builds. Christophe Lyon (1): [ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure scripts David Seifert (1): configure: use OBJDUMP determined by libtool [PR95648] Eugene Rozenfeld (4): Collect both user and kernel events for autofdo tests and autoprofiledbootstrap Fix collection and processing of autoprofile data for target libs Fix autoprofiledbootstrap build Disable warnings as errors for STAGEautofeedback. Gaius Mulley (1): Merge modula-2 front end onto gcc. Iain Buclaw (2): Add D front-end, libphobos library, and D2 testsuite. d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1) Iain Sandoe (7): Darwin : Update libtool and dependencies for Darwin20 [PR97865] configure: Do not build the ununsed libffi shared library. configure: When host-shared, pass --with-pic to in-tree lib configs. configure, Darwin: Ensure overrides to host-pie are passed to gcc configure. configure: Account CXXFLAGS in gcc-plugin.m4. Darwin, config: Revise host config fragment. configure: Allow host fragments to react to --enable-host-shared. Jason Merrill (1): c++: source position of lambda captures [PR84471] John David Anglin (1): Fix hppa64-hpux11 build to remove source paths from embedded path. Jonathan Wakely (1): config-ml.in: Suppress output from multi-do recipes Jozef Lawrynowicz (1): MSP430: Add -fno-exceptions multilib LIU Hao (1): gcc: Add 'mcf' thread model support from mcfgthread Lulu Cheng (1): Libvtv: Add loongarch support. Marek Polacek (1): configure: Implement --enable-host-pie Martin Liska (1): Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin. Martin Storsjö (1): mh-mingw: Set __USE_MINGW_ACCESS in missed C++ flags variables Max Filippov (2): gcc: xtensa: add XCHAL_HAVE_{CLAMPS,DEPBITS,EXCLUSIVE,XEA3} to dynconfig gcc: xtensa: add data alignment properties to dynconfig Meghan Denny (1): Updated constants from Olivier Hainque (1): Generic configury support for shared libs on VxWorks Peter Foley (1): configure: Only create serdep.tmp if needed Philip Herron (1): gccrs: Add gcc-check-target check-rust Roger Sayle (1): PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def Sergei Trofimovich (2): mh-mingw: drop unused BOOT_CXXFLAGS variable Makefile.def: drop remnants of unused libelf Thomas Schwinge (2): Remove support for Intel MIC offloading Revert "Fix PR 67102: Add libstdc++ dependancy to libffi" [PR67102] Xi Ruoyao (1): LoongArch: implement count_{leading,trailing}_zeros ChangeLog | 29 + Makefile.def | 51 +- Makefile.in | 5831 +++++++++++++++++++++---------- Makefile.tpl | 48 +- bfd/aclocal.m4 | 4 +- bfd/configure | 73 +- binutils/configure | 73 +- config-ml.in | 37 +- config/ChangeLog | 4 + config/bootstrap-lto-lean.mk | 6 +- config/bootstrap-lto.mk | 6 +- config/gcc-plugin.m4 | 7 +- config/gthr.m4 | 1 + config/mh-darwin | 65 +- config/mh-mingw | 1 + config/mh-pa-hpux10 | 4 - configure | 388 +- configure.ac | 158 +- gas/configure | 73 +- gdb/configure | 116 +- gold/aclocal.m4 | 2 +- gprof/configure | 73 +- gprofng/aclocal.m4 | 22 +- gprofng/configure | 119 +- include/ansidecl.h | 2 +- include/dwarf2.h | 10 + include/longlong.h | 12 + include/vtv-change-permission.h | 4 + include/xtensa-dynconfig.h | 107 +- intl/Makefile.in | 6 +- intl/configure | 34 + intl/configure.ac | 21 + ld/configure | 116 +- libbacktrace/configure | 73 +- libctf/configure | 73 +- libdecnumber/configure | 22 +- libdecnumber/configure.ac | 19 +- libsframe/configure | 73 +- libtool.m4 | 88 +- ltmain.sh | 8 +- opcodes/configure | 73 +- sim/configure | 73 +- zlib/configure | 97 +- zlib/configure.ac | 21 +- 44 files changed, 5639 insertions(+), 2484 deletions(-) delete mode 100644 config/mh-pa-hpux10 -- 2.41.0