From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 3717 invoked from network); 19 Mar 2004 00:10:00 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 19 Mar 2004 00:10:00 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CEC4D2B9D; Thu, 18 Mar 2004 14:58:33 -0500 (EST) Message-ID: <4059FF69.8090001@gnu.org> Date: Fri, 19 Mar 2004 00:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Deprecate IN_SIGTRAMP References: <40575666.1060308@gnu.org> In-Reply-To: <40575666.1060308@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00441.txt.bz2 > IN_SIGTRAMP is a macro (it never even made it into the architecture vector) that was made obsolete by PC_IN_SIGTRAMP (which in turn was made obsolete by signal trampoline frame sniffers). > > This patch deprecates the IN_SIGTRAMP macro. I'll look to commit in a few days. I've checked this in. Andrew > 2004-03-16 Andrew Cagney > > * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with > DEPRECATED_IN_SIGTRAMP. > * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto. > * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto. > * arch-utils.c (legacy_pc_in_sigtramp): Ditto. > * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.