------- Additional Comments From ralf dot habacker at freenet dot de  
2007-09-29 11:13 -------
Just a few more notes after more digging into this stuff:

- I found a technology preview of gcc 4 for mingw, which is usable. 

- a testcase I wrote for cygwin/mingw-gcc4 and mingw-gcc4 showed that the
runtime reloc informations could stay in . rdata this means that only the
following two lines should be moved to the .data section 

    *(.rdata)
    *(SORT(.rdata$*))


Now I will try your patch. 

Ralf 


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4844

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to