[Bug gas/14887] Error: ARM register expected -- `str r1,[ r0 ]'

2014-07-09 Thread will.newton at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14887 Will Newton changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #6 from Cary Coutant --- On Tue, Jul 8, 2014 at 11:26 AM, markus at trippelsdorf dot de wrote: > % x86_64-pc-linux-gnu-g++ -Wl,--hash-style=gnu,--as-needed,--gc-sections > -Wl,--no-undefined -shared -Wl,-Bsymbolic-functions > -Wl

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #7 from Markus Trippelsdorf --- % wget trippelsdorf.de/libQtCore.so.4.8.5 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug

[Bug gold/17128] internal error in lock, at ../../binutils/gold/fileread.cc:295

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

[Bug gold/15639] gold and -flto always fails with an internal error on arm-linux-gnueabi*

2014-07-09 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15639 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #8 from Cary Coutant --- While I still don't have enough to actually run the code (I had to stub out png_set_longjmp_fn because my libpng is too old, and I don't have an executable that uses the library), I've compared some obvious

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #9 from Markus Trippelsdorf --- % ld -v GNU gold (Gentoo git 2.24.51.20140709) 1.11 I'm afraid that your "fix" actually introduced the issue at hand. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|ian at air

[Bug ld/17110] ld crash in _bfd_elf_find_segment_containing_section with -relax

2014-07-09 Thread rmansfield at qnx dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17110 --- Comment #4 from Ryan Mansfield --- Comment on attachment 7690 --> https://sourceware.org/bugzilla/attachment.cgi?id=7690 Do not look for output segments in input files. Hi Nick, Yes, the attach patch fixes the bug. Thanks! -- You are

[Bug gas/12793] arm: push/pop equivalents using stm/ldm mnemonics assembled inconsistently

2014-07-09 Thread deepa.ballari at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12793 DeepaB changed: What|Removed |Added CC||deepa.ballari at gmail dot com --- Comment #

[Bug gold/16992] libQtGui linked with gold crashes all Qt programs on startup

2014-07-09 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16992 --- Comment #10 from Markus Trippelsdorf --- And indeed, if I revert your commit fd834e57ffce2 the problem goes away. -- You are receiving this mail because: You are on the CC list for the bug. __