summaryrefslogtreecommitdiff
path: root/gcc/ada/g-sha224.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-30 15:10:58 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-30 15:10:58 +0000
commit6bcbbc8b8dddea1cba8a9dd29a62a8ed3720366b (patch)
tree01ad137364b62365a4863ad5ac8f9130b5822119 /gcc/ada/g-sha224.ads
parent4e80ce6278f91fb2310e7749c9b7d894ab7d0614 (diff)
downloadgcc-6bcbbc8b8dddea1cba8a9dd29a62a8ed3720366b.tar.gz
2009-11-30 Robert Dewar <dewar@adacore.com>
* g-sha256.ads, s-sehamd.ads, s-sehamd.adb, g-sha512.ads, g-sha224.ads, g-sha384.ads: Minor reformatting 2009-11-30 Emmanuel Briot <briot@adacore.com> * adaint.h (file_attributes): Reduce size of the structure, so that it is less costly to store in records. * makeutl.adb: (Check_Source_Info_In_ALI): use Full_Source_Name instead of a direct call to Find_File, since the former provides caching when appropriate, which limits the number of system calls in some cases. * osint.ads, prj.ads (Source_Data): do not store directly the timestamp, but the file attributes since we also need access to the size of the ALI file to parse it. This gives an opportunity for saving system calls on Unix systems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-sha224.ads')
-rw-r--r--gcc/ada/g-sha224.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/g-sha224.ads b/gcc/ada/g-sha224.ads
index 25c40396bff..9b93a19e4e0 100644
--- a/gcc/ada/g-sha224.ads
+++ b/gcc/ada/g-sha224.ads
@@ -31,6 +31,7 @@
with System.Secure_Hashes.SHA2_Common;
with System.Secure_Hashes.SHA2_32;
+
package GNAT.SHA224 is new System.Secure_Hashes.H
(Block_Words => System.Secure_Hashes.SHA2_Common.Block_Words,
State_Words => 8,