mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Enable use of --text-section-literals in Xtensa port (#485)
Patch submitted by customer on forums here: https://forums.freertos.org/t/cannot-compile-xtensa-port-assembly-with-text-section-literals/14838
This commit is contained in:
parent
40c37bd3ab
commit
b00250372e
2 changed files with 16 additions and 0 deletions
|
@ -62,6 +62,7 @@ NOERROR: .error "C preprocessor needed for this file: make sure its filename\
|
|||
#endif
|
||||
|
||||
.text
|
||||
.literal_position
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue