r266747 - in /trunk/gcc/ada: ChangeLog gcc-inte...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Mon Dec 3 15:47:00 GMT 2018
Author: pmderodat
Date: Mon Dec 3 15:47:52 2018
New Revision: 266747
URL: https://gcc.gnu.org/viewcvs?rev=266747&root=gcc&view=rev
Log:
[Ada] Adjust the default MALLOC_OBSERVABLE_ALIGNMENT to 2 * POINTER_SIZE
Instead of 2 * LONG_TYPE_SIZE. POINTER_SIZE is believed to be the
correct base on more configurations than LONG_TYPE_SIZE and this
adjustment prevents the need for local patches to compensate on
configurations where the latter is inappropriate, for example
x86_64-mingw.
2018-12-03 Olivier Hainque <hainque@adacore.com>
gcc/ada/
* gcc-interface/targtyps.c (MALLOC_OBSERVABLE_ALIGNMENT): Set to
2 * POINTER_SIZE.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gcc-interface/targtyps.c
More information about the Gcc-cvs
mailing list