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-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 049b5665 0: update: binutils-gcc-linux: boot
new e9adf6db 0: update: binutils-gcc-linux: 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 (049b5665)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 440 +-
03-build_abe-binutils/console.log | 11376 ++++++-----
04-build_abe-stage1/console.log | 17733 ++++++++---------
05-build_linux/console.log | 765 +-
06-boot_linux/console.log | 472 +-
07-check_regression/console.log | 25 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30987 +++++++++++++++---------------
jenkins/manifest.sh | 17 +-
12 files changed, 31006 insertions(+), 30987 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_kernel
in repository toolchain/ci/interesting-commits.
from a7d9265 Add last-good 771e60dd073b4dc0663fa9282b854dafdd92242d from h [...]
new d121d8f Add regression dc6d15eaa23cbae1468a6ef92371b1c856c14819 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_kernel
in repository toolchain/ci/interesting-commits.
from d758f3f Add regression 6b3034eaba83935d9f6dfb20d2efbdb34b5b00bf from [...]
new a7d9265 Add last-good 771e60dd073b4dc0663fa9282b854dafdd92242d from h [...]
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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 7ba115508aa PR26580, Size and alignment of commons vs as-needed shared lib
new 95830c988a6 aarch64: Add base support for Armv8-R
new 03fb3142c71 aarch64: Add support for Armv8-R DFB alias
new 38cf07a6c0b aarch64: Add support for Armv8-R system registers
new f1363b0fb4e aarch64: Add -mcpu option for Cortex-R82
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 | 7 +
bfd/archures.c | 1 +
bfd/bfd-in2.h | 1 +
bfd/cpu-aarch64.c | 6 +-
gas/ChangeLog | 29 +
gas/config/tc-aarch64.c | 11 +-
gas/doc/c-aarch64.texi | 5 +-
gas/testsuite/gas/aarch64/dfb.d | 8 +
gas/testsuite/gas/aarch64/dfb.s | 2 +
gas/testsuite/gas/aarch64/v8-r-bad-sysregs.d | 3 +
gas/testsuite/gas/aarch64/v8-r-bad-sysregs.l | 14 +
gas/testsuite/gas/aarch64/v8-r-bad-sysregs.s | 23 +
gas/testsuite/gas/aarch64/v8-r-sysregs-need-arch.d | 3 +
gas/testsuite/gas/aarch64/v8-r-sysregs-need-arch.l | 141 ++
gas/testsuite/gas/aarch64/v8-r-sysregs.d | 149 ++
gas/testsuite/gas/aarch64/v8-r-sysregs.s | 141 ++
include/ChangeLog | 14 +
include/opcode/aarch64.h | 14 +-
opcodes/ChangeLog | 40 +
opcodes/aarch64-asm-2.c | 197 +-
opcodes/aarch64-dis-2.c | 2523 ++++++++++----------
opcodes/aarch64-dis.c | 35 +-
opcodes/aarch64-opc-2.c | 16 +-
opcodes/aarch64-opc.c | 79 +-
opcodes/aarch64-tbl.h | 6 +
25 files changed, 2081 insertions(+), 1387 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/dfb.d
create mode 100644 gas/testsuite/gas/aarch64/dfb.s
create mode 100644 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.d
create mode 100644 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.l
create mode 100644 gas/testsuite/gas/aarch64/v8-r-bad-sysregs.s
create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs-need-arch.d
create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs-need-arch.l
create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs.d
create mode 100644 gas/testsuite/gas/aarch64/v8-r-sysregs.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 7ade7fba756 sync libiberty from gcc
new 7ba115508aa PR26580, Size and alignment of commons vs as-needed shared lib
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:
bfd/ChangeLog | 12 +++++++
bfd/elflink.c | 74 ++++++++++++++++++---------------------
ld/ChangeLog | 13 +++++++
ld/testsuite/ld-elf/comm-data.exp | 44 +++++++++++++++++------
ld/testsuite/ld-elf/pr26580-1.sd | 4 +++
ld/testsuite/ld-elf/pr26580-2.sd | 4 +++
ld/testsuite/ld-elf/pr26580-3.out | 2 ++
ld/testsuite/ld-elf/pr26580-4.out | 2 ++
ld/testsuite/ld-elf/pr26580-a.c | 20 +++++++++++
ld/testsuite/ld-elf/pr26580-a.s | 10 ++++++
ld/testsuite/ld-elf/pr26580-b.c | 3 ++
ld/testsuite/ld-elf/pr26580-b.s | 10 ++++++
ld/testsuite/ld-elf/shared.exp | 11 ++++++
13 files changed, 159 insertions(+), 50 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr26580-1.sd
create mode 100644 ld/testsuite/ld-elf/pr26580-2.sd
create mode 100644 ld/testsuite/ld-elf/pr26580-3.out
create mode 100644 ld/testsuite/ld-elf/pr26580-4.out
create mode 100644 ld/testsuite/ld-elf/pr26580-a.c
create mode 100644 ld/testsuite/ld-elf/pr26580-a.s
create mode 100644 ld/testsuite/ld-elf/pr26580-b.c
create mode 100644 ld/testsuite/ld-elf/pr26580-b.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-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards bdfd2c2d 0: update: gcc-0dc80505562c89df617ea11c733ee2cfab53c3f7: 1
new 74e540f7 0: update: gcc-cd2d3822ca0f2f743601cc9d048d51f6d326f6a2: 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 (bdfd2c2d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 162 +-
02-prepare_abe/console.log | 324 +-
04-build_abe-bootstrap_ubsan/console.log | 98404 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 98896 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 98983 insertions(+), 98819 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_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 748ad32b 11: update: llvm-linux: 16048
new 752aba62 11: update: llvm-linux: 16048
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 (748ad32b)
\
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 | 70 +-
02-build_llvm/console.log | 13223 ++++++++++----------
03-build_linux/console.log | 6465 +++++-----
05-check_regression/console.log | 13 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 146 +-
06-update_baseline/results.regressions | 20 +-
console.log | 19917 +++++++++++++++---------------
jenkins/manifest.sh | 19 +-
9 files changed, 19936 insertions(+), 19957 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.