bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: ralf dot habacker at freenet dot de
Subject: [Bug ld/4844] auto-import and const data import problem
Date: 29 Sep 2007 11:13:54 -0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]