summaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-10 17:35:02 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-10 17:35:02 +0000
commit380114a94a4426ce9095db7996ae280b857433c1 (patch)
treed01c7af2ad711b9a0526d78b15f191472ce173ba /gcc/ada/ChangeLog
parent03118c210b2bf41242268736e16e9088293277b9 (diff)
downloadgcc-380114a94a4426ce9095db7996ae280b857433c1.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247849 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 72a42a96173..fcec78d0d61 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ada/80626
+ * system-linux-x86.ads (Memory_Size): Use Long_Integer'Size
+ instead of Word_Size.
+
2017-05-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
* raise-gcc.c (exception_class_eq): Make ec parameter const.