diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-22 13:15:15 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-22 13:15:15 +0000 |
commit | 5f86d0eef9906b51b59a217c7677f27a01bbc9fb (patch) | |
tree | 69eb259722c9b0825b0b815a931a22adb180d32a /gcc/ada/osint.adb | |
parent | 1cd02ab1e77fa43ab55f4268cab2112f5dc5faa1 (diff) | |
download | gcc-5f86d0eef9906b51b59a217c7677f27a01bbc9fb.tar.gz |
2010-06-22 Robert Dewar <dewar@adacore.com>
* uintp.adb, osint.adb, prj-conf.adb, prj-part.adb, prj.adb: Minor
reformatting.
* s-taprop-vxworks.adb: Add comment for Set_Priority.
* impunit.adb (Map_Array): Add entries for s-htable.ads and s-crc32.ads
* projects.texi: Move @cindex to the left margin, since otherwise we
are missing entries in the index.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/osint.adb')
-rw-r--r-- | gcc/ada/osint.adb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/osint.adb b/gcc/ada/osint.adb index 6d6f388b9bb..7d16e2a266a 100644 --- a/gcc/ada/osint.adb +++ b/gcc/ada/osint.adb @@ -31,14 +31,14 @@ with GNAT.HTable; with Alloc; with Debug; -with Fmap; use Fmap; -with Gnatvsn; use Gnatvsn; +with Fmap; use Fmap; +with Gnatvsn; use Gnatvsn; with Hostparm; -with Opt; use Opt; -with Output; use Output; -with Sdefault; use Sdefault; +with Opt; use Opt; +with Output; use Output; +with Sdefault; use Sdefault; with Table; -with Targparm; use Targparm; +with Targparm; use Targparm; package body Osint is |