mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
1cc9abad50
13 changed files with 506 additions and 41 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