xtensa: gcc: enable section anchors support
gcc/ * config/xtensa/xtensa.cc (TARGET_MAX_ANCHOR_OFFSET): New definition.
This commit is contained in:
parent
0bf60f68ed
commit
66d20d8816
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue