56 Commits

Author SHA1 Message Date
Stephen Webb
06dd379a7c Fix typo in README
CI clause under PA-RISC was referring to x86_64.

Also added explicit info on PPC CI failures.
2025-06-06 12:24:57 -04:00
kasperk81
00b847fea2 add initial freebsd riscv support 2025-05-23 15:19:47 -04:00
Awildidiot
f081cf4291 Fix minimal typo in README 2025-01-02 05:47:46 -05:00
Stephen M. Webb
2de55a6ff7 Add project description to README 2023-12-31 09:46:30 -05:00
Stephen Webb
2c1613b7ad Remove tilegx as a target
This target is no longer supported by common toolchains or operating
systems. If support is required, it can still be found in libunwind
version 1.7 and earlier.
2023-07-05 14:03:58 -04:00
Stephen Webb
a9e1cb6c18 Add nto remote
QNX OS uses a special nto remote instead of the ptrace used by Linux and
the BSDs.
2023-06-27 10:07:33 -04:00
Benson Muite
3947318f52 Remove mailing list information
Mailing lists have been disabled https://savannah.nongnu.org/mail/?group=libunwind
2023-02-20 09:01:48 -05:00
Adrian Bunk
3adec79a2a README: Remove outdated information
Documentation tends to get outdated, and "Newly added" does not age well.

Remove descriptions of toolchain problems that were fixed ~20 years ago.
2023-01-06 09:47:20 -05:00
kasperk81
a09c0fe955 update ci badges in the readme 2022-12-06 15:37:54 -05:00
Suraj Shirvankar
b07103f327 Fix outdated prefix path 2022-09-13 13:57:50 -04:00
James-A-Clark
2ab547eca0 Fix Travis CI link
Travis has moved from .org to .com and the auto-redirect 404s, so update the links.
2022-05-22 10:58:59 -07:00
Piotr Kubaj
ce7e100288 Add support for FreeBSD/PPC32
While here, mention that FreeBSD/PPC64 is also supported.
2022-05-22 10:58:46 -07:00
Youling Tang
c5f1d12c77 Add port for Linux on LoongArch
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>
2021-11-30 13:37:02 -08:00
Zhaofeng Li
abd15da8af Add port for Linux on RISC-V (riscv)
This commit adds support for Linux on RISC-V. Only 64-bit is supported
at the moment.
2021-07-06 11:49:20 -07:00
kasperk81
bad872f653 Remove autogen.sh wrapper 2021-06-30 15:33:37 -07:00
Ovidiu Panait
19a2c01b1e README: document ppc32 support
PPC32 support was confirmed in #127, but this info was not added to the README.

