]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2014-07-18 Bob Duff <duff@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jul 2014 09:40:33 +0000 (09:40 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jul 2014 09:40:33 +0000 (09:40 +0000)
* s-addima.ads: Minor: add comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212794 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/s-addima.ads

index 5e3b31e1d21c792cd51d8c9d18ef3cacb3526a6f..80c3358a6ff8085f12c1a35545cbbe4dac49deb2 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-18  Bob Duff  <duff@adacore.com>
+
+       * s-addima.ads: Minor: add comment.
+
 2014-07-18  Thomas Quinot  <quinot@adacore.com>
 
        * freeze.adb (Check_Component_Storage_Order): Fix enforcement
index 5797db92fa412bef52d5aecc7e1c34c11e2393eb..c81c2290aaf11fbe456f75d4f9ddf0dd49af6414 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---           Copyright (C) 1992-2009 Free Software Foundation, Inc.         --
+--           Copyright (C) 1992-2014, Free Software Foundation, Inc.        --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -39,4 +39,5 @@
 function System.Address_Image (A : Address) return String;
 pragma Pure (System.Address_Image);
 --  Returns string (hexadecimal digits with upper case letters) representing
---  the address (string is 8/16 bytes for 32/64-bit machines).
+--  the address (string is 8/16 bytes for 32/64-bit machines). 'First of the
+--  result = 1.