From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125412 invoked by alias); 13 Jun 2017 12:54:15 -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 122745 invoked by uid 89); 13 Jun 2017 12:54:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 12:54:06 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 008541C0813; Tue, 13 Jun 2017 12:54:09 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, Segher Boessenkool Subject: [PATCH 7/9] rs6000: Remove FIXED_SCRATCH Date: Tue, 13 Jun 2017 12:54:00 -0000 Message-Id: <9828f2505d38efefd08095c11d9380bca47c3c60.1497353003.git.segher@kernel.crashing.org> In-Reply-To: References: In-Reply-To: References: X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00921.txt.bz2 2017-06-13 Segher Boessenkool * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete. --- gcc/config/rs6000/rs6000.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index edfa546..e8305aa 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1330,13 +1330,6 @@ enum data_align { align_abi, align_opt, align_both }; #define LOGICAL_OP_NON_SHORT_CIRCUIT 0 -/* A fixed register used at epilogue generation to address SPE registers - with negative offsets. The 64-bit load/store instructions on the SPE - only take positive offsets (and small ones at that), so we need to - reserve a register for consing up negative offsets. */ - -#define FIXED_SCRATCH 0 - /* Specify the registers used for certain standard purposes. The values of these macros are register numbers. */ -- 1.9.3