bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86


From: ian at airs dot com
Subject: [Bug gold/12525] gold SEGV linking libgcc_s.so.1 on Solaris 11/x86
Date: Fri, 4 Mar 2011 19:08:57 +0000

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

--- Comment #9 from Ian Lance Taylor <ian at airs dot com> 2011-03-04 19:08:43 
UTC ---
output.cc does #include <fcntl.h>.  gold is always compiled with
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64.  Those two facts together should
ensure that posix_fallocate is called with the right types.  Can you suggest a
way that the gold source should be changed to fix this?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

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