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 55b26492bbd PR27853, Infinite loop in dwarf.c
new d51344c9099 gdb, btrace, pt: ignore status update enable events
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:
gdb/ChangeLog | 5 +++++
gdb/btrace.c | 3 +++
2 files changed, 8 insertions(+)
--
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 releases/gcc-11
in repository gcc.
from a46434cf23b libstdc++: Fix tests that fail in C++98 mode
new 9625dd9e58b Update gcc ja.po.
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/po/ja.po | 84 ++++++++++++++++++++++++++----------------------------------
1 file changed, 36 insertions(+), 48 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross
in repository toolchain/ci/binutils-gdb.
from fb261566ad Automatic date update in version.in
adds 54c343f5b2 Automatic date update in version.in
adds 3b33651e3d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 releases/gcc-10
in repository gcc.
from e45df7a8472 Daily bump.
new ee359d860d7 RISC-V: For '-march' and '-mabi' options, add 'Negative' pr [...]
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/riscv/riscv.opt | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards de98e8cf 0: update: binutils-gcc-glibc-qemu: 6
new 5bd8e15c 0: update: binutils-gcc-glibc-qemu: 6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (de98e8cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 170 +-
02-prepare_abe/console.log | 236 +-
04-build_abe-binutils/console.log | 11512 ++--
05-build_abe-stage1/console.log | 13769 ++---
06-build_abe-linux/console.log | 1986 +-
07-build_abe-glibc/console.log | 37696 ++++++-------
08-build_abe-stage2/console.log | 33751 +++++------
09-build_abe-qemu/console.log | 6987 ++-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 106329 ++++++++++++++++++-----------------
jenkins/manifest.sh | 24 +-
12 files changed, 106585 insertions(+), 105879 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 newlib.
from 44eb41632 Cygwin: fetch Windows directory on all platforms and use throughout
new 9ce70bf45 Unpick cygpath TESTSUITE
new b8bd9d1b0 Move source files used in utils/mingw/ into that subdirectory
new 71e8b4500 Get rid of relative include paths in strace.cc
new 079c3a558 Cygwin: Use parallel make on AppVeyor
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:
.appveyor.yml | 22 +++++++++------
winsup/utils/mingw/Makefile.am | 23 ++++++++-------
winsup/utils/{ => mingw}/bloda.cc | 0
winsup/utils/{ => mingw}/cygcheck.cc | 0
winsup/utils/{ => mingw}/cygwin-console-helper.cc | 0
winsup/utils/{ => mingw}/dump_setup.cc | 0
winsup/utils/{ => mingw}/ldh.cc | 0
winsup/utils/mingw/path.cc | 1 +
winsup/utils/{ => mingw}/strace.cc | 10 +++----
winsup/utils/{ => mingw}/testsuite.cc | 31 +++++++++++----------
winsup/utils/{ => mingw}/testsuite.h | 34 ++++++++---------------
winsup/utils/path.cc | 31 +++++++++------------
winsup/utils/path.h | 10 +++++--
13 files changed, 80 insertions(+), 82 deletions(-)
rename winsup/utils/{ => mingw}/bloda.cc (100%)
rename winsup/utils/{ => mingw}/cygcheck.cc (100%)
rename winsup/utils/{ => mingw}/cygwin-console-helper.cc (100%)
rename winsup/utils/{ => mingw}/dump_setup.cc (100%)
rename winsup/utils/{ => mingw}/ldh.cc (100%)
create mode 100644 winsup/utils/mingw/path.cc
rename winsup/utils/{ => mingw}/strace.cc (99%)
rename winsup/utils/{ => mingw}/testsuite.cc (85%)
rename winsup/utils/{ => mingw}/testsuite.h (94%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.