[Bug gold/11264] New: linker warning sh_link not set for section `.ARM.exidx' when using shared library linked by gold

2010-02-09 Thread ahartmetz at gmail dot com
Component: gold AssignedTo: ian at airs dot com ReportedBy: ahartmetz at gmail dot com CC: bug-binutils at gnu dot org GCC build triplet: armv7l-unknown-linux-gnueabi GCC host triplet: armv7l-unknown-linux-gnueabi GCC target triplet: armv7l-unknown-linux-gnueabi http

[Bug gold/11247] Assert failure in arm.cc

2010-02-05 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-05 17:23 --- (In reply to comment #9) The build breakage has been fixed but we still need to fix the assertion. I built Qt-4.6.1 for arm-unknown-linux-gnu using gold as the linker but did not see the assertion. I am

[Bug gold/11247] New: Assert failure in arm.cc

2010-02-04 Thread ahartmetz at gmail dot com
) Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: ian at airs dot com ReportedBy: ahartmetz at gmail dot com CC: bug-binutils at gnu dot org GCC build triplet: armv7l-unknown-linux-gnueabi GCC host triplet

[Bug gold/11247] Assert failure in arm.cc

2010-02-04 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 12:41 --- (In reply to comment #0) The Linux distribution is Ubuntu 9.10 for ARM. (I also get two rather easily fixable compilation errors on my system, a missing #include and an object file that is passed to gcc

[Bug gold/11247] Assert failure in arm.cc

2010-02-04 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 15:23 --- (In reply to comment #2) Thanks for the bug report. Can you list the errors you get when building gold? The first issue doesn't need much explanation; there is an sprintf() in the file and no declaration

[Bug gold/11247] Assert failure in arm.cc

2010-02-04 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 15:31 --- (In reply to comment #0) configure flags are: --enable-target=arm Correction: --enable-targets=arm. This is a typo in the comment, not in the original invocation of configure. -- http://sourceware.org

[Bug gold/11247] Assert failure in arm.cc

2010-02-04 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-04 15:34 --- I should also mention that this does not seem to be a regression, gold has so far always been broken for my uses on ARM in some way. It does, however, successfully link itself and most parts of Qt. -- http

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2010-02-03 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-03 15:46 --- I could reproduce the problem (also when linking QtWebKit) until a few months ago. I'm always using the latest CVS version. At the time I simply used the old ld when linking Qt instead of increasing