Ada/x32: PR ada/80626: Correct Memory_Size
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 10 May 2017 17:35:02 +0000 (17:35 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 10 May 2017 17:35:02 +0000 (10:35 -0700)
commit6071bbaa09dec3ecc7a71a19a83c3d649eb9cec3
treed01c7af2ad711b9a0526d78b15f191472ce173ba
parentf163907e0afadfa09f23320c51b90927c771c106
Ada/x32: PR ada/80626: Correct Memory_Size

X32 uses 64 as word size instead of 32.  This must not affect the
Address type definition which is based on Memory_Size.

PR ada/80626
* system-linux-x86.ads (Memory_Size): Use Long_Integer'Size
instead of Word_Size.

From-SVN: r247849
gcc/ada/ChangeLog
gcc/ada/system-linux-x86.ads