[Ada] Fix alignment of mutex_t and cond_t type on 32-bit SPARC/Solaris
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 31 Jul 2018 09:56:10 +0000 (09:56 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 31 Jul 2018 09:56:10 +0000 (09:56 +0000)
commita6ed513cb809e1c0da0d021f35835ce0924954ca
tree2dec18cce2072a237168c7f6b152e200dc33f852
parenta7576e13569b4d6bce28c54ddb139a9119a713d8
[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.

From-SVN: r263099
gcc/ada/ChangeLog
gcc/ada/libgnarl/s-osinte__solaris.ads