diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-05-15 14:06:55 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-05-15 14:06:55 +0200 |
commit | 5b5b27adff45664299c19f4666e078f4acecfdf7 (patch) | |
tree | 01c416110922a7e372c9c428f0077e8b755bd4ee /gcc/ada/a-ngelfu.ads | |
parent | 053cf9940a4086500ebaa994d29b894e8f5ed71a (diff) | |
download | gcc-5b5b27adff45664299c19f4666e078f4acecfdf7.tar.gz |
[multiple changes]
2012-05-15 Thomas Quinot <quinot@adacore.com>
* uintp.adb (Image_Uint): Use UI_Div_Rem to get quotient and
remainder of U / Base in a single operation.
2012-05-15 Robert Dewar <dewar@adacore.com>
* exp_ch5.adb, inline.adb, sem_ch10.adb, prj.ads, sem_util.adb,
a-ngelfu.ads, exp_ch4.adb, exp_ch6.adb, aspects.ads, sem_ch6.adb,
vms_data.ads, exp_ch3.adb, prj-env.adb: Minor reformatting.
From-SVN: r187529
Diffstat (limited to 'gcc/ada/a-ngelfu.ads')
-rw-r--r-- | gcc/ada/a-ngelfu.ads | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/a-ngelfu.ads b/gcc/ada/a-ngelfu.ads index 03aed54b966..9f7d3a3a168 100644 --- a/gcc/ada/a-ngelfu.ads +++ b/gcc/ada/a-ngelfu.ads @@ -11,10 +11,6 @@ -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- -- apply solely to the Post aspects that have been added to the spec. -- --- Except for these parts of the document, in accordance with the copyright -- --- of that document, you can freely copy and modify this specification, -- --- provided that if you redistribute a modified version, any changes that -- --- you have made are clearly indicated. -- -- -- -- 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- -- |