summaryrefslogtreecommitdiff
path: root/libbacktrace/configure.ac
AgeCommit message (Collapse)Author
2012-09-19configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiled as a target ↵Ian Lance Taylor
library. * configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiled as a target library. * configure: Rebuild. From-SVN: r191503
2012-09-19configure.ac (GCC_HEADER_STDINT): Invoke.Rainer Orth
* configure.ac (GCC_HEADER_STDINT): Invoke. * backtrace.h: If we can't find <stdint.h>, use "gstdint.h". * btest.c: Don't include <stdint.h>. * dwarf.c: Likewise. * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild. Co-Authored-By: Ian Lance Taylor <iant@google.com> From-SVN: r191474
2012-09-18posix.c (O_BINARY): Define if not defined.Ian Lance Taylor
* posix.c (O_BINARY): Define if not defined. (backtrace_open): Pass O_BINARY to open. Only call fcntl if HAVE_FCNTL is defined. * configure.ac: Test for the fcntl function. * configure, config.h.in: Rebuild. From-SVN: r191443
2012-09-18configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.Ian Lance Taylor
* configure.ac: Add AC_USE_SYSTEM_EXTENSIONS. * mmapio.c: Don't define _GNU_SOURCE. * configure, config.h.in: Rebuild. From-SVN: r191435
2012-09-18configure.ac: Check whether strnlen is declared.Ian Lance Taylor
* configure.ac: Check whether strnlen is declared. * dwarf.c: Declare strnlen if not declared. * configure, config.h.in: Rebuild. From-SVN: r191433
2012-09-17libbacktrace/:Ian Lance Taylor
* Initial implementation. ./: * MAINTAINERS (Various Maintainers): Add libbacktrace. * configure.ac (host_libs): Add libbacktrace. (target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild. gcc/go: * config-lang.in (target_libs): Add target-libbacktrace. From-SVN: r191397