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:
Archit Gupta 2022-04-11 15:07:08 -07:00 committed by GitHub
parent 40c37bd3ab
commit b00250372e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -62,6 +62,7 @@ NOERROR: .error "C preprocessor needed for this file: make sure its filename\
#endif
.text
.literal_position
/*******************************************************************************