Skip to content

Commit 8c30460

Browse files
cuishuanggopherbot
authored andcommitted
all: fix unavailable url
RISC-V modified the address of github and the suffix of the file. The previous link is no longer accessible. use latest link. Change-Id: I5e33ea8447a59b8183658248df05c79ddd380cba Reviewed-on: https://go-review.googlesource.com/c/go/+/497378 Auto-Submit: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: shuang cui <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
1 parent d9fd19a commit 8c30460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/link/internal/riscv64/asm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func elfreloc1(ctxt *ld.Link, out *ld.OutBuf, ldr *loader.Loader, s loader.Sym,
119119
// HI20 PC-relative relocation text symbol, which in turn points to the
120120
// given symbol. For further details see the ELF specification for RISC-V:
121121
//
122-
// https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md#pc-relative-symbol-addresses
122+
// https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#pc-relative-symbol-addresses
123123
//
124124
var hiRel, loRel elf.R_RISCV
125125
switch r.Type {

src/debug/elf/elf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* $FreeBSD: src/sys/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $
1414
* "System V ABI" (http://www.sco.com/developers/gabi/latest/ch4.eheader.html)
1515
* "ELF for the ARM® 64-bit Architecture (AArch64)" (ARM IHI 0056B)
16-
* "RISC-V ELF psABI specification" (https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md)
16+
* "RISC-V ELF psABI specification" (https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc)
1717
* llvm/BinaryFormat/ELF.h - ELF constants and structures
1818
*
1919
* Copyright (c) 1996-1998 John D. Polstra. All rights reserved.

0 commit comments

Comments
 (0)