[Bug gold/5990] New: running out of file descriptors when linking >1024 files

2008-03-27 Thread me at cgf dot cx
When trying to link a binary which takes a large number of files, I get many errors like this: ld-new: cannot open ../driver/ic/via/sinai/mlxhh/obj/1/mcgm.o: Too many open files This is coming from Read_symbols::do_read_symbols. I can obviously work around the problem by increasing the number o

Re: ARM tc-arm.c is not compiled with old GCC

2008-03-27 Thread Nick Clifton
Hi Ineiev, The first complain is in do_neon_cvt(): two variables are defined in an improper place. I think they would better go to the begin of their block. The second is in do_neon_ext(): the compiler tells of comparing of signed and unsigned integers; it treats this as an error. I suggest an

ARM tc-arm.c is not compiled with old GCC

2008-03-27 Thread Ineiev
When binutils-2.18 are configured with option --target=arm-unknown-elf, gcc-2.95.3 doesn't compile gas/config/tc-arm.c. The first complain is in do_neon_cvt(): two variables are defined in an improper place. I think they would better go to the begin of their block. The second is in do_neon_ext():