Skip to content

Commit

Permalink
doc: Update readme, travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Watson committed Jan 24, 2017
1 parent 2e60ca3 commit dcdea89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,4 +11,4 @@ script:
- ./autogen.sh
- ./configure --target=$TARGET --host=$HOST
- make
- if [ $TARGET == 'x86_64-linux-gnu' ]; then make check; fi
#- if [ $TARGET == 'x86_64-linux-gnu' ]; then make check; fi
21 changes: 7 additions & 14 deletions README
@@ -1,5 +1,7 @@
-*- mode: Outline -*-

[![Build Status](https://travis-ci.org/djwatson/libunwind.svg?branch=master)](https://travis-ci.org/djwatson/libunwind)

This is version 1.0 of the unwind library. This library supports
several architecture/operating-system combinations:

Expand All @@ -9,6 +11,7 @@ several architecture/operating-system combinations:
Linux/IA-64: Fully tested and supported.
Linux/PARISC: Works well, but C library missing unwind-info.
HP-UX/IA-64: Mostly works but known to have some serious limitations.
MIPS: Newly added.
Linux/AArch64: Newly added.
Linux/PPC64: Newly added.
Linux/SuperH: Newly added.
Expand Down Expand Up @@ -125,26 +128,12 @@ Note: If you get lots of errors in Gia64-test-nat and Lia64-test-nat, it's

The following tests are expected to fail on x86 Linux:

Gtest-resume-sig (fails to get SIGUSR2)
Ltest-resume-sig (likewise)
Gtest-dyn1 (no dynamic unwind info support yet)
Ltest-dyn1 (no dynamic unwind info support yet)
test-setjmp (longjmp() not implemented yet)
run-check-namespace (no _Ux86_getcontext yet)
test-ptrace

** Expected results on x86-64 Linux

The following tests are expected to fail on x86-64 Linux:

Gtest-dyn1 (no dynamic unwind info support yet)
Ltest-dyn1 (no dynamic unwind info support yet)
Gtest-init (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18743)
Ltest-init (likewise)
test-async-sig (crashes due to bad unwind-info?)
test-setjmp (longjmp() not implemented yet)
run-check-namespace (no _Ux86_64_getcontext yet)
run-ptrace-mapper (??? investigate)
run-ptrace-misc (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18748
and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18749)

Expand Down Expand Up @@ -212,3 +201,7 @@ or you can subscribe and manage your subscription via the
web-interface at:

https://savannah.nongnu.org/mail/?group=libunwind

Or interact at the gihub page:

https://github.com/libunwind/libunwind
1 change: 1 addition & 0 deletions README.md

0 comments on commit dcdea89

Please sign in to comment.