diff options
| author | cui fliter <imcusg@gmail.com> | 2023-09-30 10:26:04 +0800 |
|---|---|---|
| committer | cui fliter <imcusg@gmail.com> | 2023-09-30 10:26:04 +0800 |
| commit | 6ef3fd713862c0deecc4a62390be6cf26866673f (patch) | |
| tree | 5647ff2f1bc75f538435851ddbfc983a1ef960f0 /library/std/src/sys | |
| parent | a6dfd89fa76e5dda36d07463d0e54268d6240b49 (diff) | |
| download | rust-6ef3fd713862c0deecc4a62390be6cf26866673f.tar.gz rust-6ef3fd713862c0deecc4a62390be6cf26866673f.zip | |
Fix broken links
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'library/std/src/sys')
| -rw-r--r-- | library/std/src/sys/personality/gcc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/personality/gcc.rs b/library/std/src/sys/personality/gcc.rs index e477a0cd7ab..559d2c7db47 100644 --- a/library/std/src/sys/personality/gcc.rs +++ b/library/std/src/sys/personality/gcc.rs @@ -95,7 +95,7 @@ const UNWIND_DATA_REG: (i32, i32) = (4, 5); // a0, a1 cfg_if::cfg_if! { if #[cfg(all(target_arch = "arm", not(target_os = "ios"), not(target_os = "tvos"), not(target_os = "watchos"), not(target_os = "netbsd")))] { // ARM EHABI personality routine. - // https://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf + // https://web.archive.org/web/20190728160938/https://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf // // iOS uses the default routine instead since it uses SjLj unwinding. #[lang = "eh_personality"] |
