[Bug binutils/27127] New: [mips] relocation type R_MIPS_GOT_HI16 conflict with local symbol

2020-12-28 Thread dongjianqiang2 at huawei dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: dongjianqiang2 at huawei dot com Target Milestone: --- Created attachment 13084 --> https://sourceware.org/bugzilla/attachment.cgi?id=13084&action=edit testcase

[Bug binutils/27127] [mips] relocation type R_MIPS_GOT_HI16 conflict with local symbol

2020-12-28 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27127 John Dong changed: What|Removed |Added Target||mips32 -- You are receiving this mail be

[Bug binutils/27127] [mips] relocation type R_MIPS_GOT_HI16 conflict with local symbol

2020-12-29 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27127 --- Comment #1 from John Dong --- This fixes mips32 got relocation overflow. diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index d7e3aed3b6..4a8973a0b4 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -55,6 +55,13 @@ enum mips_got_t

[Bug ld/27127] [mips] relocation type R_MIPS_GOT_HI16 conflict with local symbol

2020-12-29 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27127 John Dong changed: What|Removed |Added Component|binutils|ld -- You are receiving this mail becaus

[Bug binutils/26945] Unsafe chown+chmod in smart_rename, possibly elsewhere

2021-04-12 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26945 John Dong changed: What|Removed |Added CC||dongjianqiang2 at huawei dot com

[Bug ld/32870] [ARM32] Error occurs when linking with LLVMgold.so plugin under LTO optimization

2025-04-17 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32870 --- Comment #4 from John Dong --- (In reply to Sam James from comment #3) > Could you send the patch to the ML? Thanks. Thank you for your reply. I’ve sent the patch to ML. Could you please help review it? Thank you! https://sourceware.org/

[Bug ld/32870] New: [ARM32] Error occurs when linking with LLVMgold.so plugin under LTO optimization

2025-04-13 Thread dongjianqiang2 at huawei dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: dongjianqiang2 at huawei dot com Target Milestone: --- Reproduction environment: - Toolchain: LLVM 15.0.4 + binutils 2.41 - testcase main.c: int main

[Bug ld/32870] [ARM32] Error occurs when linking with LLVMgold.so plugin under LTO optimization

2025-04-13 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32870 --- Comment #1 from John Dong --- Created attachment 16021 --> https://sourceware.org/bugzilla/attachment.cgi?id=16021&action=edit main.o: LLVM IR bitcode -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/32870] [ARM32] Error occurs when linking with LLVMgold.so plugin under LTO optimization

2025-04-13 Thread dongjianqiang2 at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32870 --- Comment #2 from John Dong --- Created attachment 16022 --> https://sourceware.org/bugzilla/attachment.cgi?id=16022&action=edit proposed patch -- You are receiving this mail because: You are on the CC list for the bug.