-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
PowerPC linker warning: bss-plt forced due to {name}.o #136131
Copy link
Copy link
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-linkersArea: linkers... you gotta love linkersArea: linkers... you gotta love linkersC-bugCategory: This is a bug.Category: This is a bug.L-linker_messagesLint: linker_messagesLint: linker_messagesO-PowerPCTarget: PowerPC processorsTarget: PowerPC processorsO-linux-gnuOperating system: Linux with glibc (i.e. a bug that can't happen with musl)Operating system: Linux with glibc (i.e. a bug that can't happen with musl)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-linkersArea: linkers... you gotta love linkersArea: linkers... you gotta love linkersC-bugCategory: This is a bug.Category: This is a bug.L-linker_messagesLint: linker_messagesLint: linker_messagesO-PowerPCTarget: PowerPC processorsTarget: PowerPC processorsO-linux-gnuOperating system: Linux with glibc (i.e. a bug that can't happen with musl)Operating system: Linux with glibc (i.e. a bug that can't happen with musl)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Originally noted in #136096 (comment) when building
libc, PowerPC can emit the following linker warning:I also noticed this previously in
compiler_builtinsrust-lang/compiler-builtins#667.https://sourceware.org/binutils/docs/ld/PowerPC-ELF32.html says the following:
It sounds like
secure-pltis the default but something about our object files forces a fallback tobss-plt.