Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug/elf: unknown/missing relocation type R_MIPS_PC32 #61974

Closed
4a6f656c opened this issue Aug 12, 2023 · 2 comments
Closed

debug/elf: unknown/missing relocation type R_MIPS_PC32 #61974

4a6f656c opened this issue Aug 12, 2023 · 2 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Milestone

Comments

@4a6f656c
Copy link
Contributor

Neither debug/elf nor the mips linker know about R_MIPS_PC32, which is a 32 bit PC relative relocation.

These are produced by LLVM on mips64.

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Aug 12, 2023
@4a6f656c 4a6f656c self-assigned this Aug 12, 2023
@gopherbot
Copy link

Change https://go.dev/cl/469395 mentions this issue: debug/elf,cmd/link: add additional MIPS64 relocation type

@mknyszek mknyszek added this to the Go1.22 milestone Aug 16, 2023
@gopherbot
Copy link

Change https://go.dev/cl/548478 mentions this issue: doc/go1.22: document addtional constants in debug/elf package

gopherbot pushed a commit that referenced this issue Dec 8, 2023
Updates #61974, #63725.
For #61422.

Change-Id: Ifd6c62e877dbd13f0e86fef801fe70d39fb3a66b
Reviewed-on: https://go-review.googlesource.com/c/go/+/548478
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
ezz-no pushed a commit to ezz-no/go-ezzno that referenced this issue Feb 18, 2024
Updates golang#61974, golang#63725.
For golang#61422.

Change-Id: Ifd6c62e877dbd13f0e86fef801fe70d39fb3a66b
Reviewed-on: https://go-review.googlesource.com/c/go/+/548478
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
None yet
Development

No branches or pull requests

3 participants