Skip to content

esp-15.0.0-20221201

Compare
Choose a tag to compare
@gerekon gerekon released this 05 Dec 18:25
· 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-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 on libtinfo5 which is pretty old version.
  • Added nano versions of libc, libm and libg 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.