From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26184 invoked by alias); 9 Apr 2006 07:17:16 -0000 Received: (qmail 26176 invoked by uid 22791); 9 Apr 2006 07:17:15 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 09 Apr 2006 07:17:13 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k397Gadv013157; Sun, 9 Apr 2006 09:16:36 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k397GasN026937; Sun, 9 Apr 2006 09:16:36 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k397GZ9G001799; Sun, 9 Apr 2006 09:16:35 +0200 (CEST) Date: Sun, 09 Apr 2006 07:17:00 -0000 Message-Id: <200604090716.k397GZ9G001799@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: davem@davemloft.net CC: gdb-patches@sources.redhat.com In-reply-to: <20060408.160342.53614785.davem@davemloft.net> Subject: Re: [PATCH]: Get dwarf2 working on sparc64 too. References: <20060405.171555.27430870.davem@davemloft.net> <200604082100.k38L0LF3010368@elgar.sibelius.xs4all.nl> <20060408.151611.43979592.davem@davemloft.net> <20060408.160342.53614785.davem@davemloft.net> 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-04/txt/msg00109.txt.bz2 > Date: Sat, 08 Apr 2006 16:03:42 -0700 (PDT) > From: "David S. Miller" > > So let's just do the obvious stuff since the testsuite works fine > and doesn't generate the warnings anymore on Sparc/Linux with the > following patch. > > Ok to apply? Sure. > We can investigate the global register stuff later if it pops up > again. > > Thanks a bunch for your reviewing efforts Mark. No problem. > 2006-04-08 David S. Miller > > * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2 > frame sniffer. > * sparc-tdep.c (sparc32_gdbarch_init): Make sure to call > dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so > that the latter can override. > * Makefile.in (sparc64-linux-tdep.o): Update dependencies.