From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9707 invoked by alias); 11 Jun 2003 13:13:04 -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 9606 invoked from network); 11 Jun 2003 13:13:03 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 11 Jun 2003 13:13:03 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0DB322B63; Wed, 11 Jun 2003 09:12:58 -0400 (EDT) Message-ID: <3EE72AD9.4090609@redhat.com> Date: Wed, 11 Jun 2003 13:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: always_use_struct_convention References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00360.txt.bz2 > This is almost obvious... > > 2003-06-11 Jim Blandy > > * arch-utils.c (always_use_struct_convention): New function. > * arch-utils.h (always_use_struct_convention): New prototype. > * alpha-tdep.c (alpha_use_struct_convention): Delete. > (alpha_gdbarch_init): Register always_use_struct_convention, > instead of alpha_use_struct_convention. > * cris-tdep.c (cris_use_struct_convention): Delete. > (cris_gdbarch_init): Register always_use_struct_convention, > instead of cris_use_struct_convention. > * frv-tdep.c (frv_use_struct_convention): Delete. > (frv_gdbarch_init): Register always_use_struct_convention, > instead of frv_use_struct_convention. > * h8300-tdep.c (h8300_use_struct_convention): Delete. > (h8300_gdbarch_init): Register always_use_struct_convention, > instead of h8300_use_struct_convention. > * mips_o32-tdep.c (mips_o32_use_struct_convention): Delete. > (mips_o32_gdbarch_init): Register always_use_struct_convention, > instead of mips_o32_use_struct_convention. No, it is obvious :-) Nice catch. Andrew