Re: Binutils build broken at FreeBSD 5.3 after -Werror enabling

2005-03-23 Thread Nick Clifton
Hi Vladimirm, Attached patch fix warning. Thanks. I don't known is proposed patch correct. But I check FreeBSD CVS and found that starting from 1994 FreeBSD have getopt prototype same as in binutils getopt.h. Well that should be long enough. I think that the patch is OK, but there are two proble

Re: Binutils build broken at FreeBSD 5.3 after -Werror enabling

2005-03-23 Thread Marcel Moolenaar
On Wednesday 23 March 2005 07:07 am, Nick Clifton wrote: > Also, I am not sure if the FreeBSD system uses the GNU C library. > I guess that it probably does, but if not then you ought to update > the comment describing when the full getopt() prototype is used. FYI: No, FreeBSD doesn't use the GNU

[Bug ld/800] New: Slow linking on network disks (no output buffering?)

2005-03-23 Thread fredrik dot huss at home dot se
Linking is slow for large programs if the output file is stored on a network disk (e.g. ClearCase). For a program of some tens of MB, linking takes several minutes. The CPU utilization is also very low during long periods of time. If the output is placed e.g. on /tmp, linking is several tim