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.

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

Reply via email to