xtensa: gcc: enable section anchors support

gcc/
	* config/xtensa/xtensa.cc (TARGET_MAX_ANCHOR_OFFSET): New
	definition.
This commit is contained in:
Max Filippov 2022-09-16 20:56:39 -07:00
parent 0bf60f68ed
commit 66d20d8816

View file

@ -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;