From 955d1272a76637e15aaef462f12bfde44521b483 Mon Sep 17 00:00:00 2001 From: David Mosberger-Tang Date: Mon, 6 Aug 2007 20:26:50 -0600 Subject: [PATCH] Update NEWS and README files a bit. --- NEWS | 5 +++++ README | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index 45953fac..74986949 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ -*-Mode: outline-*- +* News for v0.99: + +** Greatly improved x86-64 support thanks to Arun Sharma. +** Support for PPC64 added by Jose Flavio Aguilar Paulino. + * News for v0.98.6: ** Fix address-leak triggered by invalid byte-order. Fixed by Andreas Schwab. diff --git a/README b/README index 5f7fdb7e..d5d4ff99 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ several architecture/operating-system combinations: Linux/x86: Works well, but C library is missing some unwind-info. Linux/PARISC: Works well, but C library missing unwind-info. HP-UX/IA-64: Mostly works but known to have some serious limitations. + Linux/PPC64: Newly added. * General Build Instructions @@ -109,22 +110,13 @@ 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-bt (see http://sources.redhat.com/bugzilla/show_bug.cgi?id=595) - Ltest-bt (likewise) - Gtest-resume-sig (likewise) - Ltest-resume-sig (likewise) + 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) - -In addition, the following are failing on Debian (Sarge): - - Gtest-init (lack of unwind info for __libc_start_main, - libc ought to be compiled without - -fno-frame-pointer or with -fexceptions) - Ltest-init (likewise) - test-ptrace (likewise?) + test-ptrace ** Expected results on x86-64 Linux