Re: [Bug binutils/6714] WindRes 2.18 can't concatenate literal strings anymore?

2009-02-11 Thread Nick Clifton
Hi Craig, I'm using 2.19 and I still get the same error of : /opt/mingw32/bin/i586-pc-mingw32-windres: icon file `pixmaps/' does not contain icon data Is there a temp fix I can apply to get this working..? 1. Create a patch to fix windres so that it will concatenate string literals. or:

[Bug binutils/6714] WindRes 2.18 can't concatenate literal strings anymore?

2009-02-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-02-11 14:38 --- Subject: Re: WindRes 2.18 can't concatenate literal strings anymore? Hi Craig, > I'm using 2.19 and I still get the same error of : > > /opt/mingw32/bin/i586-pc-mingw32-windres: icon file `pixmaps/' does not

[Bug binutils/6714] WindRes 2.18 can't concatenate literal strings anymore?

2009-02-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-02-11 14:40 --- Doh! Please ignore suggestion 2. I had completely blanked on this already being in bugzilla. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6714 --- You are receiving this mail because: --- You ar

[Bug binutils/6714] WindRes 2.18 can't concatenate literal strings anymore?

2009-02-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-02-11 14:53 --- Hi Craig, I think that you are going to have to post another test case to demonstrate the problem that you are having. I tried the following: % cat fred.inc #define VALUE_AS_TXT "15" % cat fred.rc #in

[Bug ld/9827] -q option cause assertion fail

2009-02-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-02-11 15:35 --- Created an attachment (id=3732) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3732&action=view) If the header size has not been set yet then assume that it will match the output section's reloc type. --

[Bug ld/9827] -q option cause assertion fail

2009-02-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-02-11 15:35 --- Hi Jie, Please could you try out the uploaded patch and let me know if it works for you ? Cheers Nick -- What|Removed |Added

[Bug gold/9836] New: wrong visibility in shared objects

2009-02-11 Thread baldrick at free dot fr
The file null.cpp is empty. Using GNU ld (GNU Binutils for Ubuntu) 2.19.1: $ g++ -shared null.cpp -o null.so && nm null.so | grep __dso_handle 00201008 d __dso_handle Note that __dso_handle is an internal symbol. Using GNU gold (GNU Binutils 2.19.51.20090211) 1.9: $ g++ -shared null.cp

[Bug ld/9827] -q option cause assertion fail

2009-02-11 Thread jzhang918 at gmail dot com
--- Additional Comments From jzhang918 at gmail dot com 2009-02-12 01:55 --- (In reply to comment #2) > Please could you try out the uploaded patch and let me know if it works for you ? > It works for me. Thanks, Nick! Jie -- http://sourceware.org/bugzilla/show_bug.cgi?id=9827