OSDN Git Service

* g++.dg/rtti/tinfo1.C: Remove xfails.
[pf3gnuchains/gcc-fork.git] / gcc / hosthooks.h
index c8b7c0f..0ac89f5 100644 (file)
@@ -36,6 +36,10 @@ struct host_hooks
      if the memory is allocated but the data not loaded, return 1 if done.  */
   int (*gt_pch_use_address) (void *addr, size_t size, int fd, size_t offset);
 
+  /*  Return the alignment required for allocating virtual memory. Usually
+      this is the same as pagesize.  */
+  size_t (*gt_pch_alloc_granularity) (void);
+
   /* Whenever you add entries here, make sure you adjust hosthooks-def.h.  */
 };