This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0039bf6a9c4 [committed] Add Kazumoto & Oleg to contrib.texi new 72274d0a421 [PATCH] Add support for using picolibc
The 1 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: gcc/config.gcc | 18 ++++++++ gcc/config/picolibc-spec.h | 57 +++++++++++++++++++++++++ gcc/config/{i386/nto.opt => picolibc.opt} | 35 +++++++++++----- gcc/config/picolibc.opt.urls | 2 + gcc/configure | 24 +++++++---- gcc/configure.ac | 3 ++ gcc/doc/invoke.texi | 69 +++++++++++++++++++++++++++++++ gcc/doc/tm.texi | 16 +++++++ gcc/doc/tm.texi.in | 16 +++++++ gcc/gcc.cc | 17 +++++++- 10 files changed, 238 insertions(+), 19 deletions(-) create mode 100644 gcc/config/picolibc-spec.h copy gcc/config/{i386/nto.opt => picolibc.opt} (57%) create mode 100644 gcc/config/picolibc.opt.urls