summaryrefslogtreecommitdiffstats
path: root/libbacktrace
Commit message (Collapse)AuthorAgeFilesLines
...
* PR other/54749ian2012-09-292-1/+8
| | | | | | | | | * fileline.c (fileline_initialize): Pass errnum as -1 when reporting that we could not read executable information after a previous failure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191855 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/54732ian2012-09-286-682/+100
| | | | | | | | | * configure.ac: Add no-dependencies to AM_INIT_AUTOMAKE. * Makefile.am: Add dependencies for all objects. * configure, aclocal.m4, Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191819 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/54726ian2012-09-272-1/+7
| | | | | | | | * elf.c (backtrace_initialize): Set *fileln_fn, not state->fileln_fn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191811 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Only use GCC_CHECK_UNWIND_GETIPINFO when compiledian2012-09-193-1/+30
| | | | | | | | 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-199-5/+1078
| | | | | | | | | | * 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
* PR bootstrap/54623ian2012-09-193-2/+15
| | | | | | | | | * Makefile.am (AM_CPPFLAGS): Define. (AM_CFLAGS): Remove -I options. * Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191459 138bc75d-0d04-0410-961f-82ee72b054a4
* * posix.c (O_BINARY): Define if not defined.ian2012-09-185-1/+53
| | | | | | | | | | (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
* * btest.c (test1, test2, test3, test4): Add the unused attribute.ian2012-09-182-4/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191440 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf.c: Correct test of HAVE_DECL_STRNLEN.ian2012-09-182-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191437 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.ian2012-09-185-995/+1639
| | | | | | | | * 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-185-2/+77
| | | | | | | | * 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
* Fix libbacktrace bootstrap with gcc 4.4ro2012-09-183-0/+7
| | | | | | | * fileline.c: Include <stdlib.h>. * mmap.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191414 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/54611ian2012-09-172-3/+10
| | | | | | | | * nounwind.c (backtrace_full): Rename from backtrace. Add state parameter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191408 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/54611gerald2012-09-172-1/+7
| | | | | | | * nounwind.c (backtrace_simple): Add state parameter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191405 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/54609ian2012-09-172-6/+13
| | | | | | | | | * unknown.c (unknown_fileline): Add state parameter, remove fileline_data parameter, name error_callback parameter. (backtrace_initialize): Add state parameter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191402 138bc75d-0d04-0410-961f-82ee72b054a4
* libbacktrace/:ian2012-09-1727-0/+21527
* 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
OpenPOWER on IntegriCloud