diff options
Diffstat (limited to 'gcc/ada/prj-attr.adb')
-rw-r--r-- | gcc/ada/prj-attr.adb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/ada/prj-attr.adb b/gcc/ada/prj-attr.adb index 201d6b8636c..66de7c71601 100644 --- a/gcc/ada/prj-attr.adb +++ b/gcc/ada/prj-attr.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2014, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2015, 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- -- @@ -379,6 +379,16 @@ package body Prj.Attr is "Pstack#" & "LVswitches#" & + -- package Codepeer + + "Pcodepeer#" & + "SVoutput_directory#" & + "SVdatabase_directory#" & + "SVmessage_patterns#" & + "SVadditional_patterns#" & + "LVswitches#" & + "LVexcluded_source_files#" & + "#"; Initialized : Boolean := False; |