This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from e485b2b6e0 locale: Add LOCPATH diagnostics to the locale program
adds 2d398aa272 Remove do_set_mallopt_check prototype
adds 1a4c27355e elf: Fix pldd (BZ#18035)
adds 439bf53496 locale/tst-locale-locpath: Run test only for $(run-built-tes [...]
adds f9b645b4b0 memusagestat: use local glibc when linking [BZ #18465]
adds fe92a91f1e Reduce benchtests time
No new revisions were added by this update.
Summary of changes:
ChangeLog | 35 ++++++++++++
benchtests/Makefile | 4 +-
benchtests/bench-malloc-thread.c | 2 +-
elf/Makefile | 1 +
elf/pldd-xx.c | 114 +++++++++++++------------------------
elf/pldd.c | 64 ++++++++++-----------
elf/tst-pldd.c | 118 +++++++++++++++++++++++++++++++++++++++
locale/Makefile | 5 +-
malloc/Makefile | 4 +-
malloc/arena.c | 1 -
10 files changed, 233 insertions(+), 115 deletions(-)
create mode 100644 elf/tst-pldd.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_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/binutils-gdb.
from 9e97ba436a Remove unused overload of line_header::file_name_at
adds b907456c3e gdb/aarch64: Use type_align instead of aarch64_type_align
adds 030197b43c gdb/arm: Use type_align instead of arm_type_align
adds ecbc06d2a6 gdb/nds32: Use type_align instead of nds32_type_align
adds bf12844a68 gdb/iq2000: Use default gdbarch methods where possible
adds 946c28d2f9 gdb/lm32: Use default gdbarch methods where possible
adds 89b268d823 gdb/m32c: Use default gdbarch methods where possible
adds 5e79b7bb69 gdb/m32r: Use default gdbarch methods where possible
adds 43cf3eded2 gdb/m68hc11: Use default gdbarch methods where possible
adds 8e2b5aea9d gdb/mep: Use default gdbarch methods where possible
adds aee6c3cd1f gdb/mn10300: Use default gdbarch methods where possible
adds 27f113c8e9 gdb/moxie: Use default gdbarch methods where possible
adds c825904428 gdb/msp430: Use default gdbarch methods where possible
adds ca0ab0aa81 gdb/nds32: Use default gdbarch methods where possible
adds 96acf8844a gdb/nios2: Use default gdbarch methods where possible
adds 3f2cef4945 gdb/or1k: Use default gdbarch methods where possible
adds 833a4480dd gdb/rs6000: Use default gdbarch methods where possible
adds 47c47d6907 gdb/rx: Use default gdbarch methods where possible
adds a40dde9db5 gdb/score: Use default gdbarch methods where possible
adds 6d14d64dfe gdb/sh: Use default gdbarch methods where possible
adds d31f262c36 gdb/sparc: Use default_unwind_pc
adds 1ba7b7f938 gdb/tic6x: Use default gdbarch methods where possible
adds 0f534d767b gdb/tilegx: Use default gdbarch methods where possible
adds 29222070e4 gdb/v850: Use default gdbarch methods where possible
adds 541aad8ac9 gdb/vax: Use default gdbarch methods where possible
adds 14faed38e7 gdb/xstormy16: Use default gdbarch methods where possible
adds b614e6f3f8 gdb/rl78: Use default gdbarch methods where possible
adds f872fdbb5b gdb/s12z: Use default gdbarch methods where possible
adds 05b1991f1a Automatic date update in version.in
adds d10be0cb9e S12Z: s12z-opc.h: Add extern "C" bracketing
adds a679f24ecc S12Z: Opcodes: Handle bit map operations with non-canonical [...]
adds 1903f1385b resolve_symbol_value vs. .loc view resolution
adds 1b8dd64326 Stop strip from merging notes when stripping debug or dwo in [...]
adds a59240a41a Fix passing of struct with bitfields on x86-64
new 596179f77c Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
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/version.h | 2 +-
binutils/ChangeLog | 6 +
binutils/doc/binutils.texi | 2 +-
binutils/objcopy.c | 15 ++-
gas/ChangeLog | 19 +++
gas/symbols.c | 43 +++---
gas/testsuite/gas/mmix/basep-7.d | 8 +-
gas/testsuite/gas/s12z/bit-manip-invalid.d | 6 +-
gas/testsuite/gas/s12z/bit-manip-invalid.s | 4 +
gdb/ChangeLog | 206 +++++++++++++++++++++++++++++
gdb/aarch64-tdep.c | 70 +++-------
gdb/amd64-tdep.c | 10 +-
gdb/arm-tdep.c | 68 +++-------
gdb/iq2000-tdep.c | 22 ---
gdb/lm32-tdep.c | 23 ----
gdb/m32c-tdep.c | 34 -----
gdb/m32r-tdep.c | 37 ------
gdb/m68hc11-tdep.c | 24 ----
gdb/mep-tdep.c | 29 ----
gdb/mn10300-tdep.c | 32 +----
gdb/moxie-tdep.c | 33 -----
gdb/msp430-tdep.c | 32 -----
gdb/nds32-tdep.c | 77 +----------
gdb/nios2-tdep.c | 20 ---
gdb/or1k-tdep.c | 9 --
gdb/rl78-tdep.c | 9 --
gdb/rs6000-tdep.c | 18 ---
gdb/rx-tdep.c | 38 +-----
gdb/s12z-tdep.c | 18 ---
gdb/score-tdep.c | 23 ----
gdb/sh-tdep.c | 25 ----
gdb/sparc-tdep.c | 9 --
gdb/testsuite/ChangeLog | 12 ++
gdb/testsuite/gdb.arch/amd64-eval.cc | 18 +++
gdb/testsuite/gdb.arch/amd64-eval.exp | 2 +
gdb/testsuite/gdb.cp/many-args.cc | 76 +++++++++++
gdb/testsuite/gdb.cp/many-args.exp | 40 ++++++
gdb/tic6x-tdep.c | 22 ---
gdb/tilegx-tdep.c | 26 ----
gdb/v850-tdep.c | 25 ----
gdb/vax-tdep.c | 7 -
gdb/xstormy16-tdep.c | 23 ----
opcodes/ChangeLog | 10 ++
opcodes/s12z-opc.c | 4 +-
opcodes/s12z-opc.h | 9 +-
45 files changed, 489 insertions(+), 756 deletions(-)
create mode 100644 gdb/testsuite/gdb.cp/many-args.cc
create mode 100644 gdb/testsuite/gdb.cp/many-args.exp
--
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/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 866accc0 0: update: binutils-gcc-glibc-llvm: -1
new af8a1173 0: 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 (866accc0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 180 +-
02-prepare_abe/console.log | 104 +-
03-build_abe-binutils/console.log | 10059 +--
04-build_abe-stage1/console.log | 19273 +++---
05-build_abe-linux/console.log | 274 +-
06-build_abe-glibc/console.log | 38954 +++++------
07-build_abe-stage2/console.log | 45770 +++++++------
08-build_llvm-true/console.log | 11582 ++--
09-benchmark/benchmark.log | 16 +-
09-benchmark/console.log | 98 +-
10-check_regression/console.log | 32 +-
11-update_baseline/console.log | 8 +-
console.log | 126401 ++++++++++++++++++-----------------
jenkins/manifest.sh | 22 +-
14 files changed, 126419 insertions(+), 126354 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/gnu-master-arm-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 9e97ba436a Remove unused overload of line_header::file_name_at
adds b907456c3e gdb/aarch64: Use type_align instead of aarch64_type_align
adds 030197b43c gdb/arm: Use type_align instead of arm_type_align
adds ecbc06d2a6 gdb/nds32: Use type_align instead of nds32_type_align
adds bf12844a68 gdb/iq2000: Use default gdbarch methods where possible
adds 946c28d2f9 gdb/lm32: Use default gdbarch methods where possible
adds 89b268d823 gdb/m32c: Use default gdbarch methods where possible
adds 5e79b7bb69 gdb/m32r: Use default gdbarch methods where possible
adds 43cf3eded2 gdb/m68hc11: Use default gdbarch methods where possible
adds 8e2b5aea9d gdb/mep: Use default gdbarch methods where possible
adds aee6c3cd1f gdb/mn10300: Use default gdbarch methods where possible
adds 27f113c8e9 gdb/moxie: Use default gdbarch methods where possible
adds c825904428 gdb/msp430: Use default gdbarch methods where possible
adds ca0ab0aa81 gdb/nds32: Use default gdbarch methods where possible
adds 96acf8844a gdb/nios2: Use default gdbarch methods where possible
adds 3f2cef4945 gdb/or1k: Use default gdbarch methods where possible
adds 833a4480dd gdb/rs6000: Use default gdbarch methods where possible
adds 47c47d6907 gdb/rx: Use default gdbarch methods where possible
adds a40dde9db5 gdb/score: Use default gdbarch methods where possible
adds 6d14d64dfe gdb/sh: Use default gdbarch methods where possible
adds d31f262c36 gdb/sparc: Use default_unwind_pc
adds 1ba7b7f938 gdb/tic6x: Use default gdbarch methods where possible
adds 0f534d767b gdb/tilegx: Use default gdbarch methods where possible
adds 29222070e4 gdb/v850: Use default gdbarch methods where possible
adds 541aad8ac9 gdb/vax: Use default gdbarch methods where possible
adds 14faed38e7 gdb/xstormy16: Use default gdbarch methods where possible
adds b614e6f3f8 gdb/rl78: Use default gdbarch methods where possible
adds f872fdbb5b gdb/s12z: Use default gdbarch methods where possible
adds 05b1991f1a Automatic date update in version.in
adds d10be0cb9e S12Z: s12z-opc.h: Add extern "C" bracketing
adds a679f24ecc S12Z: Opcodes: Handle bit map operations with non-canonical [...]
adds 1903f1385b resolve_symbol_value vs. .loc view resolution
adds 1b8dd64326 Stop strip from merging notes when stripping debug or dwo in [...]
new a59240a41a Fix passing of struct with bitfields on x86-64
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/version.h | 2 +-
binutils/ChangeLog | 6 +
binutils/doc/binutils.texi | 2 +-
binutils/objcopy.c | 15 ++-
gas/ChangeLog | 19 +++
gas/symbols.c | 43 +++---
gas/testsuite/gas/mmix/basep-7.d | 8 +-
gas/testsuite/gas/s12z/bit-manip-invalid.d | 6 +-
gas/testsuite/gas/s12z/bit-manip-invalid.s | 4 +
gdb/ChangeLog | 201 +++++++++++++++++++++++++++++
gdb/aarch64-tdep.c | 66 +++-------
gdb/amd64-tdep.c | 10 +-
gdb/arm-tdep.c | 68 +++-------
gdb/iq2000-tdep.c | 22 ----
gdb/lm32-tdep.c | 23 ----
gdb/m32c-tdep.c | 34 -----
gdb/m32r-tdep.c | 37 ------
gdb/m68hc11-tdep.c | 24 ----
gdb/mep-tdep.c | 29 -----
gdb/mn10300-tdep.c | 32 +----
gdb/moxie-tdep.c | 33 -----
gdb/msp430-tdep.c | 32 -----
gdb/nds32-tdep.c | 77 +----------
gdb/nios2-tdep.c | 20 ---
gdb/or1k-tdep.c | 9 --
gdb/rl78-tdep.c | 9 --
gdb/rs6000-tdep.c | 18 ---
gdb/rx-tdep.c | 38 +-----
gdb/s12z-tdep.c | 18 ---
gdb/score-tdep.c | 23 ----
gdb/sh-tdep.c | 25 ----
gdb/sparc-tdep.c | 9 --
gdb/testsuite/ChangeLog | 12 ++
gdb/testsuite/gdb.arch/amd64-eval.cc | 18 +++
gdb/testsuite/gdb.arch/amd64-eval.exp | 2 +
gdb/testsuite/gdb.cp/many-args.cc | 76 +++++++++++
gdb/testsuite/gdb.cp/many-args.exp | 40 ++++++
gdb/tic6x-tdep.c | 22 ----
gdb/tilegx-tdep.c | 26 ----
gdb/v850-tdep.c | 25 ----
gdb/vax-tdep.c | 7 -
gdb/xstormy16-tdep.c | 23 ----
opcodes/ChangeLog | 10 ++
opcodes/s12z-opc.c | 4 +-
opcodes/s12z-opc.h | 9 +-
45 files changed, 482 insertions(+), 754 deletions(-)
create mode 100644 gdb/testsuite/gdb.cp/many-args.cc
create mode 100644 gdb/testsuite/gdb.cp/many-args.exp
--
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/gnu-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 86ed3217 0: update: binutils-gcc-linux: all
new c5147651 0: update: binutils-gcc-linux: 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 (86ed3217)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 252 +-
03-build_abe-binutils/console.log | 10138 +++----
04-build_abe-stage1/console.log | 19102 +++++++------
05-build_linux/console.log | 22775 ++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 52529 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 52454 insertions(+), 52484 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/gnu-release-arm-lts-defconfig
in repository toolchain/ci/gcc.
from 19ab4f2bf73 Daily bump.
adds 9dfc804a223 Daily bump.
adds 0b8d9fffd98 2019-04-24 Paul Thomas <pault(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++
gcc/fortran/resolve.c | 33 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 ++++
.../gfortran.dg/external_procedures_4.f90 | 28 ++++++++++++++++++
5 files changed, 71 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/external_procedures_4.f90
--
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/gnu-release-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 61096c8e82 Automatic date update in version.in
adds b9a73d80b6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.