[Bug gold/16417] executable linked with gold segfaults before main

2015-11-17 Thread guillaume at morinfr dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Guillaume Morin changed: What|Removed |Added CC||guillaume at morinfr dot org -- Yo

[Bug gold/16417] executable linked with gold segfaults before main

2014-04-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #10 from Alan Modra --- I was also puzzled as to why libpthread.so is exporting symbols defined in libc.so, and vice versa, but on looking at the code there is some justification for some of the duplication. The libc versions have

[Bug gold/16417] executable linked with gold segfaults before main

2014-04-04 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #9 from Cary Coutant --- "Normally the linker will add a DT_NEEDED tag for each dynamic library mentioned on the command line, regardless of whether the library is actually needed or not. --as-needed causes a DT_NEEDED tag to only

[Bug gold/16417] executable linked with gold segfaults before main

2014-04-03 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Alan Modra changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug gold/16417] executable linked with gold segfaults before main

2014-04-03 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16417] executable linked with gold segfaults before main

2014-04-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de -

[Bug gold/16417] executable linked with gold segfaults before main

2014-03-15 Thread petrinic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #5 from Aleksandar Petrinic --- Maybe this is useful too g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp

[Bug gold/16417] executable linked with gold segfaults before main

2014-03-15 Thread petrinic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #4 from Aleksandar Petrinic --- Created attachment 7472 --> https://sourceware.org/bugzilla/attachment.cgi?id=7472&action=edit cave info -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/16417] executable linked with gold segfaults before main

2014-03-15 Thread petrinic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Aleksandar Petrinic changed: What|Removed |Added CC||petrinic at gmail dot com --- C

[Bug gold/16417] executable linked with gold segfaults before main

2014-01-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com --

[Bug gold/16417] executable linked with gold segfaults before main

2014-01-16 Thread i.zaufi at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #2 from Alex Turbov --- Created attachment 7358 --> https://sourceware.org/bugzilla/attachment.cgi?id=7358&action=edit compiled object file -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug gold/16417] executable linked with gold segfaults before main

2014-01-15 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 --- Comment #1 from Cary Coutant --- I tried compiling with a 4.9.0 compiler, but my copy doesn't have the -floop-* options implemented. Compiling without those options does not reproduce the problem. Can you attach your .o file? -- You are