--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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