]> Cypherpunks repositories - gostls13.git/commitdiff
all: fix unavailable url
authorcui fliter <imcusg@gmail.com>
Wed, 24 May 2023 02:45:15 +0000 (10:45 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 24 May 2023 15:02:49 +0000 (15:02 +0000)
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 <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>

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

index cb53a605d7175947c9491243467800c83d540ccd..6b5c0cbe5a3a71306c53862a0ece3da4fe193918 100644 (file)
@@ -119,7 +119,7 @@ func elfreloc1(ctxt *ld.Link, out *ld.OutBuf, ldr *loader.Loader, s loader.Sym,
                // HI20 PC-relative relocation text symbol, which in turn points to the
                // given symbol. For further details see the ELF specification for RISC-V:
                //
-               //   https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md#pc-relative-symbol-addresses
+               //   https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#pc-relative-symbol-addresses
                //
                var hiRel, loRel elf.R_RISCV
                switch r.Type {
index db84c7710fe82499816e9343c3373e86707dd006..c982c684ba7b91d167a2d2bb4c13c9c8c2130700 100644 (file)
@@ -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.md)
+ * "RISC-V ELF psABI specification" (https://github.com/riscv/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.