summaryrefslogtreecommitdiff
path: root/libbacktrace/configure
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiledian2012-09-191-0/+15
| | | | | | | | as a target library. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191503 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac (GCC_HEADER_STDINT): Invoke.ian2012-09-191-2/+1032
| | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191474 138bc75d-0d04-0410-961f-82ee72b054a4
* * posix.c (O_BINARY): Define if not defined.ian2012-09-181-0/+21
| | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191443 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.ian2012-09-181-993/+1599
| | | | | | | | * mmapio.c: Don't define _GNU_SOURCE. * configure, config.h.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191435 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Check whether strnlen is declared.ian2012-09-181-2/+60
| | | | | | | | * dwarf.c: Declare strnlen if not declared. * configure, config.h.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191433 138bc75d-0d04-0410-961f-82ee72b054a4
* libbacktrace/:ian2012-09-171-0/+13507
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191397 138bc75d-0d04-0410-961f-82ee72b054a4