diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-09-10 14:49:21 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-09-10 14:49:21 +0200 |
commit | 89893302251345231f5334a2bb3ec8493cc381db (patch) | |
tree | 881717484af552fe4dd8950fc665de7d001c28a4 /gcc/ada/vms_data.ads | |
parent | 4b272fdd2344aff782e3bb1898943bba8943762b (diff) | |
download | gcc-89893302251345231f5334a2bb3ec8493cc381db.tar.gz |
vms_data.ads: Add qualifier for the new gnatmetric '-lratio' option
* vms_data.ads: Add qualifier for the new gnatmetric '-lratio' option
* gnat_ugn.texi: Add description of the new '-lratio' option
Update 7.3.1 section about availability of the feature.
* exp_smem.ads, exp_smem.adb (Make_Shared_Var_Procs): Return last
inserted node.
* Makefile.in: (mips-irix section): Activate build of libgmem.
From-SVN: r128339
Diffstat (limited to 'gcc/ada/vms_data.ads')
-rw-r--r-- | gcc/ada/vms_data.ads | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ada/vms_data.ads b/gcc/ada/vms_data.ads index 8b0a1e1ca5b..dc071960bd1 100644 --- a/gcc/ada/vms_data.ads +++ b/gcc/ada/vms_data.ads @@ -10,14 +10,13 @@ -- -- -- 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- -- --- ware Foundation; either version 2, or (at your option) any later ver- -- +-- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- --- Public License distributed with GNAT; see file COPYING. If not, write -- --- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- --- Boston, MA 02110-1301, USA. -- +-- Public License distributed with GNAT; see file COPYING3. If not, go to -- +-- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- @@ -4563,6 +4562,8 @@ package VMS_Data is "-lcomm " & "MIXED_CODE_COMMENTS " & "-leol " & + "COMMENT_PERCENTAGE " & + "-lratio " & "BLANK_LINES " & "-lb "; -- /LINE_METRICS=(option, option ...) @@ -4579,6 +4580,8 @@ package VMS_Data is -- COMENT_LINES All comment lines are computed -- MIXED_CODE_COMMENTS All lines containing both code and comment are -- computed + -- COMMENT_PERCENTAGE Ratio between comment lines and all the lines + -- containing comments and program code -- BLANK_LINES Blank lines are computed -- -- All combinations of line metrics options are allowed. |