From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26294 invoked by alias); 14 Nov 2008 22:09:05 -0000 Received: (qmail 26192 invoked by uid 22791); 14 Nov 2008 22:09:05 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Nov 2008 22:08:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 17D8510C10; Fri, 14 Nov 2008 22:08:23 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id EC77D10999; Fri, 14 Nov 2008 22:08:22 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L16py-00050V-8g; Fri, 14 Nov 2008 17:08:22 -0500 Date: Sat, 15 Nov 2008 17:35:00 -0000 From: Daniel Jacobowitz To: Daniel Gutson , Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: gdbserver support for Linux on sparc64 Message-ID: <20081114220822.GA18538@caradoc.them.org> Mail-Followup-To: Daniel Gutson , Eli Zaretskii , gdb-patches@sourceware.org References: <490B46B4.7010200@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <490B46B4.7010200@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes 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: 2008-11/txt/msg00377.txt.bz2 On Fri, Oct 31, 2008 at 03:56:04PM -0200, Daniel Gutson wrote: > Hi, > this patch adds gdbserver support for sparc64 on Linux. Thanks, this is fine except for some typos in the ChangeLog. I fixed those and checked it in. Eli, is this NEWS entry OK? -- Daniel Jacobowitz CodeSourcery 2008-11-14 Daniel Jacobowitz * NEWS: Mention sparc64-linux-gnu gdbserver support. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.292 diff -u -p -r1.292 NEWS --- NEWS 22 Oct 2008 22:14:21 -0000 1.292 +++ NEWS 14 Nov 2008 22:07:49 -0000 @@ -85,6 +85,9 @@ are treated as the standard definitions, - gdbserver uses the new noack protocol mode for TCP connections to reduce communications latency, if also supported and enabled in GDB. + - Support for the sparc64-linux-gnu target is now included in + gdbserver. + * Python scripting GDB now has support for scripting using Python. Whether this is