[Bug ld/3843] Extra libpath (32-bit) on GNU/kFreeBSD

2007-01-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-01-08 15:39 --- Hi Aurelien, Sure. I have applied your patch together with this ChangeLog entry. Cheers Nick ld/ChangeLog 2007-01-08 Aurelien Jarno <[EMAIL PROTECTED]> PR ld/3843 * configure.tgt (x86_64_[k

[Bug ld/3831] Support for automatically including symbols in the list of dynamic symbols that are referenced as global data

2007-01-08 Thread shausman at trolltech dot com
--- Additional Comments From shausman at trolltech dot com 2007-01-08 16:06 --- Excellent, the patch works for us! We've tried it on our example apps as well as the entire Qt library and the Qtopia stack on top (running on arm) and it works now. Thanks a lot! -- http://sourceware.

[Bug ld/3831] Support for automatically including symbols in the list of dynamic symbols that are referenced as global data

2007-01-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-01-08 17:21 --- (In reply to comment #9) > Excellent, the patch works for us! > > We've tried it on our example apps as well as the entire Qt library and the > Qtopia stack on top (running on arm) and it works now. > > Thanks a lot

[Bug ld/3831] Support for automatically including symbols in the list of dynamic symbols that are referenced as global data

2007-01-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-01-09 01:50 --- Created an attachment (id=1481) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1481&action=view) An updated patch Please try this updated patch. It fixed a serious bug. -- What|Removed

gcc or binutils bug?

2007-01-08 Thread Paul Novak
I'm experiencing some problem try to build binutils-2.17 using GCC 4.1.1 on an AMD Athon. By default, binutils-2.17 is configured and compiled with -Werror. When using -O2, binutils-2.17 compiles cleanly. However, with -O3, I get some warnings which get elevated to fatal errors. I tried l

Re: gcc or binutils bug?

2007-01-08 Thread Nick Clifton
Hi Paul, I'm experiencing some problem try to build binutils-2.17 using GCC 4.1.1 on an AMD Athon. By default, binutils-2.17 is configured and compiled with -Werror. When using -O2, binutils-2.17 compiles cleanly. However, with -O3, I get some warnings which get elevated to fatal errors.