From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30078 invoked by alias); 26 Jul 2003 22:56:32 -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 28971 invoked from network); 26 Jul 2003 22:55:44 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 26 Jul 2003 22:55:44 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BF4262B7F; Sat, 26 Jul 2003 18:55:28 -0400 (EDT) Message-ID: <3F2306E0.5040306@redhat.com> Date: Sat, 26 Jul 2003 22:56: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: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] Update m68hc11 init to set correct arch methods References: <3F230381.7020704@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00468.txt.bz2 > Just FYI, turned up by gdb_mbuild.sh. > > committed, And 6.0 branch. > 2003-07-26 Andrew Cagney > > * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated > store_return_value and extract_struct_value_address. > Andrew