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-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 80f67702 0: update: binutils-gcc-linux-qemu: boot
new 2f131d89 0: update: binutils-gcc-linux-qemu: boot
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 (80f67702)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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.xz | Bin 1556 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 44680 -> 31252 bytes
04-build_abe-stage1/console.log.xz | Bin 72000 -> 70896 bytes
05-build_abe-qemu/console.log.xz | Bin 30192 -> 30224 bytes
06-build_linux/console.log.xz | Bin 4248 -> 4196 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 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 binutils-gdb.
from 520e19d589b sim: m68hc11: delete unused profile flags
new 94f5dfed749 sim: moxie: hoist dtb rules up to common builds
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:
sim/Makefile.am | 3 ++
sim/Makefile.in | 110 +++++++++++++++++++++++++++++++-----------
sim/moxie/Makefile.in | 20 --------
sim/{erc32 => moxie}/local.mk | 17 ++++++-
4 files changed, 99 insertions(+), 51 deletions(-)
copy sim/{erc32 => moxie}/local.mk (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 binutils-gdb.
from 63538d8e16b Cache the result of find_file_and_directory
new 0344e65132b sim: m32c/rl78: drop redundant -Wall settings
new 23bd26ecf68 sim: erc32: drop old configure target
new 784712bf4fe sim: msp430: delete redundant comments & settings
new 520e19d589b sim: m68hc11: delete unused profile flags
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:
sim/erc32/Makefile.in | 8 --------
sim/m32c/Makefile.in | 2 +-
sim/m68hc11/Makefile.in | 1 -
sim/msp430/Makefile.in | 22 ----------------------
sim/rl78/Makefile.in | 2 --
5 files changed, 1 insertion(+), 34 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 87710ec7b21 libstdc++: Initialize member in std::match_results [PR103549]
new 689407ef916 Fortran/OpenMP: Support most of 5.1 atomic extensions
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/fortran/dump-parse-tree.c | 18 +
gcc/fortran/gfortran.h | 3 +-
gcc/fortran/openmp.c | 578 +++++++++++++++++----------
gcc/fortran/parse.c | 19 +-
gcc/fortran/resolve.c | 9 +-
gcc/fortran/trans-openmp.c | 13 +-
gcc/testsuite/gfortran.dg/gomp/atomic-10.f90 | 32 ++
gcc/testsuite/gfortran.dg/gomp/atomic-12.f90 | 364 +++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/atomic-15.f90 | 44 ++
gcc/testsuite/gfortran.dg/gomp/atomic-16.f90 | 36 ++
gcc/testsuite/gfortran.dg/gomp/atomic-17.f90 | 41 ++
gcc/testsuite/gfortran.dg/gomp/atomic-18.f90 | 27 ++
gcc/testsuite/gfortran.dg/gomp/atomic-19.f90 | 39 ++
gcc/testsuite/gfortran.dg/gomp/atomic-2.f90 | 42 +-
gcc/testsuite/gfortran.dg/gomp/atomic-20.f90 | 39 ++
gcc/testsuite/gfortran.dg/gomp/atomic-22.f90 | 24 ++
gcc/testsuite/gfortran.dg/gomp/atomic-24.f90 | 13 +
gcc/testsuite/gfortran.dg/gomp/atomic-25.f90 | 53 +++
gcc/testsuite/gfortran.dg/gomp/atomic-26.f90 | 75 ++++
gcc/testsuite/gfortran.dg/gomp/atomic.f90 | 40 +-
libgomp/libgomp.texi | 3 +-
21 files changed, 1250 insertions(+), 262 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-10.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-12.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-15.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-16.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-17.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-18.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-19.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-20.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-22.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-24.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-25.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-26.f90
--
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/llvm-release-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 6712b0c1bf Automatic date update in version.in
adds d77082db3f Automatic date update in version.in
adds 5cd1eaa964 Automatic date update in version.in
adds 6c11c735c7 Automatic date update in version.in
adds 9921e4b7bb Automatic date update in version.in
adds ad2e61e47f Automatic date update in version.in
adds f80ba9701b 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.