This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 8d27b09d087 RISC-V: move comment describing rules for riscv_opcodes[]
new e0282cf1284 gprofng: 30700 tmpdir/gp-collect-app_F test fails
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:
gprofng/testsuite/gprofng.display/gp-collect-app_F.exp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eff0e7a4ae3 toplevel: Makefile.def: add install-strip dependency on libsframe
new 5d87f71bb46 libstdc++: Fix past-the-end increment in std::format [PR110862]
new f6ec0d16a32 i386: Fix grammar typo in diagnostic
new c5ea5aecac3 libstdc++: Constrain __format::_Iter_sink for contiguous it [...]
new bb3ceeb6520 libstdc++: Fix incorrect use of abs and log10 in std::forma [...]
The 4 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/i386/i386.cc | 2 +-
libstdc++-v3/include/std/format | 22 +++++++--
.../functions/{format_to_n.cc => format_to.cc} | 56 ++++++++++++----------
libstdc++-v3/testsuite/std/format/string.cc | 13 +++++
4 files changed, 62 insertions(+), 31 deletions(-)
copy libstdc++-v3/testsuite/std/format/functions/{format_to_n.cc => format_to.cc} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 18c453f0e63 [committed][RISC-V]Don't reject constants in cmov condition
new e4cd4f783c5 toplevel: Substitute GDCFLAGS instead of using CFLAGS
new 24f5a73aa31 PR29961, plugin-api.h: "Could not detect architecture endianess"
new 432c6f05b00 gcc-4.5 build fixes
new 126f707efbb Sync with binutils: GCC: Pass --plugin to AR and RANLIB
new 9c7797a8c2d GCC: Check if AR works with --plugin and rc
new a885ec2485b toplevel: Recover tilegx/tilepro targets
new 407a2c9abd3 binutils, gdb: support zstd compressed debug sections
new e61c0e3a4b0 configure: require libzstd >= 1.4.0
new c988463656e add --enable-default-compressed-debug-sections-algorithm co [...]
new 24552056fd5 gprofng: a new GNU profiler
new a49d42e8dfe Disable year 2038 support on 32-bit hosts by default
new 1ddd41fddc5 Pass PKG_CONFIG_PATH down from top-level Makefile
new b48e994077b configure: reinstate 32b PA-RISC HP-UX target in toplevel
new ab422974567 libtool.m4: fix nm BSD flag detection
new f3307109122 libtool.m4: fix the NM="/nm/over/here -B/option/with/path" case
new ead5103cc6f Add support for the haiku operating system
new 1d6c6dc9472 egrep in binutils
new 120397f3963 PR27116, Spelling errors found by Debian style checker
new 9fc0ae6033f Deprecate a.out support for NetBSD targets.
new de9e7e9e4af PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works
new 161252a8408 PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS works
new dc17ceb3055 libtool.m4: augment symcode for Solaris 11
new dab58c93634 bfd: linker: merge .sframe sections
new eff0e7a4ae3 toplevel: Makefile.def: add install-strip dependency on libsframe
The 24 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 | 18 ++
Makefile.in | 517 ++++++++++++++++++++++++++++++++++++++++++++-
Makefile.tpl | 10 +-
config/gcc-plugin.m4 | 40 ++++
config/lib-ld.m4 | 8 +-
config/override.m4 | 2 +-
config/picflag.m4 | 4 +-
config/pkg.m4 | 8 +
config/zstd.m4 | 23 ++
configure | 224 +++++++++++++++++++-
configure.ac | 74 ++++++-
fixincludes/configure | 3 +-
gcc/configure | 140 +++++++-----
include/collectorAPI.h | 73 +++++++
include/libcollector.h | 89 ++++++++
include/libfcollector.h | 42 ++++
include/plugin-api.h | 45 ++--
include/xtensa-dynconfig.h | 2 -
intl/configure | 4 +-
libada/configure | 4 +-
libatomic/configure | 130 ++++++++----
libbacktrace/configure | 130 ++++++++----
libcc1/configure | 132 +++++++-----
libcpp/configure | 4 +-
libffi/configure | 132 +++++++-----
libgcc/configure | 6 +-
libgfortran/configure | 132 +++++++-----
libgm2/configure | 132 +++++++-----
libgomp/configure | 132 +++++++-----
libiberty/Makefile.in | 5 +-
libiberty/aclocal.m4 | 1 +
libiberty/configure | 144 ++++++++++++-
libiberty/configure.ac | 12 ++
libitm/configure | 132 +++++++-----
libobjc/configure | 130 ++++++++----
libphobos/configure | 130 ++++++++----
libquadmath/configure | 130 ++++++++----
libsanitizer/configure | 132 +++++++-----
libssp/configure | 130 ++++++++----
libstdc++-v3/configure | 148 ++++++++-----
libtool.m4 | 130 ++++++++----
libvtv/configure | 132 +++++++-----
lto-plugin/configure | 130 ++++++++----
zlib/configure | 130 ++++++++----
44 files changed, 2922 insertions(+), 954 deletions(-)
create mode 100644 config/zstd.m4
create mode 100644 include/collectorAPI.h
create mode 100644 include/libcollector.h
create mode 100644 include/libfcollector.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.