+2018-12-03 Olivier Hainque <hainque@adacore.com>
+
+ * gcc-interface/targtyps.c (MALLOC_OBSERVABLE_ALIGNMENT): Set to
+ 2 * POINTER_SIZE.
+
2018-12-03 Ed Schonberg <schonberg@adacore.com>
* sem_res.adb (Set_Slice_Subtype): The index type of a slice is
* *
* Body *
* *
- * Copyright (C) 1992-2015, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-2018, Free Software Foundation, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
#ifdef MALLOC_OBSERVABLE_ALIGNMENT
#define MALLOC_ALIGNMENT MALLOC_OBSERVABLE_ALIGNMENT
#else
-#define MALLOC_OBSERVABLE_ALIGNMENT (2 * LONG_TYPE_SIZE)
+#define MALLOC_OBSERVABLE_ALIGNMENT (2 * POINTER_SIZE)
#define MALLOC_ALIGNMENT \
MAX (MALLOC_ABI_ALIGNMENT, MALLOC_OBSERVABLE_ALIGNMENT)
#endif