From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2120) id 47ED03858CDB; Fri, 3 Mar 2023 13:59:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47ED03858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677851974; bh=sbz1g0nlPNGW9/EOkWMzxkq7gga2JnhblnTssZcQ73Y=; h=From:To:Subject:Date:From; b=j5MjP3TD2wetK++KaBqJEDmQM4u8pJSkomOHeGTjDdaCrOToQeSWpqH2ixT8aWrBQ PdfrJ3kYyBvazgErVJvZ9L65seWmftnQZhlUD0f6Urs17q4yMJQhoAodHxwzjnP/rd yrhhSEClHi/ar7ltttvZWi4VPt9SC6m+ZxHB6Opw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Anthony Green To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6446] moxie: enable LRA X-Act-Checkin: gcc X-Git-Author: Anthony Green X-Git-Refname: refs/heads/master X-Git-Oldrev: fe4f3bbe9a1ad3da9df7a4693e0b5ff64e974aa1 X-Git-Newrev: 1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd Message-Id: <20230303135934.47ED03858CDB@sourceware.org> Date: Fri, 3 Mar 2023 13:59:34 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd commit r13-6446-g1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd Author: Anthony Green Date: Fri Mar 3 08:57:26 2023 -0500 moxie: enable LRA Remove TARGET_LRA_P definition to enable LRA. gcc/ChangeLog: * config/moxie/moxie.cc (TARGET_LRA_P): Remove. Diff: --- gcc/config/moxie/moxie.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/moxie/moxie.cc b/gcc/config/moxie/moxie.cc index dcf87ef98a1..2132b6e48a3 100644 --- a/gcc/config/moxie/moxie.cc +++ b/gcc/config/moxie/moxie.cc @@ -616,9 +616,6 @@ moxie_legitimate_address_p (machine_mode mode ATTRIBUTE_UNUSED, #undef TARGET_FUNCTION_ARG_ADVANCE #define TARGET_FUNCTION_ARG_ADVANCE moxie_function_arg_advance -#undef TARGET_LRA_P -#define TARGET_LRA_P hook_bool_void_false - #undef TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P #define TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P moxie_legitimate_address_p