diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-11-30 15:57:12 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-11-30 15:57:12 +0100 |
commit | 9fe2f33eb2083f4786d350e131131612067f0649 (patch) | |
tree | fc216054c779f709a8d552e138cb70cecb931336 /gcc/ada/g-sha1.ads | |
parent | fed1bd444da9836b5fa33d72ba5c938b451df44a (diff) | |
download | gcc-9fe2f33eb2083f4786d350e131131612067f0649.zip gcc-9fe2f33eb2083f4786d350e131131612067f0649.tar.gz gcc-9fe2f33eb2083f4786d350e131131612067f0649.tar.bz2 |
[multiple changes]
2009-11-30 Gary Dismukes <dismukes@adacore.com>
* sem_prag.adb (Process_Convention): Change formal E to Ent. In the
case where the pragma's entity argument is a renaming, return the
entity denoted by the renaming rather than the renamed entity. Loop
through the homonyms of the original argument entity, rather than the
homonyms of any renamed entity. Correct call to Generate_Entity to
pass the homonym.
2009-11-30 Vincent Celier <celier@adacore.com>
* impunit.adb: Add packages that were added to the GNAT library:
GNAT.SHA224, GNAT.SHA256, GNAT.SHA384 and GNAT.SHA512.
* s-sechas.adb (Fill_Buffer_Copy): Fixes incorrect slice index
2009-11-30 Robert Dewar <dewar@adacore.com>
* exp_ch3.adb: Minor reformatting
* g-md5.ads, g-sha1.ads: Add comment.
From-SVN: r154815
Diffstat (limited to 'gcc/ada/g-sha1.ads')
-rw-r--r-- | gcc/ada/g-sha1.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/g-sha1.ads b/gcc/ada/g-sha1.ads index e6c1bc7..a7d8e4c 100644 --- a/gcc/ada/g-sha1.ads +++ b/gcc/ada/g-sha1.ads @@ -31,6 +31,8 @@ -- -- ------------------------------------------------------------------------------ +-- Why no documentation ??? + with System.Secure_Hashes.SHA1; package GNAT.SHA1 is new System.Secure_Hashes.H (Block_Words => System.Secure_Hashes.SHA1.Block_Words, |