summaryrefslogtreecommitdiff
path: root/libbacktrace/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* configure.ac: Check for support of __atomic extensions.Ian Lance Taylor2013-11-191-0/+1
| | | | | | | | | | | | | | | | * configure.ac: Check for support of __atomic extensions. * internal.h: Declare or #define atomic functions for use in backtrace code. * atomic.c: New file. * dwarf.c (dwarf_lookup_pc): Use atomic functions. (dwarf_fileline, backtrace_dwarf_add): Likewise. * elf.c (elf_add_syminfo_data, elf_syminfo): Likewise. (backtrace_initialize): Likewise. * fileline.c (fileline_initialize): Likewise. * Makefile.am (libbacktrace_la_SOURCES): Add atomic.c. * configure, config.h.in, Makefile.in: Rebuild. From-SVN: r204994
* Update copyright years in libbacktrace.Richard Sandiford2013-01-141-1/+1
| | | | From-SVN: r195165
* re PR bootstrap/54834 (bootstrap fails when building libbacktrace)Ian Lance Taylor2013-01-011-1/+1
| | | | | | | | | PR bootstrap/54834 * Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I $(MULTIBUILDTOP)/../../gcc/include. * Makefile.in: Rebuild. From-SVN: r194770
* re PR bootstrap/54926 (Bootstrap comparison failure for various files in ↵Jakub Jelinek2012-12-111-1/+1
| | | | | | | | | | | | | | libbacktrace) PR bootstrap/54926 * Makefile.am (AM_CFLAGS): Remove -frandom-seed=$@. * configure.ac: If --with-target-subdir, add -frandom-seed=$@ to EXTRA_FLAGS unconditionally, otherwise check whether the compiler accepts it. * Makefile.in: Regenerated. * configure: Regenerated. From-SVN: r194412
* re PR bootstrap/54926 (Bootstrap comparison failure for various files in ↵Jakub Jelinek2012-12-071-1/+1
| | | | | | | | | | libbacktrace) PR bootstrap/54926 * Makefile.am (AM_CFLAGS): Add -frandom-seed=$@. * Makefile.in: Regenerated. From-SVN: r194303
* re PR other/54761 (FAIL log)Uros Bizjak2012-10-021-2/+2
| | | | | | | | | PR other/54761 * configure.ac (EXTRA_FLAGS): New. * Makefile.am (AM_FLAGS): Add $(EXTRA_FLAGS). * configure, Makefile.in: Regenerate. From-SVN: r191981
* re PR bootstrap/54732 (Installation failure: libbacktrace rebuilds upon ↵Ian Lance Taylor2012-09-281-0/+30
| | | | | | | | | | | install when built with "make bootstrap-lean") PR bootstrap/54732 * configure.ac: Add no-dependencies to AM_INIT_AUTOMAKE. * Makefile.am: Add dependencies for all objects. * configure, aclocal.m4, Makefile.in: Rebuild. From-SVN: r191819
* re PR bootstrap/54623 (install fails with libbacktrace/backtrace.c:35:20: ↵Ian Lance Taylor2012-09-191-1/+4
| | | | | | | | | | | error: unwind.h: No such file or directory) PR bootstrap/54623 * Makefile.am (AM_CPPFLAGS): Define. (AM_CFLAGS): Remove -I options. * Makefile.in: Rebuild. From-SVN: r191459
* libbacktrace/:Ian Lance Taylor2012-09-171-0/+92
* Initial implementation. ./: * MAINTAINERS (Various Maintainers): Add libbacktrace. * configure.ac (host_libs): Add libbacktrace. (target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild. gcc/go: * config-lang.in (target_libs): Add target-libbacktrace. From-SVN: r191397