From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27259 invoked by alias); 19 Oct 2014 14:14:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 27159 invoked by uid 89); 19 Oct 2014 14:14:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 19 Oct 2014 14:13:59 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id s9JEDfjc022397; Sun, 19 Oct 2014 09:13:42 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id s9JEDemC022389; Sun, 19 Oct 2014 09:13:40 -0500 Date: Sun, 19 Oct 2014 14:46:00 -0000 From: Segher Boessenkool To: John David Anglin Cc: GCC Patches Subject: Re: [committed] Remove hppa -mjump-in-delay option Message-ID: <20141019141339.GA18060@gate.crashing.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg01851.txt.bz2 On Sat, Oct 18, 2014 at 12:04:36PM -0400, John David Anglin wrote: > The attached change removes support for the hppa -mjump-in-delay > option. You can set it to "Ignored" in pa.opt now? And remove the mask? Segher