From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16359 invoked by alias); 15 Mar 2004 18:34:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16335 invoked from network); 15 Mar 2004 18:34:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Mar 2004 18:34:44 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2FIYg07006975 for ; Mon, 15 Mar 2004 13:34:42 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2FIYgS14491 for ; Mon, 15 Mar 2004 13:34:42 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2FIYfnU023985 for ; Mon, 15 Mar 2004 13:34:42 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2FIYacG017252 for ; Mon, 15 Mar 2004 11:34:36 -0700 Date: Mon, 15 Mar 2004 18:34:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: [PATCH] minor frv-tdep.c cleanups Message-Id: <20040315113436.041ccd4c@saguaro> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03.o/txt/msg00319.txt I've committed the patch below... * frv-tdep.c (frv_call_dummy_words): Delete. (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''. Index: frv-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/frv-tdep.c,v retrieving revision 1.76 diff -u -p -r1.76 frv-tdep.c --- frv-tdep.c 13 Mar 2004 01:24:20 -0000 1.76 +++ frv-tdep.c 15 Mar 2004 18:29:10 -0000 @@ -48,9 +48,6 @@ static gdbarch_breakpoint_from_pc_ftype static gdbarch_adjust_breakpoint_address_ftype frv_gdbarch_adjust_breakpoint_address; static gdbarch_skip_prologue_ftype frv_skip_prologue; -static LONGEST frv_call_dummy_words[] = -{0}; - struct frv_unwind_cache /* was struct frame_extra_info */ { @@ -65,7 +62,6 @@ struct frv_unwind_cache /* was struct f struct trad_frame_saved_reg *saved_regs; }; - /* A structure describing a particular variant of the FRV. We allocate and initialize one of these structures when we create the gdbarch object for a variant. @@ -925,7 +921,6 @@ frv_frame_unwind_cache (struct frame_inf { struct gdbarch *gdbarch = get_frame_arch (next_frame); CORE_ADDR pc; - ULONGEST prev_sp; ULONGEST this_base; struct frv_unwind_cache *info; From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16359 invoked by alias); 15 Mar 2004 18:34:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16335 invoked from network); 15 Mar 2004 18:34:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Mar 2004 18:34:44 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2FIYg07006975 for ; Mon, 15 Mar 2004 13:34:42 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2FIYgS14491 for ; Mon, 15 Mar 2004 13:34:42 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2FIYfnU023985 for ; Mon, 15 Mar 2004 13:34:42 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2FIYacG017252 for ; Mon, 15 Mar 2004 11:34:36 -0700 Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: [PATCH] minor frv-tdep.c cleanups Message-ID: <20040315113436.041ccd4c@saguaro> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00319.txt.bz2 Message-ID: <20040319000900.lMR38tUIeQzVUI174SwIzv_DPrOV2PzjIKm0FMGHcm0@z> I've committed the patch below... * frv-tdep.c (frv_call_dummy_words): Delete. (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''. Index: frv-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/frv-tdep.c,v retrieving revision 1.76 diff -u -p -r1.76 frv-tdep.c --- frv-tdep.c 13 Mar 2004 01:24:20 -0000 1.76 +++ frv-tdep.c 15 Mar 2004 18:29:10 -0000 @@ -48,9 +48,6 @@ static gdbarch_breakpoint_from_pc_ftype static gdbarch_adjust_breakpoint_address_ftype frv_gdbarch_adjust_breakpoint_address; static gdbarch_skip_prologue_ftype frv_skip_prologue; -static LONGEST frv_call_dummy_words[] = -{0}; - struct frv_unwind_cache /* was struct frame_extra_info */ { @@ -65,7 +62,6 @@ struct frv_unwind_cache /* was struct f struct trad_frame_saved_reg *saved_regs; }; - /* A structure describing a particular variant of the FRV. We allocate and initialize one of these structures when we create the gdbarch object for a variant. @@ -925,7 +921,6 @@ frv_frame_unwind_cache (struct frame_inf { struct gdbarch *gdbarch = get_frame_arch (next_frame); CORE_ADDR pc; - ULONGEST prev_sp; ULONGEST this_base; struct frv_unwind_cache *info;