public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6446] moxie: enable LRA
@ 2023-03-03 13:59 Anthony Green
  0 siblings, 0 replies; only message in thread
From: Anthony Green @ 2023-03-03 13:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd

commit r13-6446-g1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd
Author: Anthony Green <green@moxielogic.com>
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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-03 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 13:59 [gcc r13-6446] moxie: enable LRA Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).