[Bug gas/16858] weak external reference has wrong value

2015-06-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #21 from Nick Clifton nickc at redhat dot com --- Hi Rich, Minimal test case (use -O0 to ensure non-reordering so the offset of f in .text is not 0): void dummy() {} void f() {} void g() __attribute__((weak,alias(f)));

[Bug gas/16858] weak external reference has wrong value

2015-06-12 Thread bugdal at aerifal dot cx
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Rich Felker bugdal at aerifal dot cx changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug gas/16858] weak external reference has wrong value

2014-05-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #18 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project

[Bug gas/16858] weak external reference has wrong value

2014-05-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Attachment #7600|0 |1 is

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #14 from Nick Clifton nickc at redhat dot com --- Hi Bernd, Actually here is a better patch. The previous one also affected non-code weak symbols which was the wrong thing to do. Please try this patch out and let me know if

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #15 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Nick Clifton from comment #14) Hi Bernd, Actually here is a better patch. The previous one also affected non-code weak symbols which was the wrong

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #16 from Nick Clifton nickc at redhat dot com --- Hi Bernd, both variants of your patch do not affect x86_64, only 32-bit? Yes. According to my test the x86_64 target is already working. (After the first patch was applied).

[Bug gas/16858] weak external reference has wrong value

2014-05-16 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #17 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Nick Clifton from comment #16) Hi Nick, yes, now it works for me. Thanks. Maybe you should also add a test case for this mess. -- You are receiving this

[Bug gas/16858] weak external reference has wrong value

2014-05-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #11 from Nick Clifton nickc at redhat dot com --- Created attachment 7600 -- https://sourceware.org/bugzilla/attachment.cgi?id=7600action=edit Proposed new patch -- You are receiving this mail because: You are on the CC list

[Bug gas/16858] weak external reference has wrong value

2014-05-15 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #12 from Nick Clifton nickc at redhat dot com --- Hi Bernd, Please try out the newly uploaded patch (in addition to the previous one). Let me know how you get on. Cheers Nick -- You are receiving this mail because: You are

[Bug gas/16858] weak external reference has wrong value

2014-04-29 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Status|RESOLVED

[Bug gas/16858] weak external reference has wrong value

2014-04-27 Thread mikpelinux at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #7 from Mikael Pettersson mikpelinux at gmail dot com --- Nick's proposed binutils patch fixed the issues I've had with bootstrapping gcc-4.8.2 on Cygwin. -- You are receiving this mail because: You are on the CC list for the

[Bug gas/16858] weak external reference has wrong value

2014-04-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug gas/16858] weak external reference has wrong value

2014-04-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Nick Clifton nickc at redhat dot com changed: What|Removed |Added CC||nickc at redhat

[Bug gas/16858] weak external reference has wrong value

2014-04-23 Thread mikpelinux at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #4 from Mikael Pettersson mikpelinux at gmail dot com --- The error is not limited to 32-bit Cygwin or PE-COFF, it also reproduces when compiling for x86_64-w64-mingw32. -- You are receiving this mail because: You are on the CC

[Bug gas/16858] weak external reference has wrong value

2014-04-21 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Bernd Edlinger bernd.edlinger at hotmail dot de changed: What|Removed |Added Target|

[Bug gas/16858] weak external reference has wrong value

2014-04-21 Thread bernd.edlinger at hotmail dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #2 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 7557 -- https://sourceware.org/bugzilla/attachment.cgi?id=7557action=edit Assembler-Source where the bug was discovered with objdump -d -r crtbegin.o

[Bug gas/16858] weak external reference has wrong value

2014-04-21 Thread g...@denis-excoffier.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Denis Excoffier g...@denis-excoffier.org changed: What|Removed |Added CC|

[Bug gas/16858] weak external reference has wrong value

2014-04-21 Thread mikpelinux at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 Mikael Pettersson mikpelinux at gmail dot com changed: What|Removed |Added CC|