summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2017-01-01Update copyright years.Jakub Jelinek
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose
2016-09-11* all: Remove meaningless trailing whitespace.Carlos Liam
2016-05-18re PR target/71161 (Lots of ASAN and libgo runtime FAILs after r236090)Uros Bizjak
2016-03-02elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to avoid po...Max Ostapenko
2016-02-06mmap.c (MAP_FAILED): Define if not defined.John David Anglin
2016-01-04Update copyright years.Jakub Jelinek
2015-12-18Specify that DJGPP do not have mmap even when sys/mman.h existsAndris Pavenis
2015-12-10PR 68115/libfortranJohn David Anglin
2015-09-17posix.c (backtrace_open): Cast second argument of open() to int.Ian Lance Taylor
2015-09-11Makefile.am (backtrace.lo): Depend on internal.h.Ian Lance Taylor
2015-09-08* backtrace.c: #include <sys/types.h>.Hans-Peter Nilsson
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor
2015-08-31configure.ac: For spu-*-* targets, set have_fcntl to no.Ulrich Weigand
2015-08-27configure.ac: Remove [disable-shared] argument to LT_INIT.Ulrich Weigand
2015-08-25configure.ac: Only compile with -fPIC if the target supports it.Hans-Peter Nilsson
2015-08-24configure.ac: Set have_mmap to no on spu-*-* targets.Ulrich Weigand
2015-08-13dwarf.c (read_function_entry): Add vec_inlined parameter.Ian Lance Taylor
2015-06-11re PR sanitizer/65479 (sanitizer stack trace missing frames past #0 on powerp...Martin Sebor
2015-05-29libbacktrace: add support of PE/COFFTristan Gingold
2015-05-13libbacktrace: Bump to automake 1.11.6Michael Haubenwallner
2015-01-26Move wrong ChangeLog entry from the toplevel ChangeLog toMatthias Klose
2015-01-24configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.Matthias Klose
2015-01-05Update copyright years.Jakub Jelinek
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert
2014-10-23internal.h (backtrace_atomic_load_pointer): Fix to return void *.Ian Lance Taylor
2014-05-09mmap.c (backtrace_free): If freeing a large aligned block of memory, call mun...Ian Lance Taylor
2014-03-07* sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor
2014-03-07sort.c: New file.Ian Lance Taylor
2014-02-07re PR libgcc/58710 (HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4)Misty De Meo
2014-01-02Update copyright years in libbacktrace/Richard Sandiford
2013-12-06elf.c (ET_DYN): Undefine and define again.Jakub Jelinek
2013-12-05alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor
2013-11-28dwarf.c (find_address_ranges): New static function, broken out of build_addre...Ian Lance Taylor
2013-11-19backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek
2013-11-19* atomic.c: Include sys/types.h.Jakub Jelinek
2013-11-19configure.ac: Check for support of __atomic extensions.Ian Lance Taylor
2013-11-18elf.c (SHN_UNDEF): Define.Jakub Jelinek
2013-11-18* elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek
2013-11-16backtrace.h (backtrace_create_state): Correct comment about threading.Ian Lance Taylor
2013-11-16backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor
2013-10-18elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra
2013-07-23elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov
2013-07-23elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov
2013-03-25alloc.c: #include <sys/types.h>.Ian Lance Taylor