From 4b92dba78decc60499a4fb30fc963ee2ed2fbf1a Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 8 Aug 2023 00:17:37 +0000 Subject: Daily bump. --- ChangeLog | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee4f888..c083a73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2023-08-07 Indu Bhagat + + * 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 + + * Makefile.def: Add install dependency on libsframe for libbfd. + * Makefile.in: Regenerated. + +2023-08-07 Nick Alcock + + * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for + Solaris 11. + +2023-08-07 Alexander von Gluck IV + + * 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 + + * libtool.m4 (LT_PATH_NM): Handle user-specified NM with + options, including options containing paths. + +2023-08-07 Nick Alcock + + * 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ć + + * configure.ac: Reinstate 32b PA-RISC HP-UX targets + * configure: Regenerate. + +2023-08-07 Simon Marchi + + * 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 + + * configure.ac: Disable year2038 by default on 32-bit hosts. + * configure: Regenerate. + +2023-08-07 Vladimir Mezentsev + + * Makefile.def: Add gprofng module. + * configure.ac: Add --enable-gprofng option. + * Makefile.in: Regenerate. + * configure: Regenerate. + +2023-08-07 Martin Liska + + * configure.ac: Add --enable-default-compressed-debug-sections-algorithm. + * configure: Regenerate. + +2023-08-07 Fangrui Song + + * configure: Regenerate. + * configure.ac: Add --with-zstd. + +2023-08-07 Arsen Arsenović + + * configure: Regenerate. + * configure.ac: Recover tilegx/tilepro targets. + +2023-08-07 H.J. Lu + + * 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 + + * 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ć + + * Makefile.tpl: Substitute @GDCFLAGS@ instead of using + $(CFLAGS). + +2023-08-07 David Faust + + * MAINTAINERS: Add the BPF port to my reviewer listing. + 2023-08-02 Jan Beulich * MAINTAINERS: Correct my email address. -- cgit v1.1