]> git.ipfire.org Git - thirdparty/gcc.git/history - libbacktrace/elf.c
Update copyright years.
[thirdparty/gcc.git] / libbacktrace / elf.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-13  Ian Lance Taylorlibbacktrace: add DWARF 5 support
2019-12-05  Ian Lance Taylorlibbacktrace: simplify DWARF section handling
2019-01-31  Tom de Vries[libbacktrace] Fix .gnu_debugaltlink build-id check
2019-01-29  Tom de Vries[libbacktrace] Add test-cases exercising build-id and dwz
2019-01-25  Nathan Sidwell[backtrace] Avoid segfault
2019-01-25  Tom de Vries[libbacktrace] Fix strrchr segfault
2019-01-18  Ian Lance Taylorre PR libbacktrace/88890 (libbacktrace on 32-bit system...
2019-01-17  Tom de Vries[libbacktrace] Add altlink field to struct dwarf_data
2019-01-17  Tom de Vries[libbacktrace] Return struct dwarf_data pointer from...
2019-01-17  Tom de Vries[libbacktrace] Read .gnu_debugaltlink
2019-01-01  Jakub JelinekUpdate copyright years.
2018-06-21  Denis Khalikovre PR other/86198 (Libbacktrace does not properly work...
2018-04-04  Jakub Jelinekre PR other/85161 (Test case failures in libbacktrace...
2018-02-15  Jakub Jelinekre PR other/82368 (with r253275 several new test cases...
2018-02-14  Jakub Jelinekre PR other/82368 (with r253275 several new test cases...
2018-01-31  Ian Lance Taylorelf.c (elf_add): Close descriptor if we use a debugfile.
2018-01-25  Ian Lance Taylorelf.c (elf_open_debugfile_by_debuglink): Don't check...
2018-01-17  Ian Lance Taylorelf.c (codes): Fix size to be 288.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-05  Ian Lance Taylorelf.c (elf_zlib_fetch): Change pval argument to uint64_t *.
2017-09-29  Ian Lance Taylorre PR other/67165 (please enable libbacktrace to work...
2017-09-22  Ian Lance Taylorre PR sanitizer/77631 (no symbols in backtrace shown...
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/: