From: Bob Duff Date: Fri, 18 Jul 2014 09:40:33 +0000 (+0000) Subject: s-addima.ads: Minor: add comment. X-Git-Tag: releases/gcc-5.1.0~6232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47a98b977df3ea48f658acfcce0f3cfb0d7db6b0;p=thirdparty%2Fgcc.git s-addima.ads: Minor: add comment. 2014-07-18 Bob Duff * s-addima.ads: Minor: add comment. From-SVN: r212794 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5e3b31e1d21c..80c3358a6ff8 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2014-07-18 Bob Duff + + * s-addima.ads: Minor: add comment. + 2014-07-18 Thomas Quinot * freeze.adb (Check_Component_Storage_Order): Fix enforcement diff --git a/gcc/ada/s-addima.ads b/gcc/ada/s-addima.ads index 5797db92fa41..c81c2290aaf1 100644 --- a/gcc/ada/s-addima.ads +++ b/gcc/ada/s-addima.ads @@ -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.