summaryrefslogtreecommitdiff
path: root/libbacktrace/Makefile.in
AgeCommit message (Expand)Author
2024-03-02libbacktrace: pass -no-install when linking test programsIan Lance Taylor
2024-02-29libbacktrace: read symbol table of debuginfo fileIan Lance Taylor
2024-01-05Update copyright years.Jakub Jelinek
2023-01-17Regenerate Makefile.in files.Martin Liska
2023-01-06libbacktrace: don't run --build-id tests if it is not supportedIan Lance Taylor
2022-12-07libbacktrace: support zstd decompressionIan Lance Taylor
2022-07-07libbacktrace: don't let "make clean" remove allocfail.shIan Lance Taylor
2022-06-27libbacktrace: replace fgrep with grep in configure scriptIan Lance Taylor
2021-12-28Libbacktrace: Fix the use of newline in sed replacementFrancois-Xavier Coudert
2021-01-18libbacktrace: don't fail tests if dwz failsIan Lance Taylor
2020-09-28libbacktrace: build mtest.dSYM if using dsymutilIan Lance Taylor
2020-09-28libbacktrace: only run dsymutil with Mach-OIan Lance Taylor
2020-09-14libbacktrace: support MiniDebugInfoIan Lance Taylor
2020-05-12libbacktrace: Enable Intel CET on Intel CET enabled host for jitH.J. Lu
2020-05-11libbacktrace: declare getpagesize if necessaryIan Lance Taylor
2020-05-09libbacktrace: add Mach-O supportIan Lance Taylor
2020-02-03libbacktrace: always pass -g when compiling test codeIan Lance Taylor
2019-12-13libbacktrace: add DWARF 5 supportIan Lance Taylor
2019-05-24Makefile.am (BUILDTESTS): Remove test_elf, add test_elf_32 and test_elf_64.Clement Chigot
2019-03-11re PR libbacktrace/89669 (/usr/ccs/bin/ld: Unsatisfied symbols: backtrace_unc...Ian Lance Taylor
2019-02-26[libbacktrace] Require dwz for b3test_dwz_buildidTom de Vries
2019-02-10[libbacktrace] Add btest_ltoTom de Vries
2019-01-29[libbacktrace] Add test-cases exercising build-id and dwzTom de Vries
2019-01-29[libbacktrace] Don't assign check_PROGRAMS to TESTSTom de Vries
2019-01-28[libbacktrace] Fix and simplify xcoff_%.c pattern ruleTom de Vries
2019-01-25[libbacktrace] Fix strrchr segfaultTom de Vries
2019-01-25[libbacktrace] Rename dtest to btest_gnudebuglinkTom de Vries
2019-01-17[libbacktrace] Add btest_dwz test-caseTom de Vries
2019-01-17[libbacktrace] Read .gnu_debugaltlinkTom de Vries
2018-12-29Makefile.am (xcoff_%.c): Use an actual newline instead of \n in sed pattern.Gerald Pfeifer
2018-12-12[libbacktrace] Add allocfail.sh test-caseTom de Vries
2018-11-30[libbacktrace] Add tests for unused formatsTom de Vries
2018-11-30[libbacktrace] Test check_PROGRAMS without mmapTom de Vries
2018-11-27[libbacktrace] Avoid realloc with size == 0 in backtrace_vector_releaseTom de Vries
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-08-05libbacktrace: Suppress the default action-if-found for AC_CHECK_LIBS.Iain Buclaw
2017-11-17Enable building libbacktrace with Intel CETIgor Tsimbalist
2017-10-03ztest.c: #include <errno.h>.Ian Lance Taylor
2017-10-02libbacktrace: Support the case that clock_gettime is in librtThomas Schwinge
2017-09-29re PR other/67165 (please enable libbacktrace to work with compressed debug s...Ian Lance Taylor
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor
2017-09-12re PR other/81096 (test case ttest in libbacktrace fails starting with its in...Steve Ellcey
2017-07-21filetype.awk: Add AIX XCOFF type detection.Tony Reix
2017-06-12elf.c (backtrace_initialize): Always set *fileline_fn.Ian Lance Taylor
2017-05-19dwarf.c (free_line_header): Don't free dirs if dirs_count == 0.Than McIntosh
2016-09-11* all: Remove meaningless trailing whitespace.Carlos Liam
2015-09-11Makefile.am (backtrace.lo): Depend on internal.h.Ian Lance Taylor
2015-05-29libbacktrace: add support of PE/COFFTristan Gingold
2015-05-13libbacktrace: Bump to automake 1.11.6Michael Haubenwallner
2014-03-07sort.c: New file.Ian Lance Taylor