This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r246678 - in /trunk/gcc/ada: ChangeLog system-l...


Author: krebbel
Date: Tue Apr  4 11:45:37 2017
New Revision: 246678

URL: https://gcc.gnu.org/viewcvs?rev=246678&root=gcc&view=rev
Log:
[Ada][S/390] Fix Memory_Size definition.

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

gcc/ada/ChangeLog:

2017-04-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	* system-linux-s390.ads: Use Long_Integer'Size to define
	Memory_Size.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]