From patchwork Mon Jan 28 23:14:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 216392 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]) by ozlabs.org (Postfix) with SMTP id 5E02F2C0098 for ; Tue, 29 Jan 2013 10:14:45 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1360019687; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Date:Message-ID:Subject:From:To:Cc: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=OH7ho5K iyn0a9NupDtfOXhycYXE=; b=VyaevunBA1oOVF0xKcKdNdbHdS3QG7cI9w+e+Bm E0MI24c/cw58x0FIwq4lxBiZOQkLZvKxZeTB/L5CHbMxppoJ+Xveu3nndfJ1O49U OJkjSxcdm+YbBrHm5hSTx/9ZuG+cVtXN3IvM+7a9FitiysQ0lWI+1kiVFRiFuyI7 euYA= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:MIME-Version:X-Received:Received:Date:Message-ID:Subject:From:To:Cc:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=TGKbTTpx28prQaTNGAN359Ln/+2WZWPfMmkfGnI6doyPsOPW4ihfAbclVkQeB3 XMuFSuDvHmayQWzvpmhxFP2e9LQiCt6oBInEOC0bioVtbggIbLQeuznw52GuuJCy 8yUk1t/zc5qSs1gTiIQp+FMYWfkEFVpvmc29LBsNYmAp8=; Received: (qmail 11927 invoked by alias); 28 Jan 2013 23:14:35 -0000 Received: (qmail 11917 invoked by uid 22791); 28 Jan 2013 23:14:34 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_ZJ X-Spam-Check-By: sourceware.org Received: from mail-oa0-f42.google.com (HELO mail-oa0-f42.google.com) (209.85.219.42) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Jan 2013 23:14:28 +0000 Received: by mail-oa0-f42.google.com with SMTP id j1so3430128oag.29 for ; Mon, 28 Jan 2013 15:14:28 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.216.65 with SMTP id oo1mr307072obc.95.1359414867908; Mon, 28 Jan 2013 15:14:27 -0800 (PST) Received: by 10.182.49.68 with HTTP; Mon, 28 Jan 2013 15:14:27 -0800 (PST) Date: Tue, 29 Jan 2013 00:14:27 +0100 Message-ID: Subject: [4.9 PATCH, alpha]: Switch alpha to LRA From: Uros Bizjak To: gcc-patches@gcc.gnu.org Cc: Richard Henderson , Vladimir Makarov 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 Hello! 2013-01-28 Uros Bizjak * config/alpha/alpha.c (TARGET_LRA_P): New define. Bootstrapped and regression tested [1] on alphaev68-unknown-linux-gnu. OK for 4.9? [1] http://gcc.gnu.org/ml/gcc-testresults/2013-01/msg02998.html Uros. Index: config/alpha/alpha.c =================================================================== --- config/alpha/alpha.c (revision 195502) +++ config/alpha/alpha.c (working copy) @@ -9872,6 +9872,9 @@ #undef TARGET_LEGITIMATE_ADDRESS_P #define TARGET_LEGITIMATE_ADDRESS_P alpha_legitimate_address_p +#undef TARGET_LRA_P +#define TARGET_LRA_P hook_bool_void_true + #undef TARGET_CONDITIONAL_REGISTER_USAGE #define TARGET_CONDITIONAL_REGISTER_USAGE alpha_conditional_register_usage