From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10626 invoked by alias); 8 Apr 2011 21:49:56 -0000 Received: (qmail 10609 invoked by uid 22791); 8 Apr 2011 21:49:55 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Apr 2011 21:49:46 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p38LnkKv027402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Apr 2011 17:49:46 -0400 Received: from mesquite.lan (ovpn-113-127.phx2.redhat.com [10.3.113.127]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p38LnjdT014144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 8 Apr 2011 17:49:46 -0400 Date: Fri, 08 Apr 2011 21:49:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: [commit] rx-tdep.c: Add default_frame_unwind_stop_reason to unwind initialization Message-ID: <20110408144944.567c158a@mesquite.lan> 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: 2011-04/txt/msg00131.txt.bz2 I've just committed the patch below. It fixes a build error due to a missing stop reason initialization. Kevin * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason to the initialization. Index: rx-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/rx-tdep.c,v retrieving revision 1.5 diff -u -p -r1.5 rx-tdep.c --- rx-tdep.c 1 Jan 2011 15:33:14 -0000 1.5 +++ rx-tdep.c 8 Apr 2011 21:43:25 -0000 @@ -455,6 +455,7 @@ rx_frame_prev_register (struct frame_inf static const struct frame_unwind rx_frame_unwind = { NORMAL_FRAME, + default_frame_unwind_stop_reason, rx_frame_this_id, rx_frame_prev_register, NULL,