]> git.ipfire.org Git - thirdparty/gcc.git/history - libbacktrace/elf.c
* config/i386/i386.md (and<mode>3): Generate zero-extends for
[thirdparty/gcc.git] / libbacktrace / elf.c
2019-01-31  vries[libbacktrace] Fix .gnu_debugaltlink build-id check
2019-01-29  vries[libbacktrace] Add test-cases exercising build-id and dwz
2019-01-25  nathan[backtrace] Avoid segfault
2019-01-25  vries[libbacktrace] Fix strrchr segfault
2019-01-18  ian PR libbacktrace/88890
2019-01-17  vries[libbacktrace] Add altlink field to struct dwarf_data
2019-01-17  vries[libbacktrace] Return struct dwarf_data pointer from...
2019-01-17  vries[libbacktrace] Read .gnu_debugaltlink
2019-01-01  jakub Update copyright years.
2018-06-21  chefmaxlibbacktrace/
2018-04-04  jakub PR other/85161
2018-02-15  jakub PR other/82368
2018-02-14  jakub PR other/82368
2018-01-31  ian * elf.c (elf_add): Close descriptor if we use a debugfile.
2018-01-25  ian * elf.c (elf_open_debugfile_by_debuglink): Don't check...
2018-01-17  ian * elf.c (codes) [GENERATE_FIXED_HUFFMAN_TABLE]: Fix...
2018-01-03  jakub Update copyright years.
2017-10-05  ian * elf.c (elf_zlib_fetch): Change pval argument to...
2017-09-29  ian PR other/67165
2017-09-22  ian PR sanitizer/77631
2017-09-21  ian PR go/82284
2017-09-20  ian PR sanitizer/77631
2017-07-26  ian * configure.ac: Check for XCOFF32/XCOFF64. Check...
2017-06-12  ian * elf.c (backtrace_initialize): Always set *fileline_fn.
2017-01-01  jakub Update copyright years.
2016-09-11  ian * all: Remove meaningless trailing whitespace.
2016-05-18  uros PR target/71161
2016-03-02  chefmaxlibbacktrace/
2016-01-04  jakub Update copyright years.
2015-12-10  danglin PR 68115/libfortran
2015-01-05  jakub Update copyright years.
2014-04-02  mrsMerge in trunk.
2014-03-07  ian * sort.c: New file.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in libbacktrace/
2013-12-13  mrsMerge in trunk.
2013-12-06  jakub * elf.c (ET_DYN): Undefine and define again.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  jakub * backtrace.h (backtrace_syminfo_callback): Add symsiz...
2013-11-19  ian * configure.ac: Check for support of __atomic extensions.
2013-11-18  jakub * elf.c (SHN_UNDEF): Define.
2013-11-18  jakub * elf.c (phdr_callback): Process info->dlpi_addr ...
2013-11-18  rsandifoMerge from trunk.
2013-11-16  ian * backtrace.h (backtrace_syminfo): Update comment...
2013-10-20  mrsMerge in trunk.
2013-10-18  ian * elf.c (elf_add): Don't get the wrong offsets if...
2013-07-23  amonakov * elf.c (elf_syminfo): Loop over the elf_syminfo_data...
2013-07-23  amonakov * elf.c (backtrace_initialize): Pass elf_fileline_fn to
2013-01-14  rsandifoUpdate copyright years in libbacktrace.
2012-10-26  ian PR other/55087
2012-10-10  ian * elf.c: Rename all Elf typedefs to start with b_elf...
2012-10-10  hp * elf.c (elf_add_syminfo_data): Add casts to avoid...
2012-10-09  ian Add support for tracing through shared libraries.
2012-09-27  ian PR other/54726
2012-09-17  ianlibbacktrace/: