summaryrefslogtreecommitdiff
path: root/gcc/ada/get_scos.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-29 08:46:47 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-29 08:46:47 +0000
commit33d571de13bd98f5b876f94777ac0bd78501d585 (patch)
treeaf32761a5b1f5d2db7ba2a7682855b6af0ca16df /gcc/ada/get_scos.adb
parent0da7785ce86178158ba6dbdc4ec3ad4f44c8b963 (diff)
downloadgcc-33d571de13bd98f5b876f94777ac0bd78501d585.tar.gz
2011-08-29 Arnaud Charlet <charlet@adacore.com>
* opt.ads: Minor editing. 2011-08-29 Yannick Moy <moy@adacore.com> * gnat1drv.adb (Adjust_Global_Switches): Remove options for ALFA mode that only made sense for CodePeer mode. 2011-08-29 Jose Ruiz <ruiz@adacore.com> * targparm.ads (Support_64_Bit_Divides_On_Target): Remove this flag which is no longer used. * targparm.adb (S64, S64_Str, Get_Target_Parameters): Remove the handling of the 64-bit division check. * exp_ch4.adb (Expand_N_Op_Divide): Remove the check for 64-bit division available. * system*.ads (Support_64_Bit_Divides): Remove this flag which is no longer used. 2011-08-29 Thomas Quinot <quinot@adacore.com> * get_scos.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178163 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/get_scos.adb')
-rw-r--r--gcc/ada/get_scos.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/get_scos.adb b/gcc/ada/get_scos.adb
index b3957ecbb68..b8e2560a98c 100644
--- a/gcc/ada/get_scos.adb
+++ b/gcc/ada/get_scos.adb
@@ -160,6 +160,7 @@ procedure Get_SCOs is
Check ('-');
Get_Source_Location (Loc2);
end Get_Source_Location_Range;
+
--------------
-- Skip_EOL --
--------------