From patchwork Wed Mar 2 20:18:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?TWFudWVsIEzDs3Blei1JYsOhw7Fleg==?= X-Patchwork-Id: 591114 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 6DF7714159C for ; Thu, 3 Mar 2016 07:19:31 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=hVcjriBN; dkim-atps=neutral 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:from:date:message-id:subject:to:content-type; q= dns; s=default; b=QoOXBw1cBhm4ekir1CI1eJlOqjkIT5KdUSGtSBt05FZjoc Hm4IiyRc9kcrFa5EWQFeBP3lPHsYSBaxP3t/gU4uk9x2h66mLAgQZVkk+gPgSu5N KBhlKr3CHsUW6gv5TC38rOENMSpYurDJDoBpFYt7KrHjTf9fPECjyoTERxbKw= 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:from:date:message-id:subject:to:content-type; s= default; bh=WECbjV5T7NRl4Jcym7izK8K+Fic=; b=hVcjriBNegMgzajAvOUx i0vGJqaVC4GsKQ+fysSciv9szoYYHfRNHZ6dIIiaWWqrPERzrvwca3p8bOg6IJy6 FbfEvLBFVkDOeVjMzY6lg1/4Tv5k34UPvOX5Ly5KO+6oApjSuC/5fAGGxVJ4XjVk OEaLmUH0TFgH+RgsO/WE2n0= Received: (qmail 97552 invoked by alias); 2 Mar 2016 20:19:24 -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 97531 invoked by uid 89); 2 Mar 2016 20:19:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 spammy=gcc-help X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Mar 2016 20:19:22 +0000 Received: by mail-wm0-f50.google.com with SMTP id l68so102709996wml.0 for ; Wed, 02 Mar 2016 12:19:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QtgBOfuFJOYEOy9avr8onYp32Pm9LrBn7S/egvVeOIg=; b=M56p0+QlHRz86Hkdf94g1TIRLVfkNaS2HN8ADxL8pmjP2GCa2frCvA0b+930YQV/6F fPKYXPeXuhoLzQDNBWXF8yWg3AjEa6Nt/5pw49TUqZsaAwsqulxpd+zl4F7oJreMTZkL jKtEiB8ZrCFy4UXcw7qg6zNgiO7HI2zw/1YR6TBGOBjjB1xBABsQ6fR0QXjstsInUtYj yWRX++ySARhhRC9YfqgX+UQubsBRvo2oqRQn7VEjO7V++/gfxDFzZ0SKFgkdopGJ5b+h WWXF3Ylh1IpnpZNkNJSwVXKvEg1TYa2WRXAmBxeBs1NTuCE8yLww744JyREhcSha7GoV qClw== X-Gm-Message-State: AD7BkJIJf1ki5/02iK89UKipspDZWKHjwlA8UkRdTR6ZWddkLP8TR5E0tayrFdyxtDCqmXRnToDHqOmW/xsftQ== X-Received: by 10.194.173.232 with SMTP id bn8mr13083704wjc.32.1456949959639; Wed, 02 Mar 2016 12:19:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.105.1 with HTTP; Wed, 2 Mar 2016 12:18:39 -0800 (PST) From: =?UTF-8?B?TWFudWVsIEzDs3Blei1JYsOhw7Fleg==?= Date: Wed, 2 Mar 2016 20:18:39 +0000 Message-ID: Subject: [PATCH] Specify that new ports should use LRA To: Gcc Patch List , Jeff Law Pre-approved by Jeff here: https://gcc.gnu.org/ml/gcc-help/2016-03/msg00006.html Committed as revision 233914. Index: ChangeLog =================================================================== --- ChangeLog (revision 233913) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2016-03-02 Manuel Lopez-Ibanez + + * target.def(lra_p): Specify that new ports should use LRA. + 2016-03-02 Jakub Jelinek PR libgomp/69555 Index: target.def =================================================================== --- target.def (revision 233910) +++ target.def (working copy) @@ -4884,9 +4884,9 @@ DEFHOOK (lra_p, "A target hook which returns true if we use LRA instead of reload pass.\ - It means that LRA was ported to the target.\ \ - The default version of this target hook returns always false.", + The default version of this target hook returns always false, but new\ + ports should use LRA.", bool, (void), default_lra_p)