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 5db3a175cc1 sim: cgen: suppress trace non-literal printf warning
new 76f11310dfe sim: bpf: include more local headers & fix broken funcs
new e0fd25e4859 sim: bpf/cris: include cgen-mem in decoders
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:
sim/bpf/ChangeLog | 18 ++++++++++++++++++
sim/bpf/bpf-helpers.c | 2 ++
sim/bpf/bpf-helpers.h | 4 +++-
sim/bpf/bpf.c | 15 ++++++---------
sim/bpf/decode-be.c | 2 ++
sim/bpf/decode-le.c | 2 ++
sim/bpf/sim-main.h | 1 +
sim/cris/ChangeLog | 5 +++++
sim/cris/decodev10.c | 1 +
sim/cris/decodev32.c | 1 +
10 files changed, 41 insertions(+), 10 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 2c16cb88a6 Linux: Move timer helper routines from librt to libc
new 447954a206 math: redirect roundeven function
new 1683249d17 x86_64: roundeven with sse4.1 support
new eb9066203f Use GCC builtins for roundeven functions if desired.
new 3213ed770c Update math: redirect roundeven function
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:
include/math.h | 2 +-
sysdeps/aarch64/fpu/s_roundeven.c | 2 +-
sysdeps/aarch64/fpu/s_roundevenf.c | 1 +
sysdeps/generic/math-use-builtins-roundeven.h | 4 ++++
sysdeps/generic/math-use-builtins.h | 1 +
sysdeps/ieee754/dbl-64/s_roundeven.c | 9 ++++++++-
sysdeps/ieee754/float128/float128_private.h | 2 ++
sysdeps/ieee754/float128/s_roundevenf128.c | 1 +
sysdeps/ieee754/flt-32/s_roundevenf.c | 8 ++++++++
sysdeps/ieee754/ldbl-128/s_roundevenl.c | 6 ++++++
sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c | 1 +
sysdeps/ieee754/ldbl-96/s_roundevenl.c | 1 +
sysdeps/riscv/rv64/rvd/s_roundeven.c | 2 +-
sysdeps/riscv/rvf/s_roundevenf.c | 1 +
sysdeps/x86_64/fpu/multiarch/Makefile | 5 +++--
sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c | 2 ++
.../{s_trunc-sse4_1.S => s_roundeven-sse4_1.S} | 9 ++++-----
.../fpu => x86_64/fpu/multiarch}/s_roundeven.c | 22 ++++++++++++----------
sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c | 3 +++
.../{s_trunc-sse4_1.S => s_roundevenf-sse4_1.S} | 9 ++++-----
.../fpu => x86_64/fpu/multiarch}/s_roundevenf.c | 21 ++++++++++++---------
21 files changed, 77 insertions(+), 35 deletions(-)
create mode 100644 sysdeps/generic/math-use-builtins-roundeven.h
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundeven-c.c
copy sysdeps/x86_64/fpu/multiarch/{s_trunc-sse4_1.S => s_roundeven-sse4_1.S} (84%)
copy sysdeps/{aarch64/fpu => x86_64/fpu/multiarch}/s_roundeven.c (70%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_roundevenf-c.c
copy sysdeps/x86_64/fpu/multiarch/{s_trunc-sse4_1.S => s_roundevenf-sse4_1.S} (84%)
copy sysdeps/{aarch64/fpu => x86_64/fpu/multiarch}/s_roundevenf.c (70%)
--
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 44e88cd6312 sim: bpf: add explicit casts when using explicit formats
new 5a4ce7aea03 sim: cgen: sync prototypes with implementation
new 694d6fdba11 sim: cgen: always leverage the ops prototypes
new 2d922d86bac sim: cgen: always leverage the mem prototypes
new ded82565c6d sim: cgen: constify trace strings
new a7ffa88dc66 sim: cgen: add printf attributes in a few more calls
new b69bd9e723d sim: cgen: add asserts to fix unused engine warnings
new 5db3a175cc1 sim: cgen: suppress trace non-literal printf warning
The 7 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:
sim/common/ChangeLog | 50 ++++++++++++++++++++++++++
sim/common/cgen-mem.h | 56 +++++++++++++++++++++--------
sim/common/cgen-ops.h | 95 ++++++++++++++++++++++++-------------------------
sim/common/cgen-run.c | 5 ++-
sim/common/cgen-trace.c | 14 +++++---
sim/common/cgen-trace.h | 8 ++---
6 files changed, 155 insertions(+), 73 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 5d0b3088f75 sim: erc32: merge with common configure script
new cc9c19b0302 sim: bpf: fix mixed decls & code warnings (and style)
new 44e88cd6312 sim: bpf: add explicit casts when using explicit formats
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:
sim/bpf/ChangeLog | 9 +++++++++
sim/bpf/bpf-helpers.c | 27 ++++++++++++++-------------
sim/bpf/mloop.in | 7 +++++--
3 files changed, 28 insertions(+), 15 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/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 0807456 0: update: gcc-55a1546b73b60d2601f35671ba9e8f12a52a7b77: 1
new c68fe3c 0: update: gcc-461f937b47278eaa4ca3c5507c80cca26af4b015: 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 (0807456)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 66 +-
02-prepare_abe/console.log | 170 +-
04-build_abe-bootstrap_O3/console.log | 63465 ++++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 63433 ++++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 63509 insertions(+), 63639 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 21dd883860 Automatic date update in version.in
adds a7eb3ff36c Automatic date update in version.in
adds 80d0c46a72 Automatic date update in version.in
adds 6ecf41172c Automatic date update in version.in
adds 0adfd3a88e Automatic date update in version.in
adds ad9a2bd65c Automatic date update in version.in
adds af42a868ef Automatic date update in version.in
adds 2cfc66bc46 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.