>@@ -993,7 +1005,7 @@ lto_resolution_read (splay_tree file_ids > { > int t; > char offset_p[17]; >- int64_t offset; >+ host_int64 offset; > t = fscanf (resolution, "@0x%16s", offset_p); > if (t != 1) > internal_error ("could not parse file offset");
This should be "off_t", I believe. -- Janne Blomqvist