This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 385f2ecda9 hurd: Fix SIOCADD/DELRT ioctls
new 73e9fe43ac riscv: Consolidate the libm-test-ulps
new 2e81493fa6 riscv: Remove RV32 floating point functions
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:
sysdeps/riscv/rv32/rvd/libm-test-ulps | 1405 ----------------------
sysdeps/riscv/rv32/rvd/libm-test-ulps-name | 1 -
sysdeps/riscv/rv32/rvd/s_lrint.c | 31 -
sysdeps/riscv/rv32/rvd/s_lround.c | 31 -
sysdeps/riscv/rv32/rvf/s_lrintf.c | 31 -
sysdeps/riscv/rv32/rvf/s_lroundf.c | 31 -
sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps | 0
sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps-name | 0
sysdeps/riscv/{rv64 => }/rvd/s_lrint.c | 12 +-
sysdeps/riscv/{rv64 => }/rvd/s_lround.c | 12 +-
sysdeps/riscv/{rv64 => }/rvf/s_lrintf.c | 12 +-
sysdeps/riscv/{rv64 => }/rvf/s_lroundf.c | 12 +-
12 files changed, 40 insertions(+), 1538 deletions(-)
delete mode 100644 sysdeps/riscv/rv32/rvd/libm-test-ulps
delete mode 100644 sysdeps/riscv/rv32/rvd/libm-test-ulps-name
delete mode 100644 sysdeps/riscv/rv32/rvd/s_lrint.c
delete mode 100644 sysdeps/riscv/rv32/rvd/s_lround.c
delete mode 100644 sysdeps/riscv/rv32/rvf/s_lrintf.c
delete mode 100644 sysdeps/riscv/rv32/rvf/s_lroundf.c
rename sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps (100%)
rename sysdeps/riscv/{rv64 => }/rvd/libm-test-ulps-name (100%)
rename sysdeps/riscv/{rv64 => }/rvd/s_lrint.c (83%)
rename sysdeps/riscv/{rv64 => }/rvd/s_lround.c (83%)
rename sysdeps/riscv/{rv64 => }/rvf/s_lrintf.c (83%)
rename sysdeps/riscv/{rv64 => }/rvf/s_lroundf.c (83%)
--
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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from f084d0ebf 10: onsuccess: #416: all: Success after binutils/gcc/linux: 9 [...]
new 99ee0a475 11: onsuccess: #417: all: Success after binutils/gcc/linux/qe [...]
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 1876 -> 1708 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 29952 -> 29876 bytes
04-build_abe-stage1/console.log.xz | Bin 86780 -> 87044 bytes
05-build_abe-qemu/console.log.xz | Bin 31796 -> 31508 bytes
06-build_linux/console.log.xz | Bin 3032 -> 3024 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 2860 -> 3240 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
17 files changed, 23 insertions(+), 23 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 6f1d2f789bf gdbsupport: change path_join parameter to array_view<const char *>
new 198f946ffe9 gdbsupport: move include/gdb/fileio.h contents to fileio.h
new b872057a63c gdbsupport: convert FILEIO_* macros to an enum
new 517a63c2c48 gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and rename
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:
gdb/gdb_bfd.c | 70 ++++--------------------
gdb/inf-child.c | 14 ++---
gdb/inf-child.h | 14 ++---
gdb/linux-nat.c | 6 +--
gdb/linux-nat.h | 6 +--
gdb/linux-tdep.c | 2 +-
gdb/remote.c | 139 ++++++++++++++++-------------------------------
gdb/sparc64-tdep.c | 8 +--
gdb/target.c | 48 ++++++++---------
gdb/target.h | 29 +++++-----
gdbserver/hostio.cc | 2 +-
gdbserver/win32-low.cc | 2 +-
gdbsupport/fileio.cc | 55 ++++++++++++++++++-
gdbsupport/fileio.h | 120 ++++++++++++++++++++++++++++++++++++++++-
include/gdb/fileio.h | 144 -------------------------------------------------
15 files changed, 293 insertions(+), 366 deletions(-)
delete mode 100644 include/gdb/fileio.h
--
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 release/2.34/master
in repository glibc.
from f50a6c843a gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
new 1a3afdfe31 resolv: Add tst-resolv-byaddr for testing reverse lookup
new 6a833d798e resolv: Add tst-resolv-aliases
new 4d2e67d6e5 resolv: Add internal __res_binary_hnok function
new bb8adbba4f resolv: Add the __ns_samebinaryname function
new c288e032ae resolv: Add internal __ns_name_length_uncompressed function
new e7c03f4765 resolv: Add DNS packet parsing helpers geared towards wire format
new d9c979abf9 nss_dns: Split getanswer_ptr from getanswer_r
new 32e5db3768 nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
new 7267341ec1 nss_dns: Remove remnants of IPv6 address mapping
new 9abc40d9b5 nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 121 [...]
new c36e7cca35 nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
new 480c820493 resolv: Add new tst-resolv-invalid-cname
new 2def56a349 nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
new 044755e2fa resolv: Fix building tst-resolv-invalid-cname for earlier C [...]
The 14 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 | 2 +
include/arpa/nameser.h | 106 +++
include/resolv.h | 3 +
resolv/Makefile | 23 +
resolv/README | 3 -
resolv/mapv4v6addr.h | 69 --
resolv/mapv4v6hostent.h | 84 ---
resolv/ns_name_length_uncompressed.c | 72 ++
resolv/ns_rr_cursor_init.c | 62 ++
resolv/ns_rr_cursor_next.c | 74 ++
resolv/ns_samebinaryname.c | 55 ++
resolv/nss_dns/dns-host.c | 1155 ++++++++++++------------------
resolv/res-name-checking.c | 14 +-
resolv/tst-ns_name_length_uncompressed.c | 135 ++++
resolv/tst-ns_rr_cursor.c | 227 ++++++
resolv/tst-ns_samebinaryname.c | 62 ++
resolv/tst-resolv-aliases.c | 254 +++++++
resolv/tst-resolv-byaddr.c | 326 +++++++++
resolv/tst-resolv-invalid-cname.c | 406 +++++++++++
resolv/tst-resolv-maybe_insert_sig.h | 32 +
20 files changed, 2300 insertions(+), 864 deletions(-)
delete mode 100644 resolv/mapv4v6addr.h
delete mode 100644 resolv/mapv4v6hostent.h
create mode 100644 resolv/ns_name_length_uncompressed.c
create mode 100644 resolv/ns_rr_cursor_init.c
create mode 100644 resolv/ns_rr_cursor_next.c
create mode 100644 resolv/ns_samebinaryname.c
create mode 100644 resolv/tst-ns_name_length_uncompressed.c
create mode 100644 resolv/tst-ns_rr_cursor.c
create mode 100644 resolv/tst-ns_samebinaryname.c
create mode 100644 resolv/tst-resolv-aliases.c
create mode 100644 resolv/tst-resolv-byaddr.c
create mode 100644 resolv/tst-resolv-invalid-cname.c
create mode 100644 resolv/tst-resolv-maybe_insert_sig.h
--
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_build/master-arm
in repository toolchain/ci/base-artifacts.
from 71d64753a 51: onsuccess: #452: 6: Success after binutils/gcc/glibc/gdb: [...]
new bb8a20f4f 52: onsuccess: #453: 6: Success after binutils/gcc/linux/glib [...]
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 1632 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 51292 -> 52512 bytes
05-build_abe-gcc/console.log.xz | Bin 232740 -> 235032 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8260 -> 8644 bytes
08-build_abe-glibc/console.log.xz | Bin 231984 -> 234328 bytes
09-build_abe-gdb/console.log.xz | Bin 49136 -> 51352 bytes
10-check_regression/console.log.xz | Bin 3232 -> 3484 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 36 +++++++++++++++++------------------
19 files changed, 27 insertions(+), 27 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 fd36873ff9 elf: Use C11 atomics on _dl_mcount
new 9ba0f010a6 hurd: Add _IOT_ifrtreq to <net/route.h>
new b84199eb18 hurd: Drop struct rtentry and in6_rtmsg
new 385f2ecda9 hurd: Fix SIOCADD/DELRT ioctls
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:
sysdeps/mach/hurd/bits/ioctls.h | 4 ++--
sysdeps/mach/hurd/net/route.h | 39 +--------------------------------------
2 files changed, 3 insertions(+), 40 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-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
from ee6992bfc 13: onsuccess: #122: 2: Success after binutils/gcc: 10 commits
new 92392a29d 14: onsuccess: #123: 2: Success after binutils/gcc: 12 commits
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 1672 -> 1648 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 51788 -> 52144 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 461500 -> 464300 bytes
06-check_regression/console.log.xz | Bin 2148 -> 2152 bytes
07-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
13 files changed, 15 insertions(+), 24 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_ubsan
in repository toolchain/ci/base-artifacts.
from 9133c747e2 46: onsuccess: #454: 2: Success after binutils/gcc: 27 commits
new a23ac71e08 47: onsuccess: #455: 2: Success after binutils/gcc: 47 commits
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 1628 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 50904 -> 51796 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 529512 -> 529888 bytes
06-check_regression/console.log.xz | Bin 2496 -> 2368 bytes
07-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
13 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.