Add Tensilica Xtensa processor support

This commit is contained in:
Sebastian Schmidt 2020-01-03 16:14:17 +01:00 committed by ghidra1
parent ee64b89314
commit 245627846e
17 changed files with 2425 additions and 0 deletions

View file

@ -663,3 +663,12 @@ PCodeTest({
'has_double': 0,
'has_longlong': 0,
})
PCodeTest({
'name': 'Xtensa',
'build_all': 1,
'build_exe': 1,
'toolchain': 'Xtensa/xtensa-lx106-elf',
'language_id': 'Xtensa:LE:32:default',
'ccflags': '-L %(toolchain_dir)s/lib/gcc/xtensa-lx106-elf/%(gcc_version)s -lgcc',
})