From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 368 invoked by alias); 18 Feb 2008 19:36:07 -0000 Received: (qmail 356 invoked by uid 22791); 18 Feb 2008 19:36:06 -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; Mon, 18 Feb 2008 19:35:48 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1) with ESMTP id m1IJZbox030145; Mon, 18 Feb 2008 20:35:37 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id m1IJZaBG010057; Mon, 18 Feb 2008 20:35:36 +0100 (CET) Date: Mon, 18 Feb 2008 19:36:00 -0000 Message-Id: <200802181935.m1IJZaBG010057@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: deuling@de.ibm.com CC: gdb-patches@sourceware.org, uweigand@de.ibm.com In-reply-to: <47B2A053.30307@de.ibm.com> (message from Markus Deuling on Wed, 13 Feb 2008 08:46:27 +0100) Subject: Re: [rfc]: Use trad_frame_alloc_saved_regs in alpha-tdep References: <47B2A053.30307@de.ibm.com> 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-02/txt/msg00303.txt.bz2 > Date: Wed, 13 Feb 2008 08:46:27 +0100 > From: Markus Deuling > > This patch makes alpha-tdep use trad_frame_alloc_saved_regs. I'd > appreciate it very much if someone with access to an alpha machine > could run the testsuite. This causes significant regressions on OpenBSD/alpha. I'll see if I can figure out what's going wrong later this week. > ChangeLog: > > * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by > trad_frame_saved_reg. Remove return_reg. > (trad-frame.h): New include. > (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs > instead of frame_obstack_zalloc. > (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register. > > * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.