* include/private/gcconfig.h: Add support for FreeBSD on ppc64.
+2010-08-18 Ivan Maidanski <ivmai@mail.ru> (really Andreas Tobler)
+
+ * include/private/gcconfig.h: Add support for FreeBSD on ppc64.
+
2010-08-18 Ivan Maidanski <ivmai@mail.ru> (with help from Andreas Tobler)
* os_dep.c (PROTECT, UNPROTECT): Correct VM_PROT_EXEC to
# define DYNAMIC_LOADING
# endif
# ifdef FREEBSD
-# define ALIGNMENT 4
+# if defined(__powerpc64__)
+# define ALIGNMENT 8
+# define CPP_WORDSZ 64
+# ifndef HBLKSIZE
+# define HBLKSIZE 4096
+# endif
+# else
+# define ALIGNMENT 4
+# endif
# define OS_TYPE "FREEBSD"
# ifndef GC_FREEBSD_THREADS
# define MPROTECT_VDB