diff options
| author | cui fliter <imcusg@gmail.com> | 2023-12-14 16:40:35 +0800 |
|---|---|---|
| committer | Daniel Martà <mvdan@mvdan.cc> | 2023-12-30 00:24:56 +0000 |
| commit | b25f5558c69140deb652337afaab5c1186cd0ff1 (patch) | |
| tree | 4dfa90d8d511a35ff6c51123a8ea95038a14f17f /src/debug | |
| parent | 3233542e8514f641883119e6afa3ae1256b7642b (diff) | |
| download | go-b25f5558c69140deb652337afaab5c1186cd0ff1.tar.xz | |
all: replace outdated links
Change-Id: I7156e7858e8f06459818e03729c644d64e04d43c
Reviewed-on: https://go-review.googlesource.com/c/go/+/549356
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/elf/elf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/elf/elf.go b/src/debug/elf/elf.go index 534cfa9127..e78367750f 100644 --- a/src/debug/elf/elf.go +++ b/src/debug/elf/elf.go @@ -13,7 +13,7 @@ * $FreeBSD: src/sys/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $ * "System V ABI" (http://www.sco.com/developers/gabi/latest/ch4.eheader.html) * "ELF for the ARM® 64-bit Architecture (AArch64)" (ARM IHI 0056B) - * "RISC-V ELF psABI specification" (https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc) + * "RISC-V ELF psABI specification" (https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc) * llvm/BinaryFormat/ELF.h - ELF constants and structures * * Copyright (c) 1996-1998 John D. Polstra. All rights reserved. |
