posix/tst-getaddrinfo6.c
For b/29615899, fix error handling in getaddrinfo.
(stanshebs, google-local)
+
+elf/elf.h
+ For b/31273149, revert the value of DT_PPC64_NUM from 4 to 3.
+ (stanshebs, google-local)
#define DT_PPC64_OPD (DT_LOPROC + 1)
#define DT_PPC64_OPDSZ (DT_LOPROC + 2)
#define DT_PPC64_OPT (DT_LOPROC + 3)
-#define DT_PPC64_NUM 4
+/* This should have the value 4, to match with the four tag values
+ above, but the change needs to be coordinated with an update to
+ L_INFO_ELEMENTS in libunwind/google_link.h. */
+#define DT_PPC64_NUM 3
/* PowerPC64 specific values for the DT_PPC64_OPT Dyn entry. */
#define PPC64_OPT_TLS 1