Preliminary SuperH support (#186)

* Preliminary SuperH support

* fixes

* clippy

* clippy
This commit is contained in:
sozud
2025-04-17 13:20:30 -07:00
committed by GitHub
parent b40fae5140
commit 644d4762f0
5 changed files with 2026 additions and 3 deletions

12
Cargo.lock generated
View File

@@ -475,7 +475,7 @@ dependencies = [
"cfg-if",
"libc",
"miniz_oxide",
"object",
"object 0.36.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle",
"windows-targets 0.52.6",
]
@@ -3353,7 +3353,7 @@ dependencies = [
"notify-debouncer-full",
"num-traits",
"objdiff-core",
"object",
"object 0.36.7 (git+https://github.com/gimli-rs/object?rev=a74579249e21ab8fcd3a86be588de336f18297cb)",
"pbjson",
"pbjson-build",
"ppc750cl",
@@ -3440,6 +3440,14 @@ dependencies = [
"memchr",
]
[[package]]
name = "object"
version = "0.36.7"
source = "git+https://github.com/gimli-rs/object?rev=a74579249e21ab8fcd3a86be588de336f18297cb#a74579249e21ab8fcd3a86be588de336f18297cb"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.3"