From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31924 invoked by alias); 23 Jul 2004 00:59: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 31915 invoked from network); 23 Jul 2004 00:59:13 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 23 Jul 2004 00:59:13 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6N0xAPL000843; Fri, 23 Jul 2004 02:59:10 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6N0x9AA004352; Fri, 23 Jul 2004 02:59:09 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i6N0x90x004349; Fri, 23 Jul 2004 02:59:09 +0200 (CEST) Date: Fri, 23 Jul 2004 00:59:00 -0000 Message-Id: <200407230059.i6N0x90x004349@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <40FE7D11.6050001@gnu.org> (message from Andrew Cagney on Wed, 21 Jul 2004 10:26:25 -0400) Subject: Re: [commit] Deprecate MIPS only IGNORE_HELPER_CALL References: <40FE7D11.6050001@gnu.org> X-SW-Source: 2004-07/txt/msg00318.txt.bz2 Date: Wed, 21 Jul 2004 10:26:25 -0400 From: Andrew Cagney FYI, this MIPS only macro won't be added to the architecture vector. Deprecating it makes that clear. Andrew 2004-07-21 Andrew Cagney * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate. * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update. * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro. (handle_inferior_event): Wrap call to deprecated IGNORE_HELPER_CALL in #ifdef. * config/mips/tm-nbsd.h: Update. Andrew, this breaks OpenBSD/sparc64. Please look at the patch again. You've #ifdef'd out code that's used on other targets than MIPS. Can you please revert the patch, or fix it properly? Mark