[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/10058] 'make check' fails for --target=i686-pc-mingw32
From: |
nickc at redhat dot com |
Subject: |
[Bug ld/10058] 'make check' fails for --target=i686-pc-mingw32 |
Date: |
17 Apr 2009 12:27:20 -0000 |
------- Additional Comments From nickc at redhat dot com 2009-04-17 12:27
-------
Hi Sergei,
Both of these problems boils down to the fact that the mingw32 target uses a
different binary file format (PE) when compared to your native file format
(ELF).
The eh-group tests only work on ELF targets so they should not have been run
for the i686-pc-mingw32. (This has been fixed in the mainline sources).
Support for weak symbols in PE format files is under active development at the
moment, so the tests have been left active, even though they are known to fail
for PE targets.
Cheers
Nick
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=10058
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.