Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Aug 8, 2023
1 parent 9cba4fc commit 4b92dba
Show file tree
Hide file tree
Showing 30 changed files with 1,084 additions and 1 deletion.
101 changes: 101 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,104 @@
2023-08-07 Indu Bhagat <[email protected]>

* 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 <[email protected]>

* Makefile.def: Add install dependency on libsframe for libbfd.
* Makefile.in: Regenerated.

2023-08-07 Nick Alcock <[email protected]>

* libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
Solaris 11.

2023-08-07 Alexander von Gluck IV <[email protected]>

* 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 <[email protected]>

* libtool.m4 (LT_PATH_NM): Handle user-specified NM with
options, including options containing paths.

2023-08-07 Nick Alcock <[email protected]>

* 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ć <[email protected]>

* configure.ac: Reinstate 32b PA-RISC HP-UX targets
* configure: Regenerate.

2023-08-07 Simon Marchi <[email protected]>

* 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 <[email protected]>

* configure.ac: Disable year2038 by default on 32-bit hosts.
* configure: Regenerate.

2023-08-07 Vladimir Mezentsev <[email protected]>

* Makefile.def: Add gprofng module.
* configure.ac: Add --enable-gprofng option.
* Makefile.in: Regenerate.
* configure: Regenerate.

2023-08-07 Martin Liska <[email protected]>

* configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
* configure: Regenerate.

2023-08-07 Fangrui Song <[email protected]>

* configure: Regenerate.
* configure.ac: Add --with-zstd.

2023-08-07 Arsen Arsenović <[email protected]>

* configure: Regenerate.
* configure.ac: Recover tilegx/tilepro targets.

2023-08-07 H.J. Lu <[email protected]>

* 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 <[email protected]>

* 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ć <[email protected]>

* Makefile.tpl: Substitute @GDCFLAGS@ instead of using
$(CFLAGS).

2023-08-07 David Faust <[email protected]>

* MAINTAINERS: Add the BPF port to my reviewer listing.

2023-08-02 Jan Beulich <[email protected]>

* MAINTAINERS: Correct my email address.
Expand Down
41 changes: 41 additions & 0 deletions config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
2023-08-07 H.J. Lu <[email protected]>

* pkg.m4 (PKG_CHECK_MODULES): Use AC_TRY_LINK only if
$pkg_failed = no.

2023-08-07 H.J. Lu <[email protected]>

* pkg.m4 (PKG_CHECK_MODULES): Add AC_TRY_LINK to check if
$pkg_cv_[]$1[]_LIBS works.

2023-08-07 John Ericson <[email protected]>

* picflag.m4: Simplify SHmedia NetBSD match by presuming ELF.

2023-08-07 Alan Modra <[email protected]>

* override.m4: Correct comment grammar.

2023-08-07 Alan Modra <[email protected]>

* lib-ld.m4 (AC_LIB_PROG_LD_GNU): Require AC_PROG_EGREP and
invoke $EGREP.
(AC_LIB_PROG_LD): Likewise.

2023-08-07 Christophe Lyon <[email protected]>

* zstd.m4: Add minimum version requirement of 1.4.0.

2023-08-07 Fangrui Song <[email protected]>

* zstd.m4: New file.

2023-08-07 H.J. Lu <[email protected]>

* gcc-plugin.m4 (GCC_PLUGIN_OPTION): Check if AR works with
--plugin and rc before enabling --plugin.

2023-08-07 H.J. Lu <[email protected]>

* gcc-plugin.m4 (GCC_PLUGIN_OPTION): New.

2023-07-21 Sergei Trofimovich <[email protected]>

* mh-mingw: Drop assignment of unused BOOT_CXXFLAGS variable.
Expand Down
4 changes: 4 additions & 0 deletions fixincludes/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-08-07 Nick Alcock <[email protected]>

* configure: Regenerate.

2023-06-15 Marek Polacek <[email protected]>

* Makefile.in: Set and use PICFLAG and LD_PICFLAG. Use the "pic"
Expand Down
Loading

0 comments on commit 4b92dba

Please sign in to comment.