Skip to content

Commit 02d581e

Browse files
limeidangopherbot
authored andcommitted
cmd/link/internal/loong64: correct the glibc dynamic linker path.
Ref: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html#_program_interpreter_path Change-Id: Ic2598110cc091362cb09f877b6b86433cacf32c6 Reviewed-on: https://go-review.googlesource.com/c/go/+/526535 Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: abner chenc <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent 65f245a commit 02d581e

File tree

1 file changed

+1
-1
lines changed
  • src/cmd/link/internal/loong64

1 file changed

+1
-1
lines changed

src/cmd/link/internal/loong64/obj.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func Init() (*sys.Arch, ld.Arch) {
2929
Gentext: gentext,
3030

3131
ELF: ld.ELFArch{
32-
Linuxdynld: "/lib64/ld.so.1",
32+
Linuxdynld: "/lib64/ld-linux-loongarch-lp64d.so.1",
3333
LinuxdynldMusl: "/lib64/ld-musl-loongarch.so.1",
3434
Freebsddynld: "XXX",
3535
Openbsddynld: "XXX",

0 commit comments

Comments
 (0)