From b450e102730c527ec3b7164b119362a15ce545e6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 11 Mar 2024 17:21:07 +0000 Subject: Sync libbacktrace from gcc [PR31327] Note that this includes Nick's fix from edf64cd235f5ecb3725e7cf1ff83bbdb6dd53340 which landed upstream a bit differently as r13-1566-g9ed57796235abc in GCC. This pulls in libbacktrace as of r14-9404-gc775a030af9cad in GCC trunk. Note that I have dropped a top-level Darwin change from r14-4825-g6a6d3817afa02b which would've required an autoreconf, as it should be handled separately. Approved-By: Tom Tromey --- libbacktrace/config.h.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libbacktrace/config.h.in') diff --git a/libbacktrace/config.h.in b/libbacktrace/config.h.in index cdb416e..ee26163 100644 --- a/libbacktrace/config.h.in +++ b/libbacktrace/config.h.in @@ -20,6 +20,10 @@ don't. */ #undef HAVE_DECL_STRNLEN +/* Define to 1 if you have the declaration of `_pgmptr', and to 0 if you + don't. */ +#undef HAVE_DECL__PGMPTR + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -85,6 +89,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_LDR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_LINK_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -97,9 +104,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WINDOWS_H + /* Define if -lz is available. */ #undef HAVE_ZLIB +/* Define if -lzstd is available. */ +#undef HAVE_ZSTD + /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR -- cgit v1.1