[Bug gas/5034] Error: `QWORD PTR __CTOR_END__-8[rip]' is not a valid base/index expression

2007-09-28 Thread rask at sygehus dot dk
--- Additional Comments From rask at sygehus dot dk 2007-09-28 10:43 --- There's a bug in GCC with %rip relative adressing and -masm=intel. I'm fixing that, which means GCC will output one of the supported address forms, just as with any other register: mov rax, QWORD PTR __CTOR_END

[Bug ld/4844] auto-import and const data import problem

2007-09-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-09-28 11:57 --- Hi Ralf, OK, please could you try out the uploaded patch. There are several points that need to be looked at: * The fix is only enabled for x86 PE ports. Does it need to be enabled for other PE ports ? (AR

[Bug ld/4844] auto-import and const data import problem

2007-09-28 Thread ralf dot habacker at freenet dot de
--- Additional Comments From ralf dot habacker at freenet dot de 2007-09-28 10:34 --- Thanks for taking this. The related linker script is listed in the following link http://www.cygwin.com/ml/cygwin/2004-10/msg01052.html. See for the text "/* specific linker script avoiding .rdata sec

[Bug binutils/4970] new library handling in binutils causes trouble with --enable-shared

2007-09-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-09-28 09:50 --- Hi Mike, Is this PR still a problem ? If so, please could you tell me a little bit more about it ? (I am not very good when it comes to configure/install issues). Is the problem that if you build a set of --e

[Bug ld/4844] auto-import and const data import problem

2007-09-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-09-28 08:57 --- Hi Ralf, I was trying to follow up on this problem, but I got a lost in the email trail. Can you create an attachment of the linker script that you would like to see the linker use in a case like this ? Then m

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-09-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-09-28 13:25 --- Hi Julien, Hi Matthias, The test case is missing a few libraries: -llber -lsasl2 -lssl -lcrypto -lexpat -lresolv -ldl. Looking at the ChangeLogs I do not see anything in particular that changed around 200

[Bug ld/4844] auto-import and const data import problem

2007-09-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-09-28 11:51 --- Created an attachment (id=2025) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2025&action=view) Add a special linker script for the --enable-auto-import option -- http://sourceware.org/bugzilla/show_b

[Bug binutils/4970] new library handling in binutils causes trouble with --enable-shared

2007-09-28 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2007-09-28 19:25 --- 2.18 is still broken and i dont think cvs head has any changes to indicate this being fixed here's the thread on the mailing list with a bit more info: http://sourceware.org/ml/binutils/2007-07/msg00401.html wha