diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-11 13:30:34 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-11 13:30:34 +0000 |
commit | c6fa96daa4355ed789f5602f4f3d388df6fc4e3f (patch) | |
tree | e298a7c6060e05952e462afd584372d0e59fb0f4 /gcc/ada/get_targ.ads | |
parent | 8e599fc2d88c9d4c62032616869e385cab171546 (diff) | |
download | gcc-c6fa96daa4355ed789f5602f4f3d388df6fc4e3f.tar.gz |
2013-04-11 Eric Botcazou <ebotcazou@adacore.com>
* ttypes.ads, get_targ.ads: More minor rewording of comments.
2013-04-11 Johannes Kanig <kanig@adacore.com>
* debug.adb: Document use of switch -gnatd.Z.
2013-04-11 Hristian Kirtchev <kirtchev@adacore.com>
* sem_prag.adb (Analyze_Pragma): Both pragma Depends and Global can now
support renamings of entire objects. Legal renamings are replaced by
the object they rename.
(Is_Renaming): New routine.
2013-04-11 Yannick Moy <moy@adacore.com>
* set_targ.adb, opt.ads: Minor changes in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/get_targ.ads')
-rw-r--r-- | gcc/ada/get_targ.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/get_targ.ads b/gcc/ada/get_targ.ads index 93043e08e93..08af7f33855 100644 --- a/gcc/ada/get_targ.ads +++ b/gcc/ada/get_targ.ads @@ -102,10 +102,11 @@ package Get_Targ is -- Alignment guaranteed by malloc falls function Get_Double_Float_Alignment return Nat; - -- Alignment required for Long_Float + -- Alignment required for Long_Float or 0 if no special requirement function Get_Double_Scalar_Alignment return Nat; - -- Alignment required for Long_Long_Integer + -- Alignment required for Long_Long_Integer or larger integer types + -- or 0 if no special requirement. -- Other subprograms |