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/gcc.
from 5d201f32885 Daily bump.
adds 8f2ed3fe616 Daily bump.
adds 05318fb8a89 testsuite: i386: Require ifunc support in gcc.target/i386/p [...]
adds a7c7dd708aa Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr98100.c | 1 +
3 files changed, 6 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_gnu/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards c2c379b6 0: update: gcc-5d201f32885d0fd22db1e61394eceb0915b647af: 1
new bb49f796 0: update: gcc-a7c7dd708aaa22101cfc1725f4bc676b8e75e990: 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 (c2c379b6)
\
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 | 128 +-
02-prepare_abe/console.log | 418 +-
04-build_abe-bootstrap_ubsan/console.log | 77481 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 78069 ++++++++++++++---------------
jenkins/manifest.sh | 12 +-
7 files changed, 78069 insertions(+), 78045 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 aa2838ccc59 gdb: const-ify hostio methods parameter in remote.c
new d3d7d1ba3bb [gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfo
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 | 8 ++++++++
gdb/nat/amd64-linux-siginfo.c | 13 +++++++++++++
2 files changed, 21 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils
in repository toolchain/ci/binutils-gdb.
from 68b007788a ld/x86: Add -z report-relative-reloc
adds 75a933f399 ld/elf/x86: Don't compare IFUNC address in the shared object
adds 514fca98df Automatic date update in version.in
adds edf0f284b1 PR binutils/23460: Increase the max number of open files to 20
adds d46153313b Automatic date update in version.in
adds 25294ff049 gold: Remove the circular IFUNC dependency in ifuncmain6pie
adds 994b251328 ld/elf: Ignore section symbols when matching linkonce with comdat
adds 44365e88c0 PR27198, segv in S_IS_WEAK
new cecb191290 gdb: const-ify unpack_* functions in remote.c
new e3b2741b16 gdb: const-ify remote_target::add_current_inferior_and_threa [...]
new b5c8f22d28 gdb: move remote_target::start_remote variable to narrower scope
new aa2838ccc5 gdb: const-ify hostio methods parameter in remote.c
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:
bfd/ChangeLog | 11 +++++
bfd/elflink.c | 6 ++-
bfd/elfxx-x86.c | 3 +-
bfd/version.h | 2 +-
gas/ChangeLog | 9 ++++
gas/config/tc-i386.c | 3 ++
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/pr27198.d | 2 +
gas/testsuite/gas/i386/pr27198.err | 5 +++
gas/testsuite/gas/i386/pr27198.s | 1 +
gdb/ChangeLog | 38 +++++++++++++++++
gdb/remote.c | 82 +++++++++++++++++-------------------
gold/ChangeLog | 6 +++
gold/testsuite/ifuncmain6pie.c | 14 ++----
gold/testsuite/ifuncmod6.c | 10 ++---
ld/ChangeLog | 22 ++++++++++
ld/testsuite/ld-i386/i386.exp | 5 +++
ld/testsuite/ld-i386/pr27193.dd | 5 +++
ld/testsuite/ld-i386/pr27193a.o.bz2 | Bin 0 -> 468 bytes
ld/testsuite/ld-i386/pr27193b.s | 8 ++++
ld/testsuite/ld-ifunc/ifunc.exp | 22 +---------
ld/testsuite/ld-ifunc/pr23169a.c | 2 +-
ld/testsuite/ld-plugin/lto.exp | 2 +-
23 files changed, 174 insertions(+), 85 deletions(-)
create mode 100644 gas/testsuite/gas/i386/pr27198.d
create mode 100644 gas/testsuite/gas/i386/pr27198.err
create mode 100644 gas/testsuite/gas/i386/pr27198.s
create mode 100644 ld/testsuite/ld-i386/pr27193.dd
create mode 100644 ld/testsuite/ld-i386/pr27193a.o.bz2
create mode 100644 ld/testsuite/ld-i386/pr27193b.s
--
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-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards 89fe402a 4: update: binutils-68b007788a6cc5376708af42bc220f540e8c4b8a: 1
new 1043d754 4: update: binutils-aa2838ccc592ea63f2b1d378bccd9388c18a8b96: 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 (89fe402a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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 | 418 +-
03-build_abe-binutils/console.log | 20163 +++++++++++----------
04-build_abe-check_binutils/console.log | 7008 ++++----
05-check_regression/console.log | 154 +-
05-check_regression/results.regressions | 4 +-
06-update_baseline/console.log | 1052 +-
06-update_baseline/results.regressions | 4 +-
console.log | 28923 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
sumfiles/binutils.log.xz | Bin 39772 -> 39756 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95028 -> 95164 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 116244 -> 116244 bytes
sumfiles/ld.sum | 4 +-
sumfiles/libctf.log.xz | Bin 1524 -> 1520 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 28856 insertions(+), 29022 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 994fb69ac1b testsuite: powerpc fold-vec and sse updates.
new d3b41bde961 libgomp: Don't access gomp_sem_t as int using atomics uncon [...]
new 0f951b3dd34 RTEMS: Fix libgomp build
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:
libgomp/config/accel/sem.h | 9 +++++++++
libgomp/config/linux/sem.h | 9 +++++++++
libgomp/config/posix/sem.c | 20 ++++++++++++++++++++
libgomp/config/posix/sem.h | 10 ++++++++++
libgomp/config/rtems/sem.h | 5 +++++
libgomp/task.c | 4 ++--
6 files changed, 55 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 44365e88c0e PR27198, segv in S_IS_WEAK
new cecb1912905 gdb: const-ify unpack_* functions in remote.c
new e3b2741b162 gdb: const-ify remote_target::add_current_inferior_and_thre [...]
new b5c8f22d280 gdb: move remote_target::start_remote variable to narrower scope
new aa2838ccc59 gdb: const-ify hostio methods parameter in remote.c
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:
gdb/ChangeLog | 38 +++++++++++++++++++++++++++
gdb/remote.c | 82 ++++++++++++++++++++++++++++-------------------------------
2 files changed, 77 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.