[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-04 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c4b126b87a6cd842e567136b07ac1adca98c660f commit

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 --- Comment #7 from H.J. Lu --- Created attachment 12585 --> https://sourceware.org/bugzilla/attachment.cgi?id=12585=edit A patch to remove SEC_ALLOC check in _bfd_mips_elf_check_reloc I am including this patch. -- You are receiving this

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 --- Comment #6 from H.J. Lu --- (In reply to Maciej W. Rozycki from comment #5) > (In reply to H.J. Lu from comment #2) > > > Your statement makes sense to me, however silently discarding relocations > > > against an existing symbol from a

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-03 Thread ma...@linux-mips.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 --- Comment #5 from Maciej W. Rozycki --- (In reply to H.J. Lu from comment #2) > > Your statement makes sense to me, however silently discarding relocations > > against an existing symbol from a debug section makes me nervous as to > > the

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.35 URL|

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 --- Comment #3 from H.J. Lu --- Linker shouldn't ignore any relocation errors for such relocations. But linker should resolve them to 0 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26080] Incorrect "Common symbol override test"

2020-06-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26080 H.J. Lu changed: What|Removed |Added Depends on||10144 --- Comment #2 from H.J. Lu --- (In