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/glibc.
from 220b83d83d stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279] adds bd42891bb3 x86: Remove faulty sanity tests for RTLD build with no multiarch adds 58fc66a91c riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVE new 62a321b12d support: Change non-address output format of support_format_ [...] new f282cdbe7f resolv: Implement no-aaaa stub resolver option
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: NEWS | 12 + resolv/Makefile | 3 + resolv/nss_dns/dns-host.c | 52 +++- resolv/res-noaaaa.c | 143 +++++++++ resolv/res_debug.c | 1 + resolv/res_init.c | 1 + resolv/res_query.c | 24 +- resolv/res_send.c | 9 +- resolv/resolv-internal.h | 8 + resolv/resolv.h | 1 + resolv/tst-resolv-noaaaa.c | 533 ++++++++++++++++++++++++++++++++ resolv/tst-resolv-res_init-skeleton.c | 10 + support/support_format_dns_packet.c | 22 +- support/tst-support_format_dns_packet.c | 4 +- sysdeps/riscv/dl-machine.h | 18 +- sysdeps/x86_64/isa-default-impl.h | 10 - 16 files changed, 811 insertions(+), 40 deletions(-) create mode 100644 resolv/res-noaaaa.c create mode 100644 resolv/tst-resolv-noaaaa.c