re PR go/82284 (go -version segfaults on big endian architectures)
[gcc.git] / libbacktrace / elf.c
2017-09-21 Ian Lance Taylorre PR go/82284 (go -version segfaults on big endian...
2017-09-20 Ian Lance Taylorre PR sanitizer/77631 (no symbols in backtrace shown...
2017-07-26 Tony Reixconfigure.ac: Check for XCOFF32/XCOFF64.
2017-06-12 Ian Lance Taylorelf.c (backtrace_initialize): Always set *fileline_fn.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-09-11 Carlos Liam* all: Remove meaningless trailing whitespace.
2016-05-18 Uros Bizjakre PR target/71161 (Lots of ASAN and libgo runtime...
2016-03-02 Max Ostapenkoelf.c (backtrace_initialize): Properly initialize elf_f...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-10 John David AnglinPR 68115/libfortran
2015-01-05 Jakub JelinekUpdate copyright years.
2014-03-07 Ian Lance Taylorsort.c: New file.
2014-01-02 Richard SandifordUpdate copyright years in libbacktrace/
2013-12-06 Jakub Jelinekelf.c (ET_DYN): Undefine and define again.
2013-11-19 Jakub Jelinekbacktrace.h (backtrace_syminfo_callback): Add symsize...
2013-11-19 Ian Lance Taylorconfigure.ac: Check for support of __atomic extensions.
2013-11-18 Jakub Jelinekelf.c (SHN_UNDEF): Define.
2013-11-18 Jakub Jelinek* elf.c (phdr_callback): Process info->dlpi_addr =...
2013-11-16 Ian Lance Taylorbacktrace.h (backtrace_syminfo): Update comment and...
2013-10-18 Ian Lance Taylorelf.c (elf_add): Don't get the wrong offsets if a debug...
2013-07-23 Alexander Monakovelf.c (elf_syminfo): Loop over the elf_syminfo_data...
2013-07-23 Alexander Monakovelf.c (backtrace_initialize): Pass elf_fileline_fn...
2013-01-14 Richard SandifordUpdate copyright years in libbacktrace.
2012-10-26 Ian Lance Taylorre PR other/55087 (bogus "linux-vdso.so.1: No such...
2012-10-10 Ian Lance Taylorelf.c: Rename all Elf typedefs to start with b_elf...
2012-10-10 Hans-Peter Nilsson* elf.c (elf_add_syminfo_data): Add casts to avoid...
2012-10-09 Ian Lance TaylorAdd support for tracing through shared libraries.
2012-09-27 Ian Lance Taylorre PR other/54726 (libbacktrace segfaults on gcc_assert...
2012-09-17 Ian Lance Taylorlibbacktrace/: