[Bug binutils/27128] New: nm -P portable output format regression

2020-12-29 Thread josh at joshtriplett dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27128 Bug ID: 27128 Summary: nm -P portable output format regression Product: binutils Version: 2.35.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[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 ld/27119] ld improperly relocates function address, creating an invalid pointer

2020-12-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27119 H.J. Lu changed: What|Removed |Added Resolution|NOTABUG |WONTFIX --- Comment #5 from H.J. Lu --- (I

[Bug ld/27119] ld improperly relocates function address, creating an invalid pointer

2020-12-29 Thread amonakov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27119 Alexander Monakov changed: What|Removed |Added CC||amonakov at gmail dot com --- Com

[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