From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20033 invoked by alias); 19 Aug 2002 17:18:14 -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 20022 invoked from network); 19 Aug 2002 17:18:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Aug 2002 17:18:13 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7JH42l18391 for ; Mon, 19 Aug 2002 13:04:02 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7JHI9u22878; Mon, 19 Aug 2002 13:18:09 -0400 Received: from romulus.sfbay.redhat.com (IDENT:olE0HV+jlC1gFNeOZc0LxWn+7+n6nIuV@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7JHI7e05706; Mon, 19 Aug 2002 10:18:07 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7JHI5o20843; Mon, 19 Aug 2002 10:18:05 -0700 Date: Mon, 19 Aug 2002 10:18:00 -0000 From: Kevin Buettner Message-Id: <1020819171805.ZM20842@localhost.localdomain> In-Reply-To: Elena Zannoni "[RFA] rs6000-tdep.c: Remove TDEP macro" (Aug 18, 1:54pm) References: <15711.57174.599572.257610@localhost.redhat.com> To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] rs6000-tdep.c: Remove TDEP macro MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00551.txt.bz2 On Aug 18, 1:54pm, Elena Zannoni wrote: > This one is pretty obvious. This macro has been on my list of things > to cleanup for a while, so here it goes. > > Elena > > 2002-08-18 Elena Zannoni > > * rs6000-tdep.c (TDEP): Delete macro. > (branch_dest): Replace use of TDEP macro with its body. > (rs6000_pop_frame): Ditto. > (rs6000_push_arguments): Ditto. > (rs6000_skip_trampoline_code): Ditto. > (rs6000_frame_saved_pc): Ditto. > (rs6000_frame_chain): Ditto. > (rs6000_register_name): Ditto. > (rs6000_register_byte): Ditto. > (rs6000_register_raw_size): Ditto. > (rs6000_register_virtual_type): Ditto. > (rs6000_register_convertible): Ditto. > (rs6000_convert_from_func_ptr_addr): Ditto. Okay. Kevin