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_binutils/master-aarch64
in repository toolchain/ci/gdb.
from 68538bbeaa gdb:csky save fpu and vdsp info to struct csky_gdbarch_tdep
adds 1d2eeb660f [arm] Cleanup: use hex for offsets
adds 39fc7ff66b [arm] d0..d15 are 64-bit each, not 32-bit
adds de76473c2d [arm] Add support for FPU registers in prologue unwinder
adds 46c7fd95fc [arm] Don't use special treatment for PC
adds 80fa4b2a60 Add gdb.current_language and gdb.Frame.language
adds fc18b1c5af [gdb] Fix warning in foreach_arch selftests
adds a115b27934 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/NEWS | 7 +++++
gdb/arm-tdep.c | 36 +++++++++-------------
gdb/doc/python.texi | 12 ++++++++
gdb/osabi.c | 50 +++++++++++++++++++++++--------
gdb/osabi.h | 13 ++++++++
gdb/python/py-frame.c | 25 ++++++++++++++++
gdb/python/python.c | 12 ++++++++
gdb/selftest-arch.c | 18 ++++++++++-
gdb/testsuite/gdb.python/py-frame.exp | 6 ++++
gdb/testsuite/gdb.python/py-parameter.exp | 14 +++++++++
gdb/testsuite/gdb.rust/pp.exp | 2 ++
12 files changed, 161 insertions(+), 36 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 b038f394a9f ubsan: signed integer overflow in atof_generic
new 6a031255cf1 Re: ubsan: signed integer overflow in atof_generic
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:
gas/atof-generic.c | 1 +
1 file changed, 1 insertion(+)
--
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_binutils/master-aarch64
in repository toolchain/ci/glibc.
from dc1e5eeb25 x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
adds c1176b62a9 benchtests: Add workload name for cosf
adds da39afa4ff i686: Use generic cosf implementation for SSE2 version
adds 3323476641 i686: Use generic sinf implementation for SSE2 version
adds dc208f4a53 benchtests: Add workload name for sincosf
adds 5a6f2cabb6 i686: Use generic sincosf implementation for SSE2 version
adds 9d03bac7e7 Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
adds de3501d60f Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.h
adds e6547d635b linux: use statx for fstat if neither newfstatat nor fstatat [...]
adds 3fbc33010c misc: Use 64 bit stat for daemon (BZ# 29203)
adds ec995fb215 misc: Use 64 bit stat for getusershell (BZ# 29203)
adds 574ba60fc8 posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
adds 6e7137f28c posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
adds 87f1ec12e7 socket: Use 64 bit stat for isfdtype (BZ# 29209)
adds 3cd4785ea0 inet: Use 64 bit stat for ruserpass (BZ# 29210)
adds 634f566c3e catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
adds c789e6e409 iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
No new revisions were added by this update.
Summary of changes:
benchtests/cosf-inputs | 2 +-
benchtests/sincosf-inputs | 1 +
catgets/open_catalog.c | 4 +-
iconv/gconv_parseconfdir.h | 9 +-
inet/ruserpass.c | 4 +-
misc/daemon.c | 5 +-
misc/getusershell.c | 4 +-
sysdeps/i386/i686/fpu/multiarch/Makefile | 3 +
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 11 +
sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S | 552 -------------------
.../i686}/fpu/multiarch/s_cosf-sse2.c | 1 +
sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S | 585 ---------------------
.../i686}/fpu/multiarch/s_sincosf-sse2.c | 1 +
sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 565 --------------------
.../i686}/fpu/multiarch/s_sinf-sse2.c | 1 +
sysdeps/ieee754/flt-32/s_cosf.c | 5 +
sysdeps/ieee754/flt-32/s_sincosf.c | 5 +
sysdeps/ieee754/flt-32/s_sinf.c | 5 +
sysdeps/posix/fpathconf.c | 4 +-
sysdeps/posix/isfdtype.c | 4 +-
sysdeps/posix/posix_fallocate.c | 4 +-
sysdeps/posix/posix_fallocate64.c | 4 +-
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
sysdeps/unix/sysv/linux/bits/mman-linux.h | 2 +
sysdeps/unix/sysv/linux/fstatat64.c | 3 +-
25 files changed, 61 insertions(+), 1724 deletions(-)
delete mode 100644 sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/s_cosf-sse2.c (54%)
delete mode 100644 sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/s_sincosf-sse2.c (57%)
delete mode 100644 sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/s_sinf-sse2.c (54%)
--
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 cdfc6e92b49 [Ada] Update copyright notices
new 72c605eea94 testsuite: Also test swapped arguments of __builtin_mul_ove [...]
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/gcc.dg/tree-ssa/pr30314.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
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_binutils/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 68538bbeaa gdb:csky save fpu and vdsp info to struct csky_gdbarch_tdep
adds 1d2eeb660f [arm] Cleanup: use hex for offsets
adds 39fc7ff66b [arm] d0..d15 are 64-bit each, not 32-bit
adds de76473c2d [arm] Add support for FPU registers in prologue unwinder
adds 46c7fd95fc [arm] Don't use special treatment for PC
adds 80fa4b2a60 Add gdb.current_language and gdb.Frame.language
adds fc18b1c5af [gdb] Fix warning in foreach_arch selftests
adds a115b27934 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/NEWS | 7 +++++
gdb/arm-tdep.c | 36 +++++++++-------------
gdb/doc/python.texi | 12 ++++++++
gdb/osabi.c | 50 +++++++++++++++++++++++--------
gdb/osabi.h | 13 ++++++++
gdb/python/py-frame.c | 25 ++++++++++++++++
gdb/python/python.c | 12 ++++++++
gdb/selftest-arch.c | 18 ++++++++++-
gdb/testsuite/gdb.python/py-frame.exp | 6 ++++
gdb/testsuite/gdb.python/py-parameter.exp | 14 +++++++++
gdb/testsuite/gdb.rust/pp.exp | 2 ++
12 files changed, 161 insertions(+), 36 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_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
discards bee658fee 0: update: binutils-gcc-linux-glibc-gdb: 1
new c09d342b8 0: update: binutils-gcc-linux-glibc-gdb: 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 (bee658fee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1552 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2700 bytes
03-build_abe-binutils/console.log.xz | Bin 38536 -> 38104 bytes
04-build_abe-gcc/console.log.xz | Bin 210540 -> 212084 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9404 -> 9868 bytes
07-build_abe-glibc/console.log.xz | Bin 238440 -> 238160 bytes
08-build_abe-gdb/console.log.xz | Bin 37880 -> 37464 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3876 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2384 -> 2056 bytes
11-check_regression/console.log.xz | Bin 2348 -> 2280 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 20 +-
12-update_baseline/console.log | 345 ++++++++++++++---------------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 20 +-
jenkins/manifest.sh | 26 +--
sumfiles/binutils.log.xz | Bin 56196 -> 56200 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 80992 -> 81032 bytes
sumfiles/gas.sum | 270 +++++++++++-----------
sumfiles/ld.log.xz | Bin 120988 -> 120796 bytes
sumfiles/ld.sum | 336 ++++++++++++++--------------
23 files changed, 533 insertions(+), 558 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 a115b279345 Automatic date update in version.in
new b3abcebcae6 asan: NULL deref in scan_unit_for_symbols
new 6f87d3fd274 asan: heap buffer overflow in dwarf2_directive_filename
new cd826186c8b sb_scrub_and_add_sb not draining input string buffer
new 53f2b36a54b gas read_a_source_file #APP processing
new e0ad09cfa5f ubsan: undefined shift in frag_align_code
new f66d30a6e5b asan: null deref in coff_write_relocs
new ee6cbff2138 asan: uninit write _bfd_ecoff_write_object_contents
new b038f394a9f ubsan: signed integer overflow in atof_generic
The 8 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/coffcode.h | 6 ++--
bfd/dwarf2.c | 47 ++++++++++++-------------
bfd/ecoff.c | 2 +-
gas/atof-generic.c | 16 ++++-----
gas/dwarf2dbg.c | 8 +++--
gas/frags.c | 2 +-
gas/read.c | 101 ++++++-----------------------------------------------
gas/sb.c | 16 +++++++--
8 files changed, 66 insertions(+), 132 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.