r263099 - in /trunk/gcc/ada: ChangeLog libgnarl...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Tue Jul 31 09:56:00 GMT 2018
Author: pmderodat
Date: Tue Jul 31 09:56:10 2018
New Revision: 263099
URL: https://gcc.gnu.org/viewcvs?rev=263099&root=gcc&view=rev
Log:
[Ada] Fix alignment of mutex_t and cond_t type on 32-bit SPARC/Solaris
The alignment of the couple of types from System.OS_Interface was wrongly
set to 4 (32-bit) instead of 8 (64-bit) in 32-bit mode.
2018-07-31 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* libgnarl/s-osinte__solaris.ads (upad64_t): New private type.
(mutex_t): Use it for 'lock' and 'data' components.
(cond_t): Likewise for 'data' and use single 'flags' component.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/libgnarl/s-osinte__solaris.ads
More information about the Gcc-cvs
mailing list