Commit ebe29bbf by Ian Lance Taylor Committed by Ian Lance Taylor

* ggc-zone.c (ggc_pch_write_object): Don't align file pointer.

From-SVN: r78882
parent 3ae3b78c
2004-03-03 Ian Lance Taylor <ian@wasabisystems.com>
* ggc-zone.c (ggc_pch_write_object): Don't align file pointer.
2004-03-04 Alan Modra <amodra@bigpond.net.au>
* target-def.h (TARGET_OPTF): Delete.
......
......@@ -1386,9 +1386,6 @@ ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
fatal_error ("can't write PCH file: %m");
d->written += size;
}
if (d->written == d->d.total
&& fseek (f, ROUND_UP_VALUE (d->d.total, G.pagesize), SEEK_CUR) != 0)
fatal_error ("can't write PCH file: %m");
}
void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment