From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11635 invoked by alias); 14 Aug 2014 11:04:14 -0000 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 Received: (qmail 11568 invoked by uid 89); 14 Aug 2014 11:04:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: youngberry.canonical.com Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 14 Aug 2014 11:04:08 +0000 Received: from dslb-088-073-071-042.088.073.pools.vodafone-ip.de ([88.73.71.42] helo=[192.168.42.220]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XHsp9-0001FO-NR; Thu, 14 Aug 2014 11:04:03 +0000 Message-ID: <53EC978A.1050300@ubuntu.com> Date: Thu, 14 Aug 2014 11:04:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Ulrich Drepper , binutils@sourceware.org, amodra@gmail.com Subject: Re: [PATCH] stateful handling of input flags, take 2 References: <87sil6u72y.fsf@x240.local.i-did-not-set--mail-host-address--so-tickle-me> In-Reply-To: <87sil6u72y.fsf@x240.local.i-did-not-set--mail-host-address--so-tickle-me> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00115.txt.bz2 Am 08.08.2014 um 21:14 schrieb Ulrich Drepper: > Alan suggested to add one pair of push/pop options to handle the state > of the options responsible for input file handling instead of adding an > individual option for some of the options. > > I've implemented this in the patch below. Minimal amount of new code, > documentation included. OK to apply? thanks for this. Would it be possible to implement this for gold as well? Matthias