From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13950 invoked by alias); 6 May 2011 15:00:09 -0000 Received: (qmail 13940 invoked by uid 22791); 6 May 2011 15:00:08 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 May 2011 14:59:54 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id CCDCECB0225; Fri, 6 May 2011 16:59:53 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q3UP5uxE1J9t; Fri, 6 May 2011 16:59:50 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id CF0E7CB01F7; Fri, 6 May 2011 16:59:50 +0200 (CEST) Subject: Re: [Patch]: Remove dead-code in gas for vax-vms Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20110506144422.GN7018@bubble.grove.modra.org> Date: Fri, 06 May 2011 15:00:00 -0000 Cc: binutils Development Content-Transfer-Encoding: quoted-printable Message-Id: References: <94AAC5F0-E337-4A67-B5FE-34EBFDFF4101@adacore.com> <20110506144422.GN7018@bubble.grove.modra.org> To: Alan Modra X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00084.txt.bz2 On May 6, 2011, at 4:44 PM, Alan Modra wrote: > On Fri, May 06, 2011 at 04:10:59PM +0200, Tristan Gingold wrote: >> Hi, >>=20 >> there is some code between #ifdef OBJ_VMS/#endif in common gas code that= may have been used for vax-vms. >> But this platform is unsupported, so we may clean that up. >>=20 >> Ok for trunk ? >=20 > Yes, and no need to ask. Commit as obvious. Ok, committed.