From patchwork Fri Oct 24 18:27:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 402934 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id F302F1400B5 for ; Sat, 25 Oct 2014 05:28:13 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=TO6aGMpy+12pQSiuPf zS7OC3T98Fma2438aGKr8RrLYgrIls8gFW7CTam740aFevbRhI4HyM1hm5v/FY5O uP00eNTddXl7mcolVxVzWGnEgn83dl5L10RFEz0Y6MVmwhKwSNT7ygdFpiUOXwU/ bOyqZxgzypxdCXucgnH7q0DB8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=a+M0akW+VQbSbUPPUkla7ox4 Js4=; b=Mc1SZInIVPzM31V4gaVgCzZWyUg/0HTyJ5SjjJqT3XGfSR+nP7KIpTVF JycM5QB9Hf1ukd0qQnulwcC/1cB9WxiQF4SDopq5f9ftqtP+Ie3hL/EOr3aGE0FB 4rTr3P90HyhJx0lnlvCB3UqEkSCpo/lzPhWg/AtZio+tqJwL6w8= Received: (qmail 3605 invoked by alias); 24 Oct 2014 18:28:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 3596 invoked by uid 89); 24 Oct 2014 18:28:02 -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, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f46.google.com Received: from mail-yh0-f46.google.com (HELO mail-yh0-f46.google.com) (209.85.213.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 24 Oct 2014 18:28:01 +0000 Received: by mail-yh0-f46.google.com with SMTP id f10so1476791yha.19 for ; Fri, 24 Oct 2014 11:28:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YdeD1dj7zdfYfHJbQglPlx6W66TX8uiaMDDqR6sK02g=; b=Sc4pPGc+y9d3kuK/Kr3oV6UaWqBF3P2krUQRy4jk9OGb104rH3PSPrqMSfv7+ddIVW C6v7/7ayjFOGdF+FhONMd3K2LEY/EZ1fFvK0N1DikGyFcZt8NtQqPIlUARBTtwFh2XCG eq+5pg4A/m+ZY/TMLZjT7ieh+LduVrcrc8n5NQOKHppOgyIMrqYTIU4GlnqNMTKaukPC 8C50Efn4CfHmxqFbEUviTvioOlbuTCRjUUc0ot7lyFUtSLBocOyUJJ+zMqwJ0V0qhHvh tbqiHZ0TQ25Oqt+panTtQNBxKll8qcYZbWtP7x3RNY2SLvKlJLWyruLQBFM2HJlU2rSH ghmA== X-Gm-Message-State: ALoCoQl0gCzbwfPZhraao8kyN3tLPvErDvo3B0MRQK8Pyk9Sfv2r78thdOWwaEXAz9nXMsYD40s9 MIME-Version: 1.0 X-Received: by 10.170.92.85 with SMTP id j82mr8413862yka.120.1414175279869; Fri, 24 Oct 2014 11:27:59 -0700 (PDT) Received: by 10.170.233.132 with HTTP; Fri, 24 Oct 2014 11:27:59 -0700 (PDT) In-Reply-To: <87vbn91tvn.fsf@igel.home> References: <87vbn91tvn.fsf@igel.home> Date: Fri, 24 Oct 2014 11:27:59 -0700 Message-ID: Subject: Re: Patch committed: Don't define TARGET_HAS_F_SETLKW From: Ian Taylor To: Andreas Schwab Cc: gcc-patches@gcc.gnu.org On Fri, Oct 24, 2014 at 6:26 AM, Andreas Schwab wrote: > Ian Taylor writes: > >> 2014-10-23 Ian Lance Taylor >> >> * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define. > > s/define/undefine/ Thanks. Fixed. (Changes to ChangeLog files do not themselves require ChangeLog entries.) Ian Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (revision 216675) +++ gcc/ChangeLog (working copy) @@ -200,7 +200,7 @@ 2014-10-23 Ian Lance Taylor - * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define. + * config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't undefine. 2014-10-23 Jakub Jelinek