This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/17139] Bootstrap fails on darwin with "as" version previous to cctools-500


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-24 05:12 -------
I should also note that this patch is not really good as it only checks for .subsections_via_symbols 
which is only part of the problem which makes it fail early on but before Matt's patch you actually got a 
werid error while linking libstdc++ but there is no way to check for this which is why the requirement 
came in first place and since that the requirement for a newer cctools came in, we decided to just 
include the dead code striping stuff also.  I should note that x86-linux-gnu have a requirements of 
binutils 2.13.1 or later but they don't check for the version.  Even though older versions you could get 
mis-assembled code which is worse than not assemblying at all.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17139


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]