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 a288518611 gdb/linux: remove ptrace support check for exec, fork, vfork [...]
adds 7c1aa0090f libctf: delete unused libctf_TEXINFOS
No new revisions were added by this update.
Summary of changes:
libctf/Makefile.in | 1 -
libctf/doc/local.mk | 1 -
2 files changed, 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 3376a33e6 0: update: binutils-gcc: 1
new 5609fa348 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 (3376a33e6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (56 [...]
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 1532 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 52920 -> 51660 bytes
04-build_abe-gcc/console.log.xz | Bin 230988 -> 228984 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2396 -> 2556 bytes
07-check_regression/console.log.xz | Bin 2680 -> 6324 bytes
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 1157 +++++++-
08-update_baseline/console.log | 1358 ++++++++-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 1157 +++++++-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2724824 -> 2721560 bytes
sumfiles/g++.sum | 662 ++---
sumfiles/gcc.log.xz | Bin 2345952 -> 2304636 bytes
sumfiles/gcc.sum | 4985 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 899008 -> 895916 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2160 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188412 -> 188700 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2536 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 449320 -> 453660 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 6408 insertions(+), 3065 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 newlib.
from 66dfedc28 libgloss: merge bfin into top-level Makefile
new 5365a7dee libgloss: merge csky configure script up a level
new bf167aade newlib: remove unused fenv flags
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:
libgloss/Makefile.in | 22 +-
libgloss/configure | 5 +-
libgloss/configure.ac | 3 +-
libgloss/csky/Makefile.in | 9 +-
libgloss/csky/aclocal.m4 | 384 -----
libgloss/csky/configure | 3932 ------------------------------------------
libgloss/csky/configure.ac | 50 -
newlib/libm/fenv/Makefile.am | 4 +-
newlib/libm/fenv/Makefile.in | 2 +-
9 files changed, 22 insertions(+), 4389 deletions(-)
delete mode 100644 libgloss/csky/aclocal.m4
delete mode 100755 libgloss/csky/configure
delete mode 100644 libgloss/csky/configure.ac
--
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 newlib.
from ad28934ad libgloss: csky: clean up unused m68k logic
new f8aede785 libgloss: merge libnosys into top-level Makefile
new 62e580f01 libgloss: merge iq2000 into top-level Makefile
new 66dfedc28 libgloss: merge bfin into top-level Makefile
The 3 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:
libgloss/Makefile.am | 25 ++
libgloss/Makefile.in | 807 +++++++++++++++++++++++++++++++++++++----
libgloss/aclocal.m4 | 20 +
libgloss/bfin/Makefile.in | 207 -----------
libgloss/bfin/Makefile.inc | 71 ++++
libgloss/configure | 238 ++++++++++--
libgloss/configure.ac | 17 +-
libgloss/iq2000/Makefile.in | 149 --------
libgloss/iq2000/Makefile.inc | 11 +
libgloss/libnosys/Makefile.in | 115 ------
libgloss/libnosys/Makefile.inc | 27 ++
11 files changed, 1106 insertions(+), 581 deletions(-)
delete mode 100644 libgloss/bfin/Makefile.in
create mode 100644 libgloss/bfin/Makefile.inc
delete mode 100644 libgloss/iq2000/Makefile.in
create mode 100644 libgloss/iq2000/Makefile.inc
delete mode 100644 libgloss/libnosys/Makefile.in
create mode 100644 libgloss/libnosys/Makefile.inc
--
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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b9ada637c 0: update: binutils-gcc-linux-qemu: all
new d053e9bc4 0: update: binutils-gcc-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 (b9ada637c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 1576 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 42048 -> 30300 bytes
04-build_abe-stage1/console.log.xz | Bin 85644 -> 86380 bytes
05-build_abe-qemu/console.log.xz | Bin 30852 -> 31260 bytes
06-build_linux/console.log.xz | Bin 3144 -> 3516 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 | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
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_gnu_native_check_gdb/release-arm
in repository toolchain/ci/gdb.
from 6418f30988 Automatic date update in version.in
adds c6ff204cbe Automatic date update in version.in
adds c78ca9cd7c Automatic date update in version.in
adds f244734413 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.