This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
sparcv9 target was broken on Sep 21
- To: Gcc bugs mailing list <gcc-bugs at gcc dot gnu dot org>
- Subject: sparcv9 target was broken on Sep 21
- From: Igor Schein <igor at txc dot com>
- Date: Thu, 28 Dec 2000 20:30:13 -0500
- Cc: NeilB at earthling dot net
- Reply-To: igor at txc dot com
Hi,
the following modification started causing 'Too many open files'
errors when compiling on Solaris 2.7 with -m64 flag:
< Thu 21-Sep-2000 18:19:05 BST Neil Booth <NeilB@earthling.net>
<
< * cppfiles.c (lookup_include_file): Rename to open_file.
< Always create a splay tree value, even on syscall failures.
< Negative entries indicated by fd == -2.
< Re-open files closed in the meantime.
< (_cpp_fake_include): Create a negative splay tree entry.
< (find_include_file, cpp_read_file): Update for function name
< change.
A couple of weeks after it, -m64 was disable altogether. I wonder
for what reason. 3 months elapsed and still no ability to build 64bit
binaries on Solaris. Before the forementioned change, 64bit compiling
had been pretty decent as far as I'm concerned.
Thanks
Igor