From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19949 invoked by alias); 9 Jan 2002 18:37:15 -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 19906 invoked from network); 9 Jan 2002 18:37:06 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 9 Jan 2002 18:37:06 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 1D2FC3CC5; Wed, 9 Jan 2002 13:37:06 -0500 (EST) Message-ID: <3C3C8DD1.30207@cygnus.com> Date: Wed, 09 Jan 2002 10:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com Subject: Re: Eliminate PARAMS from ARM files References: <200201091822.SAA17511@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00183.txt.bz2 > I think this should come under "obvious", but just in case: > > > Remove deprecated PARAMS from arm-specific files. > > Richard Earnshaw > > * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS. > * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise. > * config/arm/tm-nbsd.h (get_longjmp_target): Likewise. > It is, thanks for fixing it. http://sources.redhat.com/gdb/ari/#PARAMS Andrew