xtensa: intel_s1000: turn on XTENSA_ASM2

This adds the necessary bits to support ASM2 with XCC
for Intel S1000 SoC. With ASM2 enabled, xcc is now
required to build for Intel S1000 SoC.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2018-10-19 09:22:47 -07:00 committed by Anas Nashif
commit c229126f55
4 changed files with 270 additions and 0 deletions

View file

@ -315,6 +315,7 @@ SECTIONS
_text_start = ABSOLUTE(.);
*(.entry.text)
*(.init.literal)
*(.iram0.text)
KEEP(*(.init))
*(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
*(.fini.literal)