This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver support for Linux on sparc64


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  <dan@codesourcery.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]