summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Stop the autotools nag about AC_CONFIG_MACRO_DIRSStephen Webb2022-08-131-0/+1
| | | | | | | | | | | | | All warnings should be heeded, including the ones spat out by autoreconf. In this case, autoconf wanted a place to generate its m4 files into and automake wanted the right target names in doc/Makefile.am. Also added AM_SILENT_FILES([yes]) to reduce the visual noise in build output to make spotting build problems easier. You can override the silent default by running `make` with `V=0` appended to the command line. Removed the unnecessary and unused acinclude.m4 file to reduce clutter in the source directory.
* Add port for Linux on LoongArchYouling Tang2021-11-301-0/+6
| | | | | | | | | | | | | | This commit adds support for Linux on LoongArch. Only 64-bit is supported at the moment. The changes were tested on a LoongArch architecture Loongson-3A5000 processor (LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V.). Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Qing Zhang <zhangqing@loongson.cn> Signed-off-by: Jinyang He <hejinyang@loongson.cn> Signed-off-by: Youling Tang <tangyouling@loongson.cn>
* Add port for Linux on RISC-V (riscv)Zhaofeng Li2021-07-061-0/+5
| | | | | This commit adds support for Linux on RISC-V. Only 64-bit is supported at the moment.
* Added --disable-unwind-header optionPedro Navarro2020-06-181-1/+4
| | | | | | When set, unwind.h won't be copied to the installation directory. Some platforms provide their own unwind.h that might conflict with the one supplied with libunwind
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | This adds a port to Linux on the IBM Z platform (a.k.a s390x). It only supports the 64-bit ABI. Most functionality is working and all the tests pass with the exception of the coredump tests*. Unwinding is only supported if DWARF unwind information is present. libunwind can't currently make use of the backchain (if present). The getcontext/setcontext functions only preserve/restore a subset of registers. Currently this only consists of callee-saved registers and some parameter registers. Vector registers and access registers are not saved (and aren't callee- saved) by getcontext and cannot currently be modified. They will however be restored unmodified after resuming a context from a signal handler. There is no special libunwind support for setjmp, the functionality is emulated using glibc (I think all the ports do this for modern Linux kernels). * Unwinding on s390x requires floating point register access which the coredump library doesn't currently support.
* build: Honor --disable-foo configure flags when installing headers.Bert Wesarg2017-01-241-3/+9
|
* add --disable-tests optionКоролев Сергей2017-01-131-1/+5
| | | | Allows to skip tests build.
* [PATCH] Fix build from scratchOlivier Fourdan2014-12-041-1/+5
| | | | | | | | | - Add autogen.sh to bootstrap autotools generation - Make generation of man pages optional, and check for availibity of latex2man if documentation is requested. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Signed-off-by: Arun Sharma <asharma@fb.com>
* Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-081-0/+6
| | | | | | | | "make check" passed. ====================================================== All 34 tests behaved as expected (2 expected failures) ====================================================== Zhi-Gang Liu @ Tilera
* [PATCH] AArch64 port.Yvan Roux2013-05-111-0/+6
|
* Teach autotools current ARM `ex_tables.h' locationTommi Rantala2012-09-281-1/+1
|
* SuperH portTommi Rantala2012-09-281-0/+5
| | | | | | | Add support for the 32bit SuperH architecture running Linux. Specifically, support is added for SH4, and support for earlier SH versions and to the 64bit SH5 are left out. This was tested in qemu with a little-endian SH4 debian image & GCC 4.7 cross compiler.
* Pull attribute macros from `libunwind_i.h' to new header `compiler.h'Tommi Rantala2012-09-281-1/+1
| | | | | Pull attribute macros from `libunwind_i.h' to new header `compiler.h', to allow the macros to also be used in the tests.
* Add support for unwinding coredump imagesArun Sharma2012-03-121-1/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Improve top-level Makefile rulesZachary T Welch2010-11-291-41/+32
| | | | | | | | | Use automake's '+=' to simplify include_HEADERS rules. Move most EXTRA_DIST files to noinst_HEADERS, eliminating duplication of headers listed by include_HEADERS. Add MIPS and PPC32 headers that were not being distributed previously. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
* Add MAINTAINERCLEANFILES to Makefile.am files.Zachary T Welch2010-11-081-0/+15
| | | | | | Ensures 'make maintainer-clean' removes files generated by autotools. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
* [PATCH] Add files to EXTRA_DIST so that 'make dist' works againSven Neumann2010-08-041-0/+3
|
* Multilib support.Arun Sharma2009-04-131-3/+3
| | | | | | This is useful when packaging for multiple target architectures. Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
* Add initial ARM and MIPS support. To support this, also enable theDaniel Jacobowitz2008-02-041-0/+8
| | | | | reading of .debug_frame sections (used in lieu of .eh_frame sections when they're not available).
* [PPC32] First check-in to add preliminary support for Linux/PPC32.Jose Flavio Aguilar Paulino2007-09-121-0/+5
|
* Add PPC64 support.Jose Flavio Aguilar Paulino2007-08-021-1/+7
|
* Move target-specific headers into tdep-$(arch).hp.com!davidm2005-05-201-10/+11
| | | | (Logical change 1.294)
* (EXTRA_DIST): Mention include/hppa/jmpbuf.h andmostang.com!davidm2005-05-031-1/+2
| | | | | | | | | include/hppa/dwarf-config.h. 2004/11/23 16:59:56-08:00 mostang.com!davidm (EXTRA_DIST): Mention include/dwarf-eh.h. (Logical change 1.290)
* (include_HEADERS_common): Remove include/libunwind-common.h.in.homeip.net!davidm2004-10-051-1/+3
| | | | | | | (nodist_include_HEADERS): Mention include/libunwind-common.h. (EXTRA_DIST): Mention include/libunwind-common.h.in. (Logical change 1.271)
* (include_HEADERS_common): Rename libunwind-common.h tomostang.com!davidm2004-09-081-1/+2
| | | | | | libunwind-common.h.in. (Logical change 1.261)
* (EXTRA_DIST): Mention include/{ia64,x86,x86_64}/jmpbuf.h.hp.com!davidm2004-08-311-5/+4
| | | | (Logical change 1.259)
* Add x86_64 support.ibm.com!masbock2004-08-191-1/+8
| | | | (Logical change 1.249)
* (EXTRA_DIST): Mention dwarf_i.h and x86/dwarf-config.h.hp.com!davidm2004-05-061-2/+4
| | | | (Logical change 1.233)
* (EXTRA_DIST): Mention incluide/ia64/rse.h.mostang.com!davidm2004-05-041-4/+5
| | | | (Logical change 1.221)
* (EXTRA_DIST): Mention include/remote.h.hp.com!davidm2004-04-281-0/+1
| | | | (Logical change 1.217)
* (include_HEADERS_common): Mention libunwind-ptrace.h.hp.com!davidm2004-04-201-1/+1
| | | | (Logical change 1.206)
* (EXTRA_DIST): Mention include/dwarf.h.hp.com!davidm2003-12-201-2/+2
| | | | (Logical change 1.146)
* (include_HEADERS): Mention include/unwind.h.hp.com!davidm2003-12-041-1/+2
| | | | (Logical change 1.135)
* (DISTCLEANFILES): New macro. Mention libunwind.h and tdep.h to ensure they getmostang.com!davidm2003-03-191-0/+2
| | | | | | cleaned for "distclean". Reported by Matthieu Delahaye. (Logical change 1.63)
* Add ARCH_HPPA.mostang.com!davidm2003-01-141-3/+9
| | | | | | (EXTRA_DIST): Mention x86 and hppa headers. (Logical change 1.33)
* Rename ia32 to x86.mostang.com!davidm2002-12-191-3/+3
| | | | | | (EXTRA_DIST): Mention mempool.h. (Logical change 1.32)
* (include_HEADERS_common): Mention libunwind-dynamic.h.mostang.com!davidm2002-12-121-2/+4
| | | | | | | (EXTRA_DIST): Mention include/internal.h, include/tdep-ia64.h, and include/ia64/script.h. (Logical change 1.30)
* Modify for multi-architecture support.hp.com!davidm2002-04-051-0/+19
| | | | (Logical change 1.12)
* Initial revisionmostang.com!davidm2002-02-231-6/+0
|
* (Logical change 1.7)mostang.com!davidm2002-02-231-0/+6