public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2771] xtensa: gcc: enable section anchors support
@ 2022-09-22 10:54 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2022-09-22 10:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:66d20d881647e7dd177355a851d7839394ab8341

commit r13-2771-g66d20d881647e7dd177355a851d7839394ab8341
Author: Max Filippov <jcmvbkbc@gmail.com>
Date:   Fri Sep 16 20:56:39 2022 -0700

    xtensa: gcc: enable section anchors support
    
    gcc/
            * config/xtensa/xtensa.cc (TARGET_MAX_ANCHOR_OFFSET): New
            definition.

Diff:
---
 gcc/config/xtensa/xtensa.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/config/xtensa/xtensa.cc b/gcc/config/xtensa/xtensa.cc
index e5abd356a74..828c7642b7c 100644
--- a/gcc/config/xtensa/xtensa.cc
+++ b/gcc/config/xtensa/xtensa.cc
@@ -366,6 +366,9 @@ static rtx xtensa_delegitimize_address (rtx);
 #undef TARGET_ASM_OUTPUT_MI_THUNK
 #define TARGET_ASM_OUTPUT_MI_THUNK xtensa_output_mi_thunk
 
+#undef TARGET_MAX_ANCHOR_OFFSET
+#define TARGET_MAX_ANCHOR_OFFSET 1020
+
 struct gcc_target targetm = TARGET_INITIALIZER;

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

only message in thread, other threads:[~2022-09-22 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 10:54 [gcc r13-2771] xtensa: gcc: enable section anchors support Max Filippov

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).