Skip to content

Commit 1b59a54

Browse files
authored
Rollup merge of rust-lang#116282 - rustaceanclub:master, r=davidtwco
Fix broken links The previous address is no longer available, replace it with the latest available one.
2 parents 62baec1 + 6b49335 commit 1b59a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/personality/gcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const UNWIND_DATA_REG: (i32, i32) = (4, 5); // a0, a1
9595
cfg_if::cfg_if! {
9696
if #[cfg(all(target_arch = "arm", not(target_os = "ios"), not(target_os = "tvos"), not(target_os = "watchos"), not(target_os = "netbsd")))] {
9797
// ARM EHABI personality routine.
98-
// https://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf
98+
// https://web.archive.org/web/20190728160938/https://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf
9999
//
100100
// iOS uses the default routine instead since it uses SjLj unwinding.
101101
#[lang = "eh_personality"]

0 commit comments

Comments
 (0)