This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 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 +- 14 files changed, 802 insertions(+), 21 deletions(-) create mode 100644 resolv/res-noaaaa.c create mode 100644 resolv/tst-resolv-noaaaa.c