From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19497 invoked by alias); 11 May 2008 20:04:12 -0000 Received: (qmail 19487 invoked by uid 22791); 11 May 2008 20:04:11 -0000 X-Spam-Check-By: sourceware.org Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net (HELO sunset.davemloft.net) (74.93.104.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 11 May 2008 20:03:54 +0000 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id C9B6CC8C2D6; Sun, 11 May 2008 13:03:47 -0700 (PDT) Date: Sun, 11 May 2008 21:51:00 -0000 Message-Id: <20080511.130347.158801492.davem@davemloft.net> To: brobecker@adacore.com Cc: gdb-patches@sourceware.org Subject: Re: [PATCH]: Fix sparc*-linux build. From: David Miller In-Reply-To: <20080511134624.GG28890@adacore.com> References: <20080510.223018.112217553.davem@davemloft.net> <20080511134624.GG28890@adacore.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-05/txt/msg00363.txt.bz2 From: Joel Brobecker Date: Sun, 11 May 2008 06:46:25 -0700 > > 2008-05-10 David S. Miller > > > > * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use dwarf2_append_unwinders(), > > not dwarf2_frame_sniffer. > > > > Ok to apply? > > Yes. Just one tiny correction: The first line of your ChangeLog entry > exceeds 80 characters. Fixed and installed, thanks.