[Bug gold/22820] ICF mismerges two very similar functions

2018-02-08 Thread ppluzhnikov at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22820 Paul Pluzhnikov changed: What|Removed |Added CC||ppluzhnikov at google dot com,

[Bug binutils/22802] massive performance regression for `readelf -n`

2018-02-08 Thread robert at ocallahan dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22802 --- Comment #4 from Robert O'Callahan --- Thanks for the quick response! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1

2018-02-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13671 --- Comment #8 from H.J. Lu --- Does it look like a testcase? [hjl@gnu-bdx-1 solaris-1]$ cat x.c extern __thread int __gmpfr_flags; int _start (void) { return __gmpfr_flags; } [hjl@gnu-bdx-1 solaris-1]$ cat y.c __thread int __gmpfr_flags;

[Bug binutils/22788] AddressSanitizer: SEGV /home/ubuntu/binutils/binutils_git/binutils-gdb/bfd/libbfd.c:558 bfd_getl32

2018-02-08 Thread hizhangsword at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22788 --- Comment #5 from JayZhang --- Hi Nick, I have checked commit ef135d4314fd4c2d7da66b9d7b59af4a85b0f7e6,and found the patch worked. Can we close the issue now and make it public? Best Regards JayZhang -- You are

[Bug binutils/22788] AddressSanitizer: SEGV /home/ubuntu/binutils/binutils_git/binutils-gdb/bfd/libbfd.c:558 bfd_getl32

2018-02-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22788 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef135d4314fd4c2d7da66b9d7b59af4a85b0f7e6 commit

[Bug binutils/22788] AddressSanitizer: SEGV /home/ubuntu/binutils/binutils_git/binutils-gdb/bfd/libbfd.c:558 bfd_getl32

2018-02-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22788 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1

2018-02-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13671 --- Comment #9 from H.J. Lu --- There are many Linux TLS tests under ld/testsuite/ld-i386. But they run only for Linux targets. Please figure out: 1. Which TLS code sequences are also generated by Solaris GCC. 2. Among them, which TLS

[Bug gold/22820] New: ICF mismerges two very similar functions

2018-02-08 Thread steinar+binutils at gunderson dot no
https://sourceware.org/bugzilla/show_bug.cgi?id=22820 Bug ID: 22820 Summary: ICF mismerges two very similar functions Product: binutils Version: 2.30 Status: UNCONFIRMED Severity: normal Priority: P2 Component:

[Bug binutils/22802] massive performance regression for `readelf -n`

2018-02-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22802 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8de3a6e2afe21ac93d610fa46fbc579a81ea2277 commit

[Bug ld/13671] gld creates i386 relocations not supported by Solaris ld.so.1

2018-02-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://sourceware.org/bugzilla/show_bug.cgi?id=13671 --- Comment #7 from Rainer Orth --- > --- Comment #6 from H.J. Lu --- [...] > Please provide one separate testcase in assembly code for each instance > where ld creates dynamic relocs Solaris ld.so.1 cannot handle. I'm trying, but I have a

[Bug binutils/22802] massive performance regression for `readelf -n`

2018-02-08 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22802 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|