missed some

This commit is contained in:
auronandace
2026-02-10 17:30:29 +00:00
parent 932defff20
commit 8307ba25b3
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
//! * <https://refspecs.linuxfoundation.org/elf/elf.pdf>
//! * <https://www.akkadia.org/drepper/dsohowto.pdf>
#[allow(unused_imports)]
// i586, riscv64gc: tcb::Tcb, mem::offset_of
use object::{
NativeEndian, Object, StringTable, SymbolIndex, elf,
read::elf::{
+2
View File
@@ -1,3 +1,5 @@
#[allow(unused_imports)]
// i586 unused: object::NativeEndian, read::elf::Rela, ld_so::dso::resolve_sym, types::c_uint, dso::Rela, Sym
use alloc::{
collections::BTreeMap,
rc::Rc,
+3 -1
View File
@@ -4,9 +4,11 @@
//! we are NOT going to bend our API for the sake of
//! compatibility. So, this module will be a hellhole.
#[allow(unused_imports)]
// i586, riscv64gc, aarch64: PalSignal, signal, sys_ptrace, core::mem, syscall, Pal, io::prelude
use super::super::{ERRNO, Pal, PalPtrace, PalSignal, Sys, types::*};
#[cfg(target_arch = "aarch64")]
use crate::header::arch_aarch64_user::user_regs_struct;
use crate::header::arch_aarch64_user::user_regs_struct; // unused
#[cfg(target_arch = "x86_64")]
use crate::header::arch_x64_user::user_regs_struct;
use crate::{