diff --git a/src/ld_so/dso.rs b/src/ld_so/dso.rs index 98d4a0b658..234359da99 100644 --- a/src/ld_so/dso.rs +++ b/src/ld_so/dso.rs @@ -998,7 +998,7 @@ impl DSO { if self.dlopened { #[cfg(not(any(target_arch = "x86_64", target_arch = "aarch64")))] { - unimplemented!("`TLSDESC` relocations are not yet implemented for riscv64 and x86"); + unimplemented!("`TLSDESC` relocations are not yet implemented for this target"); } let mut tls_index = crate::header::dl_tls::dl_tls_index {