1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-22 08:10:30 +01:00

Regenerate.

(Logical change 1.123)
This commit is contained in:
hp.com!davidm 2003-11-24 21:37:22 +00:00
parent 89d2adc59a
commit c3fa0b6fa8
3 changed files with 13947 additions and 2710 deletions

6
aclocal.m4 vendored
View file

@ -32,6 +32,12 @@ else
libc_cv_gcc___thread=no
fi])
AC_DEFUN([CHECK_ATOMIC_OPS],
[dnl Check whether the system has the atomic_ops package installed.
AC_CHECK_HEADERS(atomic_ops.h)
AC_CHECK_LIB(atomic_ops, main)
])
# Do all the work for Automake. -*- Autoconf -*-
# This macro actually does too much some checks are only needed if

16645
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,9 @@
/* Define to 1 if you have the <asm/ptrace_offsets.h> header file. */
#undef HAVE_ASM_PTRACE_OFFSETS_H
/* Define to 1 if you have the <atomic_ops.h> header file. */
#undef HAVE_ATOMIC_OPS_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@ -27,6 +30,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `atomic_ops' library (-latomic_ops). */
#undef HAVE_LIBATOMIC_OPS
/* Define to 1 if you have the `uca' library (-luca). */
#undef HAVE_LIBUCA