From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27441 invoked by alias); 5 Mar 2002 19:21:44 -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 27304 invoked from network); 5 Mar 2002 19:21:35 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 5 Mar 2002 19:21:35 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom MMS-3 SMTP Relay (MMS v4.7)); Tue, 05 Mar 2002 11:21:29 -0800 X-Server-Uuid: 1e1caf3a-b686-11d4-a6a3-00508bfc9ae5 Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.2/8.12.2) with ESMTP id g25JLY1S011626; Tue, 5 Mar 2002 11:21:34 -0800 (PST) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id LAA24483; Tue, 5 Mar 2002 11:21:33 -0800 (PST) To: "Andrew Cagney" cc: gdb-patches@sources.redhat.com Subject: Re: [MIPS sim PATCH] Remove SIGNEXTEND. References: <3C851A0A.5060100@cygnus.com> From: cgd@broadcom.com Date: Tue, 05 Mar 2002 11:21:00 -0000 In-Reply-To: "Andrew Cagney"'s message of "Tue, 05 Mar 2002 14:18:34 -0500" Message-ID: X-Mailer: Gnus v5.7/Emacs 20.4 MIME-Version: 1.0 X-WSS-ID: 109BC533489279-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00054.txt.bz2 At Tue, 05 Mar 2002 14:18:34 -0500, Andrew Cagney wrote: > Even if it is technically a problem for me, that isn't a reason to not > pull the macro. I don't think it is reasonable for me to hold up a > cleanup like this because it breaks some un-released code. My thought was something more like: If you've got code that needs it, there's probably a chance that that code would be pushed back eventually... and so why delete it only to add it back N months from now. (Looking at some of my changes it might be hard to believe, but i prefer to avoid tweaking code back and forth. 8-) > Yes feel free to commit it. OK, thanks. chris