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 47918cca26d gdb/testsuite: unset XDG_CONFIG_HOME
new 0318cca4934 gold: Skip address size and segment selector for DWARF5
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:
gold/ChangeLog | 6 ++++++
gold/dwarf_reader.cc | 4 ++++
2 files changed, 10 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 master
in repository gcc.
from f7a6d314e7f Fix LTO bootstrap on Windows
new fdb904a1822 aarch64: Reimplement vshrn_n* intrinsics using builtins
new d61ca09ec93 aarch64: Reimplement vshrn_high_n* intrinsics using builtins
The 2 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/aarch64/aarch64-simd-builtins.def | 6 +
gcc/config/aarch64/aarch64-simd.md | 93 +++++++++++
gcc/config/aarch64/arm_neon.h | 236 +++++++++------------------
gcc/config/aarch64/iterators.md | 3 +
4 files changed, 182 insertions(+), 156 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 releases/gcc-9
in repository gcc.
from ad39fe64f69 Daily bump.
new faed344ee5f Fix LTO bootstrap on Windows
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:
contrib/compare-lto | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 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 653bf2a54d9 Daily bump.
new 4be929be031 Fix LTO bootstrap on Windows
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:
contrib/compare-lto | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 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 master
in repository gcc.
from 33a7a93218b PR fortran/86470 - ICE with OpenMP, class(*) allocatable
new f7a6d314e7f Fix LTO bootstrap on Windows
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:
contrib/compare-lto | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 82281c59 0: update: binutils-gcc-linux-qemu: all
new 971e0f3a 0: update: binutils-gcc-linux-qemu: all
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 (82281c59)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 181 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 11749 +++++-----
04-build_abe-stage1/console.log | 18344 ++++++++-------
05-build_linux/console.log | 563 +-
06-build_abe-qemu/console.log | 4615 ++--
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 4 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 35964 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
results | 2 +-
14 files changed, 35941 insertions(+), 35949 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 5b941f21b Cygwin: Align *utime*() with POSIX/glibc
new 10d083c74 Cygwin: pty: Inherit typeahead data between two input pipes.
new 442093214 Cygwin: pty: Keep code page between non-cygwin apps.
new 8aeb3f3e5 Cygwin: pty: Make apps using console APIs be able to debug with gdb.
new 253352e79 Cygwin: pty: Allow multiple apps to enable pseudo console sim [...]
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:
winsup/cygwin/fhandler.h | 22 +-
winsup/cygwin/fhandler_tty.cc | 1123 ++++++++++++++++++++++++++++++++++-------
winsup/cygwin/select.cc | 7 +-
winsup/cygwin/spawn.cc | 106 ++--
winsup/cygwin/tty.cc | 13 +-
winsup/cygwin/tty.h | 21 +-
6 files changed, 1059 insertions(+), 233 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.