This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from e612fc356db Daily bump. new 50f5c5284f4 Darwin: Fix a type mismatch warning for a non-GCC bootstrap [...] new 8e4e6100d7f Darwin, X86, config: Adjust 'as' command lines [PR100340]. new b3933d3f53f Darwin, config: Amend for Darwin 21 / macOS 12. new fcf079ac33c Darwin: Future-proof and homogeneize detection of darwin versions new 18cb0117150 Darwin, PPC : Fix R13 for PPC64. new 107b1618fca Darwin, config: Revise host config fragment. new 558cdc29cd6 configure: Allow host fragments to react to --enable-host-shared. new c7c9940788c Darwin, configury : Allow for specification and detection o [...] new 1265bfa73a4 Darwin, libcc1: Handle hosts with mdynamic-no-pic support. new d1618884bc3 libiberty, Darwin : Fix simple-object LTO table for cross-e [...] new 1f459833392 libiberty, configure, Darwin: Avoid detecting deprecated sbrk. new 90ac2b396d5 Darwin : Adjust defaults for the linker. new 8d16d15d7ef Darwin: Reset section names table at the end of compile. new 3b7661d4829 Darwin : Mark the mod init/term section starts with a linke [...] new 92f4797ac64 Darwin : Make trampoline templates linker-visible.
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile.def | 1 + Makefile.in | 13 + Makefile.tpl | 12 + config/mh-darwin | 65 ++-- configure | 415 +++++++++++++++++++++++++- configure.ac | 8 +- gcc/collect2.c | 40 ++- gcc/config.gcc | 10 +- gcc/config.in | 19 ++ gcc/config/darwin-c.c | 2 +- gcc/config/darwin-driver.c | 14 +- gcc/config/darwin.c | 47 ++- gcc/config/darwin.h | 19 +- gcc/config/i386/darwin.h | 10 +- gcc/config/rs6000/darwin.h | 5 +- gcc/configure | 249 +++++++++++++++- gcc/configure.ac | 147 ++++++++- gcc/doc/install.texi | 4 + gcc/exec-tool.in | 8 + gcc/gcc.c | 5 + gcc/testsuite/gcc.dg/darwin-minversion-link.c | 3 +- gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm | 2 +- gcc/testsuite/obj-c++.dg/objc-gc-3.mm | 2 +- gcc/testsuite/objc.dg/objc-gc-4.m | 2 +- libcc1/Makefile.am | 1 + libcc1/Makefile.in | 1 + libiberty/configure | 17 +- libiberty/configure.ac | 15 +- libiberty/simple-object-mach-o.c | 5 + libiberty/xmalloc.c | 2 + 30 files changed, 1072 insertions(+), 71 deletions(-)