diff options
author | Robert Dewar <dewar@adacore.com> | 2008-03-26 08:43:27 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-03-26 08:43:27 +0100 |
commit | f53f9dd7812d03d2301d3b3ff6d81bcbed9455d3 (patch) | |
tree | 31e748acde00a186b9998864de91b99dd349ae1f /gcc/ada/back_end.ads | |
parent | 14063a127cde2742fc889284db0185b144a7c873 (diff) | |
download | gcc-f53f9dd7812d03d2301d3b3ff6d81bcbed9455d3.tar.gz |
back_end.adb, [...]: Minor reformatting
2008-03-26 Robert Dewar <dewar@adacore.com>
* back_end.adb, back_end.ads: Minor reformatting
* bindgen.adb: Minor clarification of comments
* fname.ads: Minor comment fixes
* g-altive.ads, g-catiio.ads, g-trasym.ads, prj.ads,
prj-nmsc.adb, sem_aggr.adb: Minor reformatting
* xeinfo.adb, xnmake.adb, xsinfo.adb, xtreeprs.adb,
xsnames.adb: Remove warnings off pragma no longer needed
* a-catizo.ads, a-calari.ads, a-calfor.adb,
a-calfor.ads: Fix header.
From-SVN: r133585
Diffstat (limited to 'gcc/ada/back_end.ads')
-rw-r--r-- | gcc/ada/back_end.ads | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gcc/ada/back_end.ads b/gcc/ada/back_end.ads index 520c98b12d5..a382a733e52 100644 --- a/gcc/ada/back_end.ads +++ b/gcc/ada/back_end.ads @@ -52,15 +52,13 @@ package Back_End is procedure Scan_Compiler_Arguments; -- Acquires command-line parameters passed to the compiler and processes - -- them. Calls Scan_Front_End_Switches for any front-end switches - -- encountered. + -- them. Calls Scan_Front_End_Switches for any front-end switches found. -- - -- The processing of arguments is private to the back end, since - -- the way of acquiring the arguments as well as the set of allowable - -- back end switches is different depending on the particular back end - -- being used. + -- The processing of arguments is private to the back end, since the way + -- of acquiring the arguments as well as the set of allowable back end + -- switches is different depending on the particular back end being used. -- - -- Any processed switches that influence the result of a compilation - -- must be added to the Compilation_Arguments table. + -- Any processed switches that influence the result of a compilation must + -- be added to the Compilation_Arguments table. end Back_End; |