From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23456 invoked by alias); 24 Oct 2007 21:10:03 -0000 Received: (qmail 23421 invoked by uid 22791); 24 Oct 2007 21:10:00 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 Oct 2007 21:09:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9B7F82AAFA8 for ; Wed, 24 Oct 2007 17:09:54 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id baPSGBBYfZ5D for ; Wed, 24 Oct 2007 17:09:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 632C42AAFA2 for ; Wed, 24 Oct 2007 17:09:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 491F9E7AC8; Wed, 24 Oct 2007 14:09:52 -0700 (PDT) Date: Wed, 24 Oct 2007 21:23:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [NEWS/RFA] document hppa64-hpux support status Message-ID: <20071024210952.GK11797@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VrqPEDrXMn8OVzN4" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00634.txt.bz2 --VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 532 Hello, Here is a patch against NEWS to document the status of hppa64-hpux. I wasn't sure how to document this, since gdb-6.7 is also affected. Rather than burying this in the gdb-6.7 section, I elected to put it in the "since gdb-6.7" section, where people are more likely to read it. I've added a note explicitly confirming that gdb-6.7 is also broken. 2007-10-24 Joel Brobecker * NEWS: Document status of hppa64-hpux support. I suggest this for the HEAD and 6.7 branch. Is that OK? -- Joel --VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Content-length: 706 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.244 diff -u -p -r1.244 NEWS --- NEWS 21 Oct 2007 10:27:49 -0000 1.244 +++ NEWS 24 Oct 2007 21:09:23 -0000 @@ -18,6 +18,11 @@ and in inlined functions. * The GDB remote stub, gdbserver, now supports the AltiVec and SPE registers on PowerPC targets. +* hppa*64*-*-hpux11* target broken + The debugger is unable to start a program and fails with the following + error: "Error trying to get information about dynamic linker". + The gdb-6.7 release is also affected. + *** Changes in GDB 6.7 * Resolved 101 resource leaks, null pointer dereferences, etc. in gdb, --VrqPEDrXMn8OVzN4--