[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 --- 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"))); > void *p = (void*

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[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 --- 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 "gdb and binutils". The branch

[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 --- (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 mail because: You are on the CC li

[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 --- 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). It was only the 32-bit t

[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 --- (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 thing to do. > > Please try

[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 --- 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 you are happy with it.

[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 changed: What|Removed |Added Attachment #7600|0 |1 is obsolete|

[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 --- 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 on the CC list for the

[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 --- Created attachment 7600 --> https://sourceware.org/bugzilla/attachment.cgi?id=7600&action=edit Proposed new patch -- You are receiving this mail because: You are on the CC list for the bug. __

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

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

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

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

2014-04-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16858 --- Comment #8 from 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 "gdb and binutils". The branch,

[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 --- 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. _

[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 changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #5

[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 changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #6 from Nick Clif

[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 --- 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 list for the bug. __

[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 changed: What|Removed |Added CC||mikpelinux at gmail dot com --- C

[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 changed: What|Removed |Added CC||g...@denis-excoffier.org -- You ar

[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 --- Created attachment 7557 --> https://sourceware.org/bugzilla/attachment.cgi?id=7557&action=edit Assembler-Source where the bug was discovered with objdump -d -r crtbegin.o we have wrong code: f3: 8

[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 changed: What|Removed |Added Target||i686-pc-cygwin Host|