This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
recent change to gcc
- To: Bruce Korb <bkorb at gnu dot org>
- Subject: recent change to gcc
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 05 Sep 2000 15:32:23 -0600
- Cc: Gcc Bug List <bug-gcc at gnu dot org>
- Reply-To: tromey at cygnus dot com
With this change:
2000-09-05 Bruce Korb <bkorb@gnu.org>
* gcc/fixinc/fixincl.c(load_file): always read header files
with sizes that are a multiple of the page size.
I am no longer able to build gcc on my x86 Linux box.
The changed code uses PAGESIZE, which doesn't seem to be defined anywhere.
I changed it to use getpagesize() and now it builds.
Tom