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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7274c0ee 0: update: llvm-linux: boot
new f95e334d 0: update: llvm-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 (7274c0ee)
\
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 | 171 +-
02-build_llvm/console.log | 12772 +++++++++++++--------------
03-build_linux/console.log | 886 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 16 +-
05-check_regression/results.regressions | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 13880 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 13899 insertions(+), 13848 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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d6cb3d6a 0: update: llvm-linux: all
new 89a57346 0: update: llvm-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 (d6cb3d6a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 160 +-
02-build_llvm/console.log | 12622 ++++++++++++++--------------
03-build_linux/console.log | 638 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
05-check_regression/results.regressions | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13426 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 13431 insertions(+), 13431 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 5e2483965 Fix spurious underflow exceptions for Bessel functions for do [...]
new 61cd34c1b newlib/libm/common: Fix modf/modff returning snan
new 3439f3b0e newlib/libm/common: Don't re-convert float to bits in modf/modff
new 6295d7591 newlib/libm/math: Make pow/powf return qnan for snan arg
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:
newlib/libm/common/s_modf.c | 22 +++++-----------------
newlib/libm/common/sf_modf.c | 18 ++++--------------
newlib/libm/math/e_pow.c | 13 +++++++++----
newlib/libm/math/ef_pow.c | 10 +++++++---
4 files changed, 25 insertions(+), 38 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 6c8392d65 Cygwin: Use a separate Start Menu folder for WoW64 installs
adds 9e106db0a Cygwin: serial: select: simplify peek_serial
adds 93b491c4f Cygwin: serial: read: revamp raw_read, change vmin_ and vtime [...]
adds 292959959 Cygwin: serial: revamp overlapped IO in read and select
adds e4f9fc92a Cygwin: serial: select: fix previous revamp patch
adds 72294cd21 Cygwin: serial: avoid overrun of vtime
adds 912c90261 Cygwin: serial: tcsetattr: set timeouts unconditionally
adds 3a74630f7 Cygwin: serial: select: fix WaitCommEvent request
adds a1f058545 Cygwin: serial: select: call ClearCommError prior to calling [...]
adds 2a4b1de77 Cygwin: serial: use per call OVERLAPPED structs
adds 082f2513c Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inb [...]
adds 8ffe12b39 fhandler_serial: fix comments
adds 009c7a055 Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN char [...]
new 5e2483965 Fix spurious underflow exceptions for Bessel functions for do [...]
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:
newlib/libm/math/e_j0.c | 6 +-
newlib/libm/math/e_j1.c | 6 +-
newlib/libm/math/ef_j0.c | 6 +-
newlib/libm/math/ef_j1.c | 4 +-
winsup/cygwin/fhandler.h | 13 +-
winsup/cygwin/fhandler_serial.cc | 322 +++++++++++++++++----------------------
winsup/cygwin/select.cc | 194 ++++++++---------------
winsup/cygwin/select.h | 30 ++--
8 files changed, 242 insertions(+), 339 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 gcc.
from 40cdcddf274 Fix UNRESOLVED test-case.
new e519d644999 arm: unified syntax for libgcc when built with -Os [PR94220]
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 | 9 +++++++++
libgcc/config/arm/lib1funcs.S | 33 +++++++++++++++++----------------
2 files changed, 26 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 832a5807810 Re: H8300 use of uninitialised value
new aa49fc22c13 Revert earlier delta adding bfd_coff_get_internal_extra_pe_ [...]
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 | 7 +++++++
bfd/cofflink.c | 9 ---------
bfd/libbfd-in.h | 5 -----
bfd/libbfd.h | 5 -----
4 files changed, 7 insertions(+), 19 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 gcc.
from da920d0c46c tree: Fix -fcompare-debug issues due to protected_set_expr_ [...]
new 40cdcddf274 Fix UNRESOLVED test-case.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81213.c | 5 +----
2 files changed, 6 insertions(+), 4 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-aarch64-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from cf2611febc arc: Use correct string when printing bfd DEBUG data
adds dd8953924b gdb/riscv: Apply NaN boxing when writing return values into [...]
adds 7b1eff95be [gdb] Print user/includes fields for maint commands
adds b778095777 The "b" flag for COFF sections only unsets the LOAD attribut [...]
adds aac88046e6 Add a new function to the BFD library to allow users access [...]
adds 4c83662712 readelf looping in process_archive
adds d503b685c6 Fix WOW64 process system DLL paths
adds 33aa3c10f6 Fix error message in compile-object-load.c
adds 46b438bb73 Automatic date update in version.in
adds f75fbe8ad2 alpha-vms: Sanity check ETIR__C_CTL_DFLOC index
new 4c4addbe57 Re: ARC: Use of uninitialised value
new ff76851054 Re: i386msdos uninitialised read
new 832a580781 Re: H8300 use of uninitialised value
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:
bfd/ChangeLog | 17 +++
bfd/cofflink.c | 9 ++
bfd/i386msdos.c | 2 +-
bfd/libbfd-in.h | 5 +
bfd/libbfd.h | 5 +
bfd/version.h | 2 +-
bfd/vms-alpha.c | 26 ++--
binutils/ChangeLog | 4 +
binutils/readelf.c | 6 +-
gas/ChangeLog | 5 +
gas/config/obj-coff.c | 5 +
gdb/ChangeLog | 23 ++++
gdb/compile/compile-object-load.c | 2 +-
gdb/riscv-tdep.c | 69 ++++++-----
gdb/symmisc.c | 54 ++++++++-
gdb/symtab.h | 7 ++
gdb/windows-nat.c | 44 ++++++-
opcodes/ChangeLog | 17 +++
opcodes/arc-dis.c | 4 +-
opcodes/disassemble.c | 10 +-
opcodes/disassemble.h | 6 +
opcodes/h8300-dis.c | 249 +++++++++++++++++++-------------------
22 files changed, 394 insertions(+), 177 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.