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 0e6a3f07f50 ld: Properly override the IR definition
new 028a46039a2 gdbserver: handle running threads in qXfer:threads:read
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:
gdbserver/ChangeLog | 11 +++++++++++
gdbserver/inferiors.cc | 10 ++++++++++
gdbserver/inferiors.h | 3 +++
gdbserver/server.cc | 49 ++++++++++++++++++++++++++++++++++++++++++++-----
gdbserver/thread-db.cc | 8 --------
5 files changed, 68 insertions(+), 13 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_cross
in repository toolchain/ci/interesting-commits.
from 9601924 Add regression ba6291a1c2c368efa063afa58f1b512f41ed0a91 from [...]
new 6f4ce65 Add regression b88744905a46be44ffa3c57d46080f601ae832b8 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 | 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_bmk_tx1/llvm-master-aarch64-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 13a3aa9 3: update: binutils-gcc-glibc-llvm: 1
new cc3d94a 3: update: binutils-gcc-glibc-llvm: 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 (13a3aa9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarc [...]
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 | 172 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11485 ++-
04-build_abe-stage1/console.log | 15839 ++--
05-build_abe-linux/console.log | 248 +-
06-build_abe-glibc/console.log | 40234 ++++-----
07-build_abe-stage2/console.log | 37096 ++++----
08-build_llvm-true/console.log | 14323 ++--
10-benchmark--Oz/benchmark-start.log | 2 +-
10-benchmark--Oz/benchmark.log | 24 +-
10-benchmark--Oz/console.log | 148 +-
11-check_regression/console.log | 2423 +-
11-check_regression/results-0.csv | 2475 +-
11-check_regression/results-1.csv | 2454 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 10 +-
11-check_regression/results-full.csv | 2566 +-
11-check_regression/results.csv | 159 +-
11-check_regression/results.log | 2616 +-
12-update_baseline/console.log | 7445 +-
12-update_baseline/results-1.csv | 2454 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 10 +-
12-update_baseline/results-full.csv | 2390 +-
12-update_baseline/results.csv | 157 +-
12-update_baseline/results.log | 1906 +-
console.log | 131183 +++++++++++++++--------------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
29 files changed, 140149 insertions(+), 138206 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 1ad2776d3db bfd: xtensa: pr26246: fix removed_literal_compare
new 0e6a3f07f50 ld: Properly override the IR definition
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:
include/ChangeLog | 6 ++++++
include/bfdlink.h | 3 +++
ld/ChangeLog | 19 ++++++++++++++++++
ld/ldlang.c | 1 +
ld/plugin.c | 16 +++++++++------
ld/testsuite/ld-plugin/lto.exp | 40 ++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-plugin/pr26262a.c | 21 ++++++++++++++++++++
ld/testsuite/ld-plugin/pr26262b.c | 16 +++++++++++++++
ld/testsuite/ld-plugin/pr26262c.c | 6 ++++++
ld/testsuite/ld-plugin/pr26267.err | 3 +++
ld/testsuite/ld-plugin/pr26267a.c | 21 ++++++++++++++++++++
ld/testsuite/ld-plugin/pr26267b.c | 15 ++++++++++++++
ld/testsuite/ld-plugin/pr26267c.c | 6 ++++++
13 files changed, 167 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr26262a.c
create mode 100644 ld/testsuite/ld-plugin/pr26262b.c
create mode 100644 ld/testsuite/ld-plugin/pr26262c.c
create mode 100644 ld/testsuite/ld-plugin/pr26267.err
create mode 100644 ld/testsuite/ld-plugin/pr26267a.c
create mode 100644 ld/testsuite/ld-plugin/pr26267b.c
create mode 100644 ld/testsuite/ld-plugin/pr26267c.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.
unknown user pushed a change to branch master
in repository gcc.
from cd91a084877 Generation of adjusted ldp/stp for vector types
new ade6e7204ce critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp [...]
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:
.../gomp => libgomp/testsuite/libgomp.c-c++-common}/critical-hint-1.c | 2 ++
.../gomp => libgomp/testsuite/libgomp.c-c++-common}/critical-hint-2.c | 1 +
.../gomp => libgomp/testsuite/libgomp.fortran}/critical-hint-1.f90 | 2 ++
.../gomp => libgomp/testsuite/libgomp.fortran}/critical-hint-2.f90 | 1 +
4 files changed, 6 insertions(+)
rename {gcc/testsuite/c-c++-common/gomp => libgomp/testsuite/libgomp.c-c++-common} [...]
rename {gcc/testsuite/c-c++-common/gomp => libgomp/testsuite/libgomp.c-c++-common} [...]
rename {gcc/testsuite/gfortran.dg/gomp => libgomp/testsuite/libgomp.fortran}/criti [...]
rename {gcc/testsuite/gfortran.dg/gomp => libgomp/testsuite/libgomp.fortran}/criti [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.