From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15380 invoked by alias); 6 Oct 2006 09:51:53 -0000 Received: (qmail 15370 invoked by uid 22791); 6 Oct 2006 09:51:53 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Oct 2006 09:51:48 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-232-140.inter.net.il [84.229.232.140]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AQL88864 (AUTH halo1); Fri, 6 Oct 2006 10:51:30 +0200 (IST) Date: Fri, 06 Oct 2006 09:51:00 -0000 Message-Id: From: Eli Zaretskii To: Maxim Grigoriev CC: gdb-patches@sources.redhat.com, bwilson@tensilica.com, marc@tensilica.com, maxim@tensilica.com In-reply-to: <45259B4B.3010101@hq.tensilica.com> (message from Maxim Grigoriev on Thu, 05 Oct 2006 16:54:51 -0700) Subject: Re: Xtensa GDB port -- revised patch Reply-to: Eli Zaretskii References: <451B202C.3090804@hq.tensilica.com> <20060928011910.GA20142@nevyn.them.org> <45259B4B.3010101@hq.tensilica.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00052.txt.bz2 > Date: Thu, 05 Oct 2006 16:54:51 -0700 > From: Maxim Grigoriev > > Index: gdb/doc/gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.355 > diff -u -r1.355 gdb.texinfo > --- gdb/doc/gdb.texinfo 21 Sep 2006 14:01:12 -0000 1.355 > +++ gdb/doc/gdb.texinfo 5 Oct 2006 23:30:28 -0000 > @@ -497,6 +497,11 @@ > Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich > Weigand. > > +Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from > +Tensilica, Inc.@: contributed support for Xtensa processors. Others > +who have worked on the Xtensa port of @value{GDBN} in the past include > +Steve Tjiang, John Newlin, and Scott Foehner. > + > @node Sample Session > @chapter A Sample @value{GDBN} Session This part of the patch, and also the part that adds Xtensa to NEWS, are approved. Thanks.