esp-15.0.0-20221201
·
7 commits
to xtensa_release_15.x
since this release
Changes (since esp-15.0.0-20221014):
Features:
- [Xtensa] Add LLD linker support.
- [Xtensa] Add support for
-mtext-section-literalsoption. See description of the same option in GNU assembler. - [Xtensa] Add support of the
-mcmodel=largeoption. Currently it just enables-mtext-section-literals. - Removed dependency on
terminfolibrary. Previous release for Linux systems had a dependency onlibtinfo5which is pretty old version. - Added
nanoversions oflibc,libmandlibgto toolchain.
Bug Fixes:
- [Xtensa] Fixed lowering funnel shift left. Previous implementation generated incorrect Xtensa instruction sequence.
- [Xtensa] Made it possible to use
-fuse-ldwhen GCC toolchain is detected. Previosuly toolchain always used GNU xtensa linker.