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-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b36188b4 0: update: binutils-llvm-linux-qemu: all
new 0a24b8bc 0: update: binutils-llvm-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 (b36188b4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 128 +-
02-prepare_abe/console.log | 18 +-
03-build_abe-binutils/console.log | 12043 +++++------
04-build_llvm/console.log | 14189 ++++++------
05-build_abe-qemu/console.log | 7187 ++++---
06-build_linux/console.log | 888 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34459 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34539 insertions(+), 34441 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/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 07ca3351 0: update: gcc-8c546f4c8930e8db743dbbeedba2a663ad053668: 1
new fadc00b8 0: update: gcc-5bde7650caa84aa1dee979122834619a8cc748d4: 1
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 (07ca3351)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 76 +-
02-prepare_abe/console.log | 416 +-
04-build_abe-bootstrap_ubsan/console.log | 66531 +++++++++++++---------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 67077 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 62687 insertions(+), 71455 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 glibc.
from 24c78e2c75 x86-64: Add the clone3 wrapper
new 84d40d702f Add static tests for __clone_internal
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:
sysdeps/unix/sysv/linux/Makefile | 9 ++++
...ettime-clobber.c => tst-align-clone-internal.c} | 63 +++++++++++++---------
.../linux/{tst-clone2.c => tst-clone2-internal.c} | 56 +++++++------------
.../linux/{tst-clone3.c => tst-clone3-internal.c} | 34 +++++-------
.../{tst-getpid1.c => tst-getpid1-internal.c} | 55 +++++++++++--------
...align-clone.c => tst-misalign-clone-internal.c} | 44 ++++-----------
6 files changed, 121 insertions(+), 140 deletions(-)
copy sysdeps/unix/sysv/linux/{tst-clock_gettime-clobber.c => tst-align-clone-inter [...]
copy sysdeps/unix/sysv/linux/{tst-clone2.c => tst-clone2-internal.c} (71%)
copy sysdeps/unix/sysv/linux/{tst-clone3.c => tst-clone3-internal.c} (78%)
copy sysdeps/unix/sysv/linux/{tst-getpid1.c => tst-getpid1-internal.c} (56%)
copy sysdeps/unix/sysv/linux/{tst-misalign-clone.c => tst-misalign-clone-internal. [...]
--
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 glibc.
from 135425a1dd nss: Fix build error with --disable-nscd
new d8ea0d0168 Add an internal wrapper for clone, clone2 and clone3
new 24c78e2c75 x86-64: Add the clone3 wrapper
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:
include/clone_internal.h | 16 ++++
nptl/allocatestack.c | 59 ++------------
nptl/pthread_create.c | 38 +++++----
sysdeps/unix/sysv/linux/Makefile | 3 +-
sysdeps/unix/sysv/linux/clone-internal.c | 91 ++++++++++++++++++++++
sysdeps/unix/sysv/linux/clone3.c | 1 +
sysdeps/unix/sysv/linux/clone3.h | 67 ++++++++++++++++
sysdeps/unix/sysv/linux/spawni.c | 26 +++----
.../unix/sysv/linux/x86_64/{clone.S => clone3.S} | 89 +++++++++------------
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 +
10 files changed, 250 insertions(+), 142 deletions(-)
create mode 100644 include/clone_internal.h
create mode 100644 sysdeps/unix/sysv/linux/clone-internal.c
create mode 100644 sysdeps/unix/sysv/linux/clone3.c
create mode 100644 sysdeps/unix/sysv/linux/clone3.h
copy sysdeps/unix/sysv/linux/x86_64/{clone.S => clone3.S} (52%)
--
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 be36c6e3374 [gdb/testsuite] Fix gdb.base/gold-gdb-index.exp
new 51d29b8cacd objdump: add DWARF support for AIX
new 9cce9fab90e gas: default TC_VALIDATE_FIX_SUB to 0
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:
bfd/ChangeLog | 7 ++++
bfd/coff-rs6000.c | 26 +++++++-------
bfd/coffcode.h | 4 +--
bfd/libxcoff.h | 5 ++-
binutils/ChangeLog | 7 ++++
binutils/dwarf.c | 90 +++++++++++++++++++++++-----------------------
binutils/dwarf.h | 4 ++-
binutils/objdump.c | 14 ++++++--
gas/ChangeLog | 16 ++++++++-
gas/config/tc-alpha.h | 5 +++
gas/config/tc-hppa.h | 4 +++
gas/config/tc-microblaze.h | 3 ++
gas/config/tc-ppc.c | 2 +-
gas/config/tc-ppc.h | 6 ++--
gas/write.c | 11 +-----
15 files changed, 126 insertions(+), 78 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.