]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - ChangeLog
libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATION
[thirdparty/gcc.git] / ChangeLog
index 4a6f7221b767de0b29ac24193300b5ba31562b77..d813f52cbe6b01bd2d2312578fe34ae5450fd0f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,222 @@
+2023-10-22  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure: Regenerate.
+       * configure.ac: Do not add default runpaths to GCC exes
+       when we are building -static-libstdc++/-static-libgcc (the
+       default).
+       * libtool.m4: Add 'enable-darwin-at-runpath'.  Act  on the
+       enable flag to alter Darwin libraries to use @rpath names.
+
+2023-10-15  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
+       * Makefile.in: Regenerate.
+
+2023-10-11  Filip Kastl  <fkastl@suse.cz>
+
+       * MAINTAINERS: Fix name order.
+
+2023-10-10  Christoph Müllner  <christoph.muellner@vrull.eu>
+
+       * MAINTAINERS: Add myself.
+
+2023-10-06  Sergei Trofimovich  <siarheit@google.com>
+
+       PR bootstrap/111663
+       * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
+       * Makefile.in: Regenerate.
+
+2023-10-05  Jan Engelhardt  <jengelh@inai.de>
+
+       * SECURITY.txt: Fix up indentation.
+
+2023-10-05  Jan Engelhardt  <jengelh@inai.de>
+
+       * SECURITY.txt: Fix up commas.
+
+2023-10-04  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       * SECURITY.txt: New file.
+
+2023-09-18  Fei Gao  <gaofei@eswincomputing.com>
+
+       * MAINTAINERS: Add myself.
+
+2023-09-15  Yang Yujie  <yangyujie@loongson.cn>
+
+       * config-ml.in: Remove unneeded loongarch clause.
+       * configure.ac: Register custom makefile fragments mt-loongarch-*
+       for loongarch targets.
+       * configure: Regenerate.
+
+2023-09-12  Edwin Lu  <ewlu@rivosinc.com>
+
+       * MAINTAINERS: Add myself
+
+2023-09-12  Thomas Schwinge  <thomas@codesourcery.com>
+           Chung-Lin Tang  <cltang@codesourcery.com>
+
+       PR testsuite/109951
+       * Makefile.tpl (BASE_TARGET_EXPORTS): Add
+       'SYSROOT_CFLAGS_FOR_TARGET'.
+       * Makefile.in: Regenerate.
+
+2023-09-05  Yang Yujie  <yangyujie@loongson.cn>
+
+       * config-ml.in: Do not build the multilib library variant
+       that is duplicate with the toplevel one.
+
+2023-08-29  Tsukasa OI  <research_trasio@irq.a4lg.com>
+
+       * MAINTAINERS: Add myself.
+
+2023-08-22  Filip Kastl  <fkastl@suse.cz>
+
+       * MAINTAINERS: Update my email address.
+
+2023-08-11  Eric Feng  <ef2648@columbia.edu>
+
+       * MAINTAINERS: Add myself.
+
+2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
+
+       * Makefile.def: Reflect that libsframe needs to installed before
+       libbfd.  Reorder a bit to better track libsframe dependencies.
+       * Makefile.in: Regenerate.
+
+2023-08-07  Indu Bhagat  <indu.bhagat@oracle.com>
+
+       * Makefile.def: Add install dependency on libsframe for libbfd.
+       * Makefile.in: Regenerated.
+
+2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
+
+       * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
+       Solaris 11.
+
+2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
+
+       * configure: Regenerate.
+       * configure.ac: Add Haiku to list of ELF OSes
+       * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
+
+2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
+
+       * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
+       options, including options containing paths.
+
+2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
+
+       * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
+       NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
+       errors from nms that refuse to work on non-regular files.  Remove
+       other workarounds for this problem.  Strip out blank lines from the
+       nm output.
+
+2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
+
+       * configure.ac: Reinstate 32b PA-RISC HP-UX targets
+       * configure: Regenerate.
+
+2023-08-07  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
+       * configure: Re-generate.
+       * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
+       (PKG_CONFIG_PATH): New.
+       * Makefile.in: Re-generate.
+
+2023-08-07  Luis Machado  <luis.machado@arm.com>
+
+       * configure.ac: Disable year2038 by default on 32-bit hosts.
+       * configure: Regenerate.
+
+2023-08-07  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
+
+       * Makefile.def: Add gprofng module.
+       * configure.ac: Add --enable-gprofng option.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+2023-08-07  Martin Liska  <mliska@suse.cz>
+
+       * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
+       * configure: Regenerate.
+
+2023-08-07  Fangrui Song  <maskray@google.com>
+
+       * configure: Regenerate.
+       * configure.ac: Add --with-zstd.
+
+2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
+
+       * configure: Regenerate.
+       * configure.ac: Recover tilegx/tilepro targets.
+
+2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
+
+       * configure: Regenerated.
+       * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
+       --plugin and rc before enabling --plugin.
+
+2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
+
+       * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
+       (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
+       * configure.ac: Include config/gcc-plugin.m4.
+       AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
+       * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
+       RANLIB if possible.
+       * Makefile.in: Regenerated.
+       * configure: Likewise.
+
+2023-08-07  Arsen Arsenović  <arsen@aarsen.me>
+
+       * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
+       $(CFLAGS).
+
+2023-08-07  David Faust  <david.faust@oracle.com>
+
+       * MAINTAINERS: Add the BPF port to my reviewer listing.
+
+2023-08-02  Jan Beulich  <jbeulich@suse.com>
+
+       * MAINTAINERS: Correct my email address.
+
+2023-08-02  Hu, Lin1  <lin1.hu@intel.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2023-08-01  Richard Ball  <richard.ball@arm.com>
+
+       * MAINTAINERS: Add myself.
+
+2023-07-31  Andreas Schwab  <schwab@suse.de>
+
+       * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
+       * configure: Regenerate.
+       * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
+
+2023-07-31  xuli  <xuli1@eswincomputing.com>
+
+       * MAINTAINERS: Add myself.
+
+2023-07-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * MAINTAINERS: List myself as "nvptx port" maintainer.
+
+2023-07-21  Cupertino Miranda  <cupertino.miranda@oracle.com>
+
+       * MAINTAINERS: Add myself to write after approval
+
+2023-07-18  Ju-Zhe Zhong  <juzhe.zhong@rivai.ai>
+
+       * MAINTAINERS: Add myself as a reviewer for the riscv port.
+
+2023-07-18  Robin Dapp  <rdapp@ventanamicro.com>
+
+       * MAINTAINERS: Add myself as a reviewer for the riscv port.
+
 2023-07-12  Hao Liu  <hliu@os.amperecomputing.com>
 
        * MAINTAINERS: Add Hao Liu to write after approval