aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2015-10-29Merge remote-tracking branch 'trunk' into HEADJason Merrill
2015-09-11 * Makefile.am (backtrace.lo): Depend on internal.h.Ian Lance Taylor
2015-09-08 * backtrace.c: #include <sys/types.h>.Hans-Peter Nilsson
2015-09-08 PR other/67457Ian Lance Taylor
2015-09-08 PR other/67457Ian Lance Taylor
2015-08-31 * configure.ac: For spu-*-* targets, set have_fcntl to no.Ulrich Weigand
2015-08-27 * configure.ac: Remove [disable-shared] argument to LT_INIT.Ulrich Weigand
2015-08-25 * configure.ac: Only compile with -fPIC if the targetHans-Peter Nilsson
2015-08-24 * configure.ac: Set have_mmap to no on spu-*-* targets.Ulrich Weigand
2015-08-13 * dwarf.c (read_function_entry): Add vec_inlined parameter.Ian Lance Taylor
2015-06-122015-06-11 Martin Sebor <msebor@redhat.com>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-242015-01-24 Matthias Klose <doko@ubuntu.com>Matthias Klose
2015-01-05 Update 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-11toplevel:Francois-Xavier Coudert
2014-10-23 * internal.h (backtrace_atomic_load_pointer) [no atomic or sync]:Ian Lance Taylor
2014-05-09 * mmap.c (backtrace_free): If freeing a large aligned block ofIan Lance Taylor
2014-03-07 * sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor
2014-03-07 * sort.c: New file.Ian Lance Taylor
2014-02-07 PR target/58710Misty De Meo
2014-01-02Update copyright years in libbacktrace/Richard Sandiford
2013-12-06 * elf.c (ET_DYN): Undefine and define again.Jakub Jelinek
2013-12-05 * alloc.c (backtrace_vector_finish): Add error_callback and dataIan Lance Taylor
2013-11-28 * dwarf.c (find_address_ranges): New static function, broken outIan Lance Taylor
2013-11-19 * backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek
2013-11-19 * atomic.c: Include sys/types.h.Jakub Jelinek
2013-11-19 * configure.ac: Check for support of __atomic extensions.Ian Lance Taylor
2013-11-18 * elf.c (SHN_UNDEF): Define.Jakub Jelinek
2013-11-18 * elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek
2013-11-16 * backtrace.h (backtrace_create_state): Correct comment aboutIan Lance Taylor
2013-11-16 * backtrace.h (backtrace_syminfo): Update comment and parameterIan Lance Taylor
2013-10-18 * elf.c (elf_add): Don't get the wrong offsets if a debug sectionIan Lance Taylor
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm
2013-09-20 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonicalAlan Modra
2013-07-23 * elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov
2013-07-23 * elf.c (backtrace_initialize): Pass elf_fileline_fn toAlexander Monakov
2013-03-25 * alloc.c: #include <sys/types.h>.Ian Lance Taylor
2013-01-31 * dwarf.c (read_function_info): Permit fvec parameter to be NULL.Ian Lance Taylor
2013-01-25 PR other/56076Jakub Jelinek
2013-01-17 * dwarf.c (struct unit): Add filename and abs_filename fields.Ian Lance Taylor
2013-01-14Update copyright years in libbacktrace.Richard Sandiford
2013-01-01 PR bootstrap/54834Ian Lance Taylor
2013-01-01 PR other/55536Ian Lance Taylor
2012-12-12 * mmapio.c: Define MAP_FAILED if not defined.John David Anglin
2012-12-11 PR bootstrap/54926Jakub Jelinek
2012-12-07 PR bootstrap/54926Jakub Jelinek