diff options
author | Arnaud Charlet <charlet@adacore.com> | 2015-10-16 12:25:58 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 14:25:58 +0200 |
commit | 57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09 (patch) | |
tree | b977087bad143c37e8583e90aa75bc7979ea8b65 /gcc/ada/back_end.ads | |
parent | e83ed69230cd8893af4fb5309e55fcbf663be112 (diff) | |
download | gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.zip gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.gz gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.bz2 |
checks.adb: Fix typo.
2015-10-16 Arnaud Charlet <charlet@adacore.com>
* checks.adb: Fix typo.
* s-osinte-linux.ads: Add header.
* projects.texi: Removed, no longer used.
* s-multip.adb: Minor: fix header.
* sem_ch3.adb, exp_ch7.adb, g-dirope.ads, sinfo.ads, types.ads,
a-textio.adb, s-exctra.adb, ali.adb, back_end.ads, exp_intr.adb,
a-tigeli.adb, exp_ch3.adb, s-os_lib.ads: Remove further references to
.NET.
* gnatlink.adb, opt.ads, exp_aggr.adb, s-solita.adb: Minor comment
updates.
From-SVN: r228880
Diffstat (limited to 'gcc/ada/back_end.ads')
-rw-r--r-- | gcc/ada/back_end.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/back_end.ads b/gcc/ada/back_end.ads index c58f080..ee8ab45 100644 --- a/gcc/ada/back_end.ads +++ b/gcc/ada/back_end.ads @@ -82,8 +82,7 @@ package Back_End is -- -- This is a no-op with the gcc back-end (the object file is generated by -- the assembler afterwards), but is needed for back-ends that directly - -- generate the final object file (such as the .NET backend) so that the - -- object file's timestamp is correct when compared with the corresponding - -- ali file by gnatmake. + -- generate the final object file so that the object file's timestamp is + -- correct when compared with the corresponding ali file by gnatmake. end Back_End; |