mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
Update Ghidra HEAD to commit a2d77cbbb (#405)
Bump Ghidra HEAD commit a2d77cbbb Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/Doxyfile M Ghidra/Features/Decompiler/src/decompile/cpp/context.cc M Ghidra/Features/Decompiler/src/decompile/cpp/context.hh M Ghidra/Features/Decompiler/src/decompile/cpp/error.hh M Ghidra/Features/Decompiler/src/decompile/cpp/inject_sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.hh M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.cc M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.hh M Ghidra/Processors/PowerPC/data/languages/ppc_isa.sinc ``` Commit details: ``` [Commit 1/3] Hash: e5ee5ed77359266c5c84d54ce8ed4ae20d69b2a8 Date: 2026-03-09 21:34:46 +0000 Message: GP-6545 Switch to using deque for PcodeCacher::issued Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/error.hh M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.hh [Commit 2/3] Hash: 5328fa2c6dbfbba7cc95f232f3a9635d9bd8abcb Date: 2026-03-06 23:37:48 +0000 Message: GP-6554 Refactor ConstructState allocation in ParserContext Files changed: M Ghidra/Features/Decompiler/src/decompile/cpp/Doxyfile M Ghidra/Features/Decompiler/src/decompile/cpp/context.cc M Ghidra/Features/Decompiler/src/decompile/cpp/context.hh M Ghidra/Features/Decompiler/src/decompile/cpp/inject_sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.cc M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh.hh M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.cc M Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.hh [Commit 3/3] Hash: be9b45ce9e3e7e7b3123a5be18b25a521d745152 Date: 2026-03-08 19:28:21 +0000 Message: PowerPC: s/DataCaseBlockSetToZero/DataCacheBlockSetToZero/ Details: This is pretty obvious typo, the actual name of the operation is "data cache block set to zero". Signed-off-by: Mate Kukri <km@mkukri.xyz> Files changed: M Ghidra/Processors/PowerPC/data/languages/ppc_isa.sinc ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1360014bf3
commit
ddb507d83e
@@ -53,7 +53,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
|
||||
# TODO: CMake only likes numeric characters in the version string....
|
||||
set(ghidra_head_version "12.2")
|
||||
set(ghidra_version "${ghidra_head_version}")
|
||||
set(ghidra_head_git_tag "8e0fc9bc643a924f90b1e5597f3315bf833f7777")
|
||||
set(ghidra_head_git_tag "a2d77cbbbeb1838a740e13bc89e276b4b556a105")
|
||||
set(ghidra_git_tag "${ghidra_head_git_tag}")
|
||||
set(ghidra_shallow FALSE)
|
||||
set(ghidra_patches
|
||||
|
||||
Reference in New Issue
Block a user