To make things clear, add ppc32 to the supported arch/os table.
2021-05-24 09:11:18 -07:00
Adeel
5f83cc31c0 Reflect current status of Solaris x64 in the README 2020-04-28 10:03:56 -07:00
Jason King
fd38b8a7ea Update README to reflect Solaris x86-64 status w/ this PR 2020-04-28 09:09:28 -07:00
Jorge Schrauwen
fe1838367d There are 20 not 9 failing tests on Solaris (#162) 2020-03-26 16:57:51 -07:00
Adeel Mujahid
2738756bcb Fix SmartOS/Solaris build (#158) 2020-03-09 09:51:19 -07:00
Yousong Zhou
b316234d63 README: add libc requirement description (#121)
I made this table when trying to fix recent packaging issues in OpenWrt . It could help track progress on musl-libc support and may also help other distros.
2019-06-13 15:27:14 -07:00
Adeel
edc427a9ec Add initial support for Solaris x86-64 2019-06-12 09:00:40 -07:00
Dave Watson
070ae59f85 Bump to 1.4-rc1 2019-01-07 11:51:09 -08:00
Alex Arslan
d7528ef964 Convert the README to markdown syntax (#96)
Currently the README's formatting shows up rather poorly on GitHub, as
the file isn't written as a Markdown document but GitHub tries to render
it as one due to the symlink from README.md to README. This commit
reformats the file as a Markdown document, preserving the original
content with two exceptions:

1. The platform support list has been converted to a Markdown table.

2. The severely outdated information regarding libexecinfo on FreeBSD
   has been amended and the note about FreeBSD 8.0 removed.
2018-12-11 08:47:54 -08:00
Kevin Mooney
9ff78c31b7 Update README (#84)
readme: fix typo
2018-08-07 08:03:38 -07:00
Dave Watson
02a3cc2cf3 Bump version to 1.3-rc1 2017-11-22 16:24:02 -08:00
Dave Watson
f224557315 doc: Change to github libunwind/libunwind img 2017-01-24 11:31:56 -08:00
Dave Watson
dcdea8940d doc: Update readme, travis config 2017-01-24 11:26:30 -08:00
Milian Wolff
b2db825e8a Update README to use autogen.sh 2015-06-07 12:23:42 -07:00
Zhi-Gang Liu
790be1e40d Add TileGx platform support to libunwind.
"make check" passed.
======================================================
All 34 tests behaved as expected (2 expected failures)
======================================================
Zhi-Gang Liu @ Tilera
2014-09-08 16:21:53 -04:00
Yvan Roux
ac6c0a6535 [PATCH] AArch64 port. 2013-05-11 09:20:28 -06:00
Tommi Rantala
8d5b1aeeff SuperH port
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.
2012-09-28 14:50:03 +03:00
Arun Sharma
8ab8863e9f Bump up the package version.
Also updated the NEWS file.
2011-08-15 21:08:38 -07:00
Konstantin Belousov
601919e2f8 Update FreeBSD notes. 2010-04-04 12:39:16 +03:00
Konstantin Belousov
7169958221 Add some notes about FreeBSD. 2010-04-04 12:03:15 +03:00
Arun Sharma
46ea10680d Update documentation on building from git 2010-03-02 21:18:57 -08:00
David Mosberger-Tang
87247220a9 Update mailing-list info in README. Thanks to Curt Wohlgemut for pointing
this out.
2007-10-15 17:48:26 -06:00
Jose Flavio Aguilar Paulino
32e2187fab [PPC64] Get "make check" to work on PPC64 Linux. Add a README entry
describing the expected results.
2007-08-27 09:11:37 -06:00
Jose Flavio Aguilar Paulino
3e24581adc [PPC64] Add PPC64 entry to README and fix David's typo in ppc64/get_func_addr.c 2007-08-24 10:54:00 -06:00
David Mosberger-Tang
7c289a617b Delete explanation of how to build libunwind on ia64 with v7 of the
Intel compiler.  I don't think anybody is still likely to need
building with such an old compiler.
2007-08-06 20:51:26 -06:00
David Mosberger-Tang
955d1272a7 Update NEWS and README files a bit. 2007-08-06 20:26:50 -06:00
hp.com!davidm
def37e7cb0 Update expected results for x86-64.
2004/12/04 17:00:04-08:00 hp.com!davidm
Gtest-exc is now working on PA Linux.

2004/12/02 18:37:47-08:00 hp.com!davidm
Update introduction.
Add PARISC Linux "expected results" section.

2004/11/30 22:44:47-08:00 mostang.com!davidm
Updated expected results for x86 and x86-64.

2004/11/17 02:43:39-08:00 mostang.com!davidm
Update x86 Linux test-suite status.

(Logical change 1.290)
2005-05-03 09:13:17 +00:00
hp.com!davidm
75b6719352 Update to reflect currently reality.
(Logical change 1.275)
2004-10-15 13:37:27 +00:00
mostang.com!davidm
f2b40607fd Update sections on HP-UX.
(Logical change 1.223)
2004-05-04 22:24:50 +00:00
(none)!davidm
e9892bb477 Update Intel-compiler info and put in caveat about GCC 3.4.0.
(Logical change 1.215)
2004-04-23 01:32:43 +00:00
hp.com!davidm
758078fb00 Update in preparation for 0.97 release.
(Logical change 1.205)
2004-04-20 16:53:44 +00:00
mostang.com!davidm
065d4553a8 Add section on performance testing libunwind.
(Logical change 1.157)
2004-01-21 06:36:35 +00:00
mostang.com!davidm
fab61cfbeb Up version number.
(Logical change 1.138)
2003-12-05 06:42:28 +00:00
hp.com!davidm
ef00f9586c Update for release of v0.95.
(Logical change 1.131)
2003-11-27 07:17:47 +00:00
hp.com!davidm
b8e952c5a7 Clarify the meaning of the results from "make check" a bit.
(Logical change 1.113)
2003-11-19 23:15:58 +00:00