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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4f75550a8 4: update: binutils-gcc-linux-qemu: 21470
new 368fccc70 4: update: binutils-gcc-qemu: 21470
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 (4f75550a8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30232 -> 30684 bytes
04-build_abe-stage1/console.log.xz | Bin 90304 -> 91376 bytes
05-build_abe-qemu/console.log.xz | Bin 30556 -> 31284 bytes
06-build_linux/console.log.xz | Bin 46500 -> 48388 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 62 +++++++++++++++++------------------
jenkins/manifest.sh | 21 ++++++------
9 files changed, 41 insertions(+), 42 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_bootstrap/release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards d02638d10 0: update: binutils-gcc: 2
new 2e19c771f 0: update: binutils-gcc: 2
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 (d02638d10)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1504 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 50656 -> 50668 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 245020 -> 244444 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 10 +++++-----
7 files changed, 13 insertions(+), 13 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_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 459140adc0 Add top-level .editorconfig file
adds 12735d3472 gdb/build: Fix Wpessimizing-move in clang build
adds 5647d3e3dc Add Bruno Larsen to gdb/MAINTAINERS
adds 187365caaa Remove vestigal FreeBSD/i386 3.x support.
adds bf84b776bd Remove support for pre-5.0 FreeBSD/i386 signal trampolines.
adds 5046f3c8c0 FreeBSD x86: Remove fallback for detecting signal trampoline [...]
adds b623bbc9a5 regcache: Zero-extend small registers described by a register map.
adds a423c9f392 Use register maps for gp regsets on FreeBSD/x86 core dumps.
adds 7384826ebf FreeBSD x86: Use tramp-frame for signal frames.
adds b95a31ed5d fbsd-nat: Return a bool from fetch_register_set and store_re [...]
adds 00d7af046f FreeBSD x86 nat: Use register maps for GP register sets.
new e5783467a3 gdb: fix ppc-sysv-tdep.c build on 32-bit platforms
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:
gdb/MAINTAINERS | 1 +
gdb/amd64-bsd-nat.c | 96 -----
gdb/amd64-fbsd-nat.c | 346 ++++++++++-------
gdb/amd64-fbsd-tdep.c | 277 +++++++------
.../gdb.base/cursal.c => amd64-fbsd-tdep.h} | 28 +-
gdb/amd64-tdep.h | 5 -
gdb/configure.nat | 4 +-
gdb/fbsd-nat.c | 8 +-
gdb/fbsd-nat.h | 21 +-
gdb/i386-bsd-nat.c | 98 +----
gdb/i386-fbsd-nat.c | 255 ++++++++++--
gdb/i386-fbsd-tdep.c | 429 +++++++++------------
gdb/i386-fbsd-tdep.h | 4 +
gdb/i386-tdep.h | 4 -
gdb/ppc-sysv-tdep.c | 3 +-
gdb/regcache.c | 7 +-
gdb/tui/tui-disasm.c | 2 +-
gdb/x86-bsd-nat.c | 4 -
gdb/x86-bsd-nat.h | 3 -
19 files changed, 812 insertions(+), 783 deletions(-)
copy gdb/{testsuite/gdb.base/cursal.c => amd64-fbsd-tdep.h} (73%)
--
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_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards ba201d323 0: update: binutils-gcc: 2
new 74d4f7bd6 0: update: binutils-gcc: 2
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 (ba201d323)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1508 -> 1524 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51872 -> 51828 bytes
05-build_abe-bootstrap/console.log.xz | Bin 460260 -> 461472 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 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 glibc.
from 1d1ce7d637 Fix elf/loadfail test build dependencies
new 38bc0f4e78 support: Add support_socket_so_timestamp_time64
new 8fba672472 linux: Fix ancillary 64-bit time timestamp conversion (BZ #2 [...]
new 948ce73b31 Linux: Only generate 64 bit timestamps for 64 bit time_t rec [...]
new be211e0922 Add prelink removal plan on NEWS
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:
NEWS | 4 +
include/sys/socket.h | 10 +-
support/Makefile | 1 +
support/support.h | 4 +
...onic.c => support_socket_so_timestamp_time64.c} | 32 +-
sysdeps/unix/sysv/linux/Makefile | 9 +
sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 14 +-
sysdeps/unix/sysv/linux/recvmmsg.c | 36 ++-
sysdeps/unix/sysv/linux/recvmsg.c | 34 ++-
.../linux/tst-socket-timestamp-compat-time64.c | 1 +
.../unix/sysv/linux/tst-socket-timestamp-compat.c | 265 ++++++++++++++++
.../unix/sysv/linux/tst-socket-timestamp-time64.c | 1 +
sysdeps/unix/sysv/linux/tst-socket-timestamp.c | 336 +++++++++++++++++++++
13 files changed, 707 insertions(+), 40 deletions(-)
copy support/{support_mutex_pi_monotonic.c => support_socket_so_timestamp_time64.c} (54%)
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-compat-time64.c
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.