netbsd/hppa uses 16 byte alignment. the inherited default changed..

This commit is contained in:
mrg 2019-11-03 01:03:30 +00:00
parent 3cdf00472f
commit c3f2d15f93

View File

@ -131,6 +131,10 @@ along with GCC; see the file COPYING3. If not see
#undef PTRDIFF_TYPE
#define PTRDIFF_TYPE "long int"
/* NetBSD always uses 128 byte alignment. */
#undef MALLOC_ABI_ALIGNMENT
#define MALLOC_ABI_ALIGNMENT 128
#if 0
#undef TARGET_SYNC_LIBCALL
#define TARGET_SYNC_LIBCALL 1