aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/config.h.in
diff options
context:
space:
mode:
authorTony Reix <tony.reix@atos.net>2017-07-26 21:43:28 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-07-26 21:43:28 +0000
commit7e2a8417f76b13f06c6a5e21a32e1b83d763d119 (patch)
treed8214f197401a1dc972b412aa4994ee671871b1a /libbacktrace/config.h.in
parent993323a14f46c25b18c5b9c69d577a4907c9e04c (diff)
downloadgcc-7e2a8417f76b13f06c6a5e21a32e1b83d763d119.zip
gcc-7e2a8417f76b13f06c6a5e21a32e1b83d763d119.tar.gz
gcc-7e2a8417f76b13f06c6a5e21a32e1b83d763d119.tar.bz2
configure.ac: Check for XCOFF32/XCOFF64.
* configure.ac: Check for XCOFF32/XCOFF64. Check for loadquery. * filetype.awk: Separate AIX XCOFF32 and XCOFF64. * xcoff.c: Add support for AIX XCOFF32 and XCOFF64 formats. * configure, config.h.in: Regenerate. From-SVN: r250590
Diffstat (limited to 'libbacktrace/config.h.in')
-rw-r--r--libbacktrace/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libbacktrace/config.h.in b/libbacktrace/config.h.in
index 06f91f2..9fc7715 100644
--- a/libbacktrace/config.h.in
+++ b/libbacktrace/config.h.in
@@ -3,6 +3,9 @@
/* ELF size: 32 or 64 */
#undef BACKTRACE_ELF_SIZE
+/* XCOFF size: 32 or 64 */
+#undef BACKTRACE_XCOFF_SIZE
+
/* Define to 1 if you have the __atomic functions */
#undef HAVE_ATOMIC_FUNCTIONS
@@ -31,6 +34,9 @@
/* Define to 1 if you have the <link.h> header file. */
#undef HAVE_LINK_H
+/* Define if AIX loadquery is available. */
+#undef HAVE_LOADQUERY
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -49,6 +55,9 @@
/* Define to 1 if you have the __sync functions */
#undef HAVE_SYNC_FUNCTIONS
+/* Define to 1 if you have the <sys/ldr.h> header file. */
+#undef HAVE_SYS_LDR_H
+
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H