https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80626

--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Wed May 10 17:35:02 2017
New Revision: 247849

URL: https://gcc.gnu.org/viewcvs?rev=247849&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/system-linux-x86.ads

Reply via email to