From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15907 invoked by alias); 19 Aug 2002 17:59:19 -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 15898 invoked from network); 19 Aug 2002 17:59:19 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 19 Aug 2002 17:59:19 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 6257D10CC3; Mon, 19 Aug 2002 13:57:26 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15713.12677.799915.89303@localhost.redhat.com> Date: Mon, 19 Aug 2002 10:59:00 -0000 To: Kevin Buettner Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] rs6000-tdep.c: Remove TDEP macro In-Reply-To: <1020819171805.ZM20842@localhost.localdomain> References: <15711.57174.599572.257610@localhost.redhat.com> <1020819171805.ZM20842@localhost.localdomain> X-SW-Source: 2002-08/txt/msg00552.txt.bz2 Kevin Buettner writes: > 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 Thanks, committed. Elena