esp-15.0.0-20221201
Changes (since esp-15.0.0-20221014):
Features:
- [Xtensa] Add LLD linker support.
- [Xtensa] Add support for
-mtext-section-literals
option. See description of the same option in GNU assembler. - [Xtensa] Add support of the
-mcmodel=large
option. Currently it just enables-mtext-section-literals
. - Removed dependency on
terminfo
library. Previous release for Linux systems had a dependency onlibtinfo5
which is pretty old version. - Added
nano
versions oflibc
,libm
andlibg
to toolchain.
Bug Fixes:
- [Xtensa] Fixed lowering funnel shift left. Previous implementation generated incorrect Xtensa instruction sequence.
- [Xtensa] Made it possible to use
-fuse-ld
when GCC toolchain is detected. Previosuly toolchain always used GNU xtensa linker.