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-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 35d925420 0: update: binutils-llvm-linux-qemu: all
new 85e44b23d 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 (35d925420)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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.xz | Bin 1568 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 43796 -> 43936 bytes
04-build_llvm/console.log.xz | Bin 58868 -> 58496 bytes
05-build_abe-qemu/console.log.xz | Bin 29732 -> 29780 bytes
06-build_linux/console.log.xz | Bin 4388 -> 4564 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 11 insertions(+), 11 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c04a31a46 0: update: binutils-llvm-linux-qemu: all
new f1f0baad1 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 (c04a31a46)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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.xz | Bin 1592 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 43572 -> 44308 bytes
04-build_llvm/console.log.xz | Bin 59180 -> 58160 bytes
05-build_abe-qemu/console.log.xz | Bin 30448 -> 29788 bytes
06-build_linux/console.log.xz | Bin 3920 -> 3692 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 416 -> 412 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 16 insertions(+), 16 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_gcc_check/master-arm
in repository toolchain/ci/gcc.
from 96276f99352 rs6000: Match recent builtins changes in new builtins support
adds 8722a17067f c: more precise locations for some -Wpragmas diagnostics
adds c9b1334eecc Daily bump.
adds d581cf9c2f6 Nios2: Add TARGET_CAN_INLINE_P hook.
new 52fa7717586 aarch64: [PR101529] Fix vector shuffle insertion expansion
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 | 174 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 217 +++++++++++++++++++++
gcc/c-family/ChangeLog | 10 +
gcc/c-family/c-pragma.c | 33 ++--
gcc/config/aarch64/aarch64.c | 3 +-
gcc/config/nios2/nios2.c | 37 ++++
gcc/cp/ChangeLog | 32 +++
gcc/fortran/ChangeLog | 25 +++
gcc/testsuite/ChangeLog | 57 ++++++
.../c-c++-common/torture/builtin-convertvector-2.c | 26 +++
.../c-c++-common/torture/builtin-shufflevector-2.c | 26 +++
gcc/testsuite/gcc.dg/bad-pragma-locations.c | 86 ++++++++
.../gcc.target/nios2/custom-fp-inline-1.c | 33 ++++
.../gcc.target/nios2/custom-fp-inline-2.c | 29 +++
.../gcc.target/nios2/custom-fp-inline-3.c | 33 ++++
.../gcc.target/nios2/custom-fp-inline-4.c | 29 +++
libgomp/ChangeLog | 4 +
libstdc++-v3/ChangeLog | 102 ++++++++++
19 files changed, 943 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/builtin-convertvector-2.c
create mode 100644 gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c
create mode 100644 gcc/testsuite/gcc.dg/bad-pragma-locations.c
create mode 100644 gcc/testsuite/gcc.target/nios2/custom-fp-inline-1.c
create mode 100644 gcc/testsuite/gcc.target/nios2/custom-fp-inline-2.c
create mode 100644 gcc/testsuite/gcc.target/nios2/custom-fp-inline-3.c
create mode 100644 gcc/testsuite/gcc.target/nios2/custom-fp-inline-4.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_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 84f82c95bc PR28543, readelf entered an infinite loop
adds b790c47da3 Automatic date update in version.in
adds a9a09f5114 Re: Add --unicode option
adds 9b49454b4a Re: Add --unicode option
new 9c95aea186 Fix PR 28308 - dprintf breakpoints not working when run from script
new f493b71179 Test case for Bug 28308
new e86fc4a5bc PR 28447: implement multiple parameters for .file on XCOFF
new b030ae091e ld: set correct flags for AIX shared tests
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/coff-rs6000.c | 14 ++-
bfd/coff64-rs6000.c | 14 ++-
bfd/coffcode.h | 10 +-
bfd/coffgen.c | 134 ++++++++++++++++-----
bfd/cofflink.c | 14 +--
bfd/coffswap.h | 14 +--
bfd/libcoff.h | 4 +
bfd/peXXigen.c | 12 +-
bfd/version.h | 2 +-
bfd/xcofflink.c | 12 +-
binutils/objdump.c | 78 ++++++------
binutils/strings.c | 2 +-
gas/config/tc-ppc.c | 63 ++++++++++
gas/config/tc-ppc.h | 2 +-
gas/testsuite/gas/ppc/aix.exp | 3 +
gas/testsuite/gas/ppc/xcoff-file-32.d | 13 ++
gas/testsuite/gas/ppc/xcoff-file-64.d | 13 ++
gas/testsuite/gas/ppc/xcoff-file.s | 1 +
gdb/breakpoint.c | 14 +--
.../gdb.base/dprintf-execution-x-script.c | 53 ++++++++
.../gdb.base/dprintf-execution-x-script.exp | 85 +++++++++++++
.../gdb.base/dprintf-execution-x-script.gdb | 21 ++++
include/coff/internal.h | 25 ++--
include/coff/rs6000.h | 1 +
include/coff/xcoff.h | 6 +
ld/testsuite/ld-shared/shared.exp | 2 +-
26 files changed, 477 insertions(+), 135 deletions(-)
create mode 100644 gas/testsuite/gas/ppc/xcoff-file-32.d
create mode 100644 gas/testsuite/gas/ppc/xcoff-file-64.d
create mode 100644 gas/testsuite/gas/ppc/xcoff-file.s
create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.c
create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.exp
create mode 100644 gdb/testsuite/gdb.base/dprintf-execution-x-script.gdb
--
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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards de4fb18ff 0: update: binutils-gcc: 1
new c204670b7 0: update: binutils-gcc: 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 (de4fb18ff)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (c2 [...]
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.xz | Bin 1520 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 64488 -> 64568 bytes
04-build_abe-gcc/console.log.xz | Bin 226740 -> 225764 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3844 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2604 -> 2724 bytes
07-check_regression/console.log.xz | Bin 2724 -> 3776 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 159 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 688 +++--
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 159 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2685488 -> 2692300 bytes
sumfiles/g++.sum | 158 +-
sumfiles/gcc.log.xz | Bin 2290228 -> 2251944 bytes
sumfiles/gcc.sum | 4505 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 885452 -> 879600 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169132 -> 169296 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2516 -> 2524 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 458232 -> 449804 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3117 insertions(+), 2766 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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_gnu_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/glibc.
from 6548a9bdba Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so
adds f411207a83 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...]
adds cf8c6a634c elf: Earlier missing dynamic segment check in _dl_map_object [...]
No new revisions were added by this update.
Summary of changes:
NEWS | 3 ++-
elf/dl-load.c | 22 +++++++++--------
iconvdata/Makefile | 5 +++-
iconvdata/bug-iconv15.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++
iconvdata/iso-2022-jp-3.c | 28 +++++++++++++++-------
5 files changed, 98 insertions(+), 20 deletions(-)
create mode 100644 iconvdata/bug-iconv15.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.