ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH generation...
authorRobert Bowdidge <bowdidge@apple.com>
Sat, 4 Oct 2003 01:45:51 +0000 (18:45 -0700)
committerRobert Bowdidge <bowdidge@gcc.gnu.org>
Sat, 4 Oct 2003 01:45:51 +0000 (18:45 -0700)
commit674c7ef12b5dfbdc5b2ab6d7435407443ac60b28
treeb51bd0681c2d36575f098bbf59cc8982cdcff3c4
parent2eac35601213dc106bc0b9c0e698c6d71abab2ca
ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH generation...

* ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite()
  in PCH generation, avoiding
  too-frequent flushes when writing to NFS file system

From-SVN: r72085
gcc/ChangeLog
gcc/ggc-page.c