mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-1791: Added ARM Custom Datapath Extension
This commit is contained in:
parent
14615b508e
commit
f35073e033
11 changed files with 476 additions and 39 deletions
|
@ -129,6 +129,16 @@ PCodeTest({
|
|||
'proc_test': 'arm',
|
||||
})
|
||||
|
||||
PCodeTest({
|
||||
'name': 'ARM_v8m',
|
||||
'build_all': 1,
|
||||
'build_exe': 1,
|
||||
'qemu_command': 'qemu-arm -cpu cortex-m33',
|
||||
'toolchain': 'ARM/arm-eabi',
|
||||
'ccflags': '-mthumb -march=armv8-m.main -mfloat-abi=softfp -L %(toolchain_dir)s/lib/gcc/arm-eabi/%(gcc_version)s/thumb -lgcc',
|
||||
'language_id': 'ARM:LE:32:Cortexv8m',
|
||||
})
|
||||
|
||||
PCodeTest({
|
||||
'name': 'AARCH64',
|
||||
'build_all': 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue