diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-12-05 11:24:18 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-12-05 11:24:18 +0100 |
commit | 3565684abb01b478601fdc20a161f9f7558ac732 (patch) | |
tree | 34cc58fe86a531417d38eebdc7646b02264162b3 /gcc/ada/gnatbind.adb | |
parent | 15c94a55b13ad6c4c2e4178d2df7a4fe2ad8c54b (diff) | |
download | gcc-3565684abb01b478601fdc20a161f9f7558ac732.zip gcc-3565684abb01b478601fdc20a161f9f7558ac732.tar.gz gcc-3565684abb01b478601fdc20a161f9f7558ac732.tar.bz2 |
[multiple changes]
2012-12-05 Arnaud Charlet <charlet@adacore.com>
* gnat_ugn.texi: Fix typo.
2012-12-05 Tristan Gingold <gingold@adacore.com>
* gnatbind.adb: Minor comment update.
2012-12-05 Yannick Moy <moy@adacore.com>
* gnat1drv.adb (Adjust_Global_Switches): Set flags to indicate that
CodePeer backend deals with divide and overflow checks.
From-SVN: r194194
Diffstat (limited to 'gcc/ada/gnatbind.adb')
-rw-r--r-- | gcc/ada/gnatbind.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/gnatbind.adb b/gcc/ada/gnatbind.adb index 0382371..afe74ec 100644 --- a/gcc/ada/gnatbind.adb +++ b/gcc/ada/gnatbind.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, Free Software Foundation, Inc. -- -- -- -- 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- -- @@ -557,8 +557,7 @@ begin Bindusg.Display; end if; - -- Check that the Ada binder file specified has extension .adb and that - -- the C binder file has extension .c + -- Check that the binder file specified has extension .adb if Opt.Output_File_Name_Present and then Output_File_Name_Seen |