This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6b7434a4 Add entry 7cdd0860949c6c3232e6cff1d7ca37bb5234074c from https [...]
new 7656e963 Add entry 7cdd0860949c6c3232e6cff1d7ca37bb5234074c from https [...]
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:
.../tcwg_bootstrap_build/master-arm-bootstrap_O1}/build_url | 2 +-
.../{master-arm-bootstrap => master-arm-bootstrap_O1}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{7037e7b6e4ac41e536bdb9a2efcf546ec4d77166/tcwg_bootstrap_build/maste [...]
copy gcc/sha1/7cdd0860949c6c3232e6cff1d7ca37bb5234074c/tcwg_bootstrap_build/{maste [...]
--
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 releases/gcc-13
in repository gcc.
from cf10790c24b rs6000: Correct vsx operands output for xxeval [PR110741]
new 07573fc45a1 target/110220: Set JUMP_LABEL and LABEL_NUSES of new branch [...]
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/config/avr/avr.cc | 8 +++++---
1 file changed, 5 insertions(+), 3 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_woa_check_binutils/master-woa64
in repository toolchain/ci/base-artifacts.
from 153c1fdbb3f onsuccess: #286: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new e2f7f30965b onsuccess: #287: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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:
00-sumfiles/binutils.log.xz | Bin 8600 -> 8596 bytes
00-sumfiles/gas.log.xz | Bin 143228 -> 143256 bytes
00-sumfiles/ld.log.xz | Bin 27388 -> 27388 bytes
01-reset_artifacts/console.log.xz | Bin 2088 -> 2044 bytes
02-prepare_abe/console.log.xz | Bin 2584 -> 2580 bytes
03-build_abe-binutils/console.log.xz | Bin 25336 -> 25340 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 16120 -> 16096 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4380 -> 4324 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 592 -> 592 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5768 -> 5764 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3812 -> 3808 bytes
06-check_regression/console.log.xz | Bin 2336 -> 2332 bytes
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 15 +--
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 149 +++++++++++-----------
notify/notify-init.log | 52 ++++----
notify/results.compare | 4 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 2 +-
26 files changed, 123 insertions(+), 129 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 5c37d20652 vfprintf-internal: Get rid of alloca.
new 21841f0d56 PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLES
new 47b76f6d1d Update kernel version to 6.4 in header constant tests
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:
manual/tunables.texi | 5 +-
sysdeps/powerpc/cpu-features.c | 32 -----
sysdeps/powerpc/cpu-features.h | 28 -----
sysdeps/powerpc/dl-tunables.list | 3 +
sysdeps/powerpc/hwcapinfo.c | 4 +
.../powerpc32/power4/multiarch/ifunc-impl-list.c | 4 +-
.../powerpc/powerpc32/power4/multiarch/init-arch.h | 10 +-
sysdeps/powerpc/powerpc64/dl-machine.h | 2 -
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 7 +-
sysdeps/unix/sysv/linux/powerpc/Makefile | 11 +-
sysdeps/unix/sysv/linux/powerpc/cpu-features.c | 124 ++++++++++++++++++++
sysdeps/unix/sysv/linux/powerpc/cpu-features.h | 130 +++++++++++++++++++++
.../unix/sysv/linux/powerpc/tst-hwcap-tunables.c | 128 ++++++++++++++++++++
sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +-
sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 +-
sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +-
16 files changed, 418 insertions(+), 78 deletions(-)
delete mode 100644 sysdeps/powerpc/cpu-features.c
delete mode 100644 sysdeps/powerpc/cpu-features.h
create mode 100644 sysdeps/unix/sysv/linux/powerpc/cpu-features.c
create mode 100644 sysdeps/unix/sysv/linux/powerpc/cpu-features.h
create mode 100644 sysdeps/unix/sysv/linux/powerpc/tst-hwcap-tunables.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.
unknown user pushed a change to branch master
in repository glibc.
from 510fc20d73 stdlib: Improve tst-realpath compatibility with source forti [...]
new 5c37d20652 vfprintf-internal: Get rid of alloca.
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:
stdio-common/tst-vfprintf-user-type.c | 130 ++++++++++++++++++++++++++++++++++
stdio-common/vfprintf-internal.c | 23 +++++-
2 files changed, 152 insertions(+), 1 deletion(-)
--
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_embed_build/master-thumb_m0_eabi
in repository toolchain/ci/base-artifacts.
from 58fbf7996cc init: #1: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_gnu_e [...]
new 23ec37d3c6a onsuccess: #2: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2500 -> 2184 bytes
01-reset_artifacts/patch-env.sh | 1 -
02-prepare_abe/console.log.xz | Bin 2604 -> 2616 bytes
04-build_abe-binutils/console.log.xz | Bin 27168 -> 27268 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17696 -> 17728 bytes
05-build_abe-stage1/console.log.xz | Bin 89212 -> 89244 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 69844 -> 69844 bytes
07-build_abe-newlib/console.log.xz | Bin 12812 -> 12828 bytes
07-build_abe-newlib/make-newlib.log.xz | Bin 7024 -> 7000 bytes
08-build_abe-stage2/console.log.xz | Bin 122272 -> 121616 bytes
08-build_abe-stage2/make-gcc-stage2.log.xz | Bin 94628 -> 94276 bytes
09-build_abe-gdb/console.log.xz | Bin 35000 -> 34724 bytes
09-build_abe-gdb/make-gdb.log.xz | Bin 26624 -> 26580 bytes
10-build_abe-qemu/console.log.xz | Bin 33280 -> 34220 bytes
10-build_abe-qemu/make-qemu.log.xz | Bin 21828 -> 22996 bytes
11-check_regression/console.log.xz | Bin 1348 -> 1388 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 7 +-
jenkins/run-build.env | 14 +-
manifest.sh | 14 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 48 ++-
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 603 ++++++++++++++++++++++++++---
notify/notify-init.log | 232 ++++++++++-
30 files changed, 838 insertions(+), 97 deletions(-)
delete mode 100644 01-reset_artifacts/patch-env.sh
--
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 main
in repository newlib.
from 4f258c55e Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, m [...]
new 0e711d6cc Cygwin: autoload: introduce LoadDLLfunc_pfx_only
new dedbbd74d Cygwin: select: workaround FD_WRITE network event handling
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:
winsup/cygwin/autoload.cc | 28 ++++++++++++++++++++++++++++
winsup/cygwin/select.cc | 30 +++++++++++++++++++++++++++---
2 files changed, 55 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.