mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Add Tensilica Xtensa processor support
This commit is contained in:
parent
ee64b89314
commit
245627846e
17 changed files with 2425 additions and 0 deletions
|
@ -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',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue