This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

recent change to gcc


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]