GP-1062 revisions made to combined PR 1407 and 5442 (includes merge

changes by ghidra1)
This commit is contained in:
ghidorahrex 2021-06-22 10:02:24 -04:00 committed by ghidra1
parent d8c578d99d
commit f55d6b0f3b
27 changed files with 2482 additions and 1697 deletions

View file

@ -20,7 +20,7 @@
PCodeTest.defaults.toolchain_root = '/local/ToolChains'
PCodeTest.defaults.build_root = '/local/build-pcodetest'
PCodeTest.defaults.gcc_version = '7.3.0'
PCodeTest.defaults.gcc_version = '9.2.0'
PCodeTest.defaults.skip_files = []
PCodeTest.defaults.export_root = os.getcwd() + '/../../../../../ghidra.bin/Ghidra/Test/TestResources/data/pcodetests/'
PCodeTest.defaults.pcodetest_src = os.getcwd() + '/c_src'