This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm
in repository toolchain/ci/glibc.
from 4cc79c2177 librt: add test (bug 28213)
adds 1f51cd9a86 mips: align stack in clone [BZ #28223]
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/mips/clone.S | 7 +++++++
1 file changed, 7 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 maskray/unnest
in repository glibc.
discards 2fed708ead elf: Avoid nested functions in the loader (clean) [BZ #27220]
new d426591f4b elf: Avoid nested functions in the loader (all ports) [BZ #27220]
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 (2fed708ead)
\
N -- N -- N refs/heads/maskray/unnest (d426591f4b)
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:
elf/dl-conflict.c | 7 +++++--
elf/rtld.c | 2 +-
sysdeps/arm/dl-machine.h | 2 +-
sysdeps/hppa/dl-machine.h | 6 +++---
sysdeps/mips/dl-machine.h | 14 +++++++++++---
sysdeps/powerpc/powerpc32/dl-machine.h | 2 +-
sysdeps/riscv/dl-machine.h | 2 +-
sysdeps/sh/dl-machine.h | 2 +-
sysdeps/sparc/sparc32/dl-machine.h | 2 +-
sysdeps/sparc/sparc64/dl-machine.h | 2 +-
10 files changed, 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc
in repository toolchain/ci/interesting-commits.
from dc08abf Add regression aef703cf982072427e74034f4c460a11c5e04b8e from [...]
new 92f9f90 Add regression 1b34248527472496ca3fe2a07183beac8cf69041 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_gnu_native_check_gdb
in repository toolchain/ci/interesting-commits.
from 4f073ec Add regression 9b1f59fc95da32963f3ba22f8587ea0c12899e05 from [...]
new c1ed807 Add regression 873273449a944d7796d08ce6fae06eabcab7bf65 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from 9b08f7764ce Clear EAF_NOCLOBBER for indirect calls
adds 972eab51f53 Correct treatment of qualifiers for pointers to arrays for [...]
adds 5b2876f96c1 Daily bump.
new 4a4616e53f4 gcc.c-torture/execute: Fix tmpnam issue 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:
gcc/ChangeLog | 7 +
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 10 ++
gcc/c/c-typeck.c | 188 ++++++++++-----------
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.c-torture/execute/fprintf-2.c | 3 +-
gcc/testsuite/gcc.c-torture/execute/gcc_tmpnam.h | 13 ++
gcc/testsuite/gcc.c-torture/execute/printf-2.c | 3 +-
gcc/testsuite/gcc.c-torture/execute/user-printf.c | 3 +-
gcc/testsuite/gcc.dg/c11-qual-1.c | 11 ++
gcc/testsuite/gcc.dg/c2x-qual-1.c | 30 ++++
gcc/testsuite/gcc.dg/c2x-qual-2.c | 30 ++++
gcc/testsuite/gcc.dg/c2x-qual-3.c | 30 ++++
.../{pointer-array-quals-1.c => c2x-qual-4.c} | 7 +-
gcc/testsuite/gcc.dg/c2x-qual-5.c | 101 +++++++++++
gcc/testsuite/gcc.dg/c2x-qual-6.c | 114 +++++++++++++
gcc/testsuite/gcc.dg/c2x-qual-7.c | 16 ++
gcc/testsuite/gcc.dg/pointer-array-quals-1.c | 2 +-
gcc/testsuite/gcc.dg/pointer-array-quals-2.c | 2 +-
libgomp/ChangeLog | 7 +
20 files changed, 494 insertions(+), 105 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/gcc_tmpnam.h
create mode 100644 gcc/testsuite/gcc.dg/c11-qual-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-qual-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-qual-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-qual-3.c
copy gcc/testsuite/gcc.dg/{pointer-array-quals-1.c => c2x-qual-4.c} (93%)
create mode 100644 gcc/testsuite/gcc.dg/c2x-qual-5.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-qual-6.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-qual-7.c
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from fe7f0b0135 sim: m32r: add __linux__ hack for non-Linux hosts
adds a12ea97b9d 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 12066856 0: update: binutils-gcc: 2
new d9990b4b 0: update: binutils-gcc: 2
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 (12066856)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 | 220 +-
02-prepare_abe/console.log | 428 +-
04-build_abe-binutils/console.log | 17582 +++---
05-build_abe-bootstrap/console.log | 82552 ++++++++++++++--------------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 100846 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
8 files changed, 100796 insertions(+), 100876 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.