This file is indexed.

/usr/share/gprconfig/c.xml is in gprbuild 2014dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<?xml version="1.0" ?>
<gprconfig>
   <!--  This package provides the default standard options for a gcc
         C compiler -->

   <configuration>
     <compilers>
       <compiler language="C" />
     </compilers>
     <config>
   package Naming is
      for Spec_Suffix ("C") use ".h";
      for Body_Suffix ("C") use ".c";
   end Naming;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-28" language="C" />
       <compiler name="GCC-CYGMING" language="C" />
       <compiler name="GCC-SYSGO" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}${EXEC(c)}";
   end Compiler;

   package Clean is
      for Source_Artifact_Extensions ("C")   use (".gli");
      for Object_Artifact_Extensions ("C")   use (".s", "ci", ".gcno");
   end Clean;
     </config>
   </configuration>

   <configuration>
     <compilers>
        <compiler name="GCC-MINGW32" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}gcc${PREFIX(c)}";
   end Compiler;

   package Clean is
      for Source_Artifact_Extensions ("C")   use (".gli");
      for Object_Artifact_Extensions ("C")   use (".s", "ci", ".gcno");
   end Clean;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS5" language="C" />
       <compiler name="GCC-WRS6" language="C" />
       <compiler name="GCC-WRS6CERT" language="C" />
       <compiler name="GCC-WRS6CERTE500V2" language="C" />
       <compiler name="GCC-WRS6E500V2" language="C" />
       <compiler name="GCC-WRS6LEON" language="C" />
       <compiler name="GCC-WRS653" language="C" />
       <compiler name="GCC-WRS653-E500V2" language="C" />
       <compiler name="GCC-WRSMILS" language="C" />
       <compiler name="GCC-WRSMILSHAE" language="C" />
       <compiler name="GCC-WRSMILS-E500V2" language="C" />
       <compiler name="GCC-WRSMILSHAE-E500V2" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}cc${PREFIX(c)}";
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="DIABC-PPC" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}dcc";
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="LLVM" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}clang";
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-28" language="C" />
       <compiler name="GCC-CYGMING" language="C" />
       <compiler name="GCC-MINGW32" language="C" />
       <compiler name="GCC-SYSGO" language="C" />
       <compiler name="GCC-WRS5" language="C" />
       <compiler name="GCC-WRS6" language="C" />
       <compiler name="GCC-WRS6E500V2" language="C" />
       <compiler name="GCC-WRS6LEON" language="C" />
       <compiler name="GCC-WRS6CERT" language="C" />
       <compiler name="GCC-WRS6CERTE500V2" language="C" />
       <compiler name="GCC-WRS653" language="C" />
       <compiler name="GCC-WRS653-E500V2" language="C" />
       <compiler name="GCC-WRSMILS" language="C" />
       <compiler name="GCC-WRSMILSHAE" language="C" />
       <compiler name="GCC-WRSMILS-E500V2" language="C" />
       <compiler name="GCC-WRSMILSHAE-E500V2" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches   ("C") use
         ("-c", "-x", "c") &amp; Compiler'Leading_Required_Switches ("C");
      for Include_Path        ("C") use "CPATH";
   end Compiler;
     </config>
   </configuration>

  <!--     GCC 2.8.1 & VxWorks 5
   Switch -MMD is not supported on GCC 2.8.1. So, we use an undocumented
   switch. -MF is not supported by the VxWorks 5 gcc
   -->
   <configuration>
     <compilers>
       <compiler name="GCC-28" language="C" />
       <compiler name="GCC-WRS5" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Dependency_Switches ("C") use ("-Wp,-MMD,");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-CYGMING" language="C" />
       <compiler name="GCC-MINGW32" language="C" />
       <compiler name="GCC-WRS6" language="C" />
       <compiler name="GCC-WRS6E500V2" language="C" />
       <compiler name="GCC-WRS6LEON" language="C" />
       <compiler name="GCC-WRS6CERT" language="C" />
       <compiler name="GCC-WRS6CERTE500V2" language="C" />
       <compiler name="GCC-WRS653" language="C" />
       <compiler name="GCC-WRS653-E500V2" language="C" />
       <compiler name="GCC-WRSMILS" language="C" />
       <compiler name="GCC-WRSMILSHAE" language="C" />
       <compiler name="GCC-WRSMILS-E500V2" language="C" />
       <compiler name="GCC-WRSMILSHAE-E500V2" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Dependency_Switches ("C") use ("-MMD", "-MF", "");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="DIABC-PPC" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches   ("C") use
         Compiler'Leading_Required_Switches ("C") &amp; ("-tPPC750EH:cross", "-c");
      for Dependency_Switches ("C") use
         ("-Xmake-dependency=6", "-Xmake-dependency-savefile=");
      for Include_Path        ("C") use "CPATH";
   end Compiler;
     </config>
   </configuration>

   <!--  Additional switches needed on some platforms -->

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-28" language="C" />
     </compilers>
     <targets negate="true">
       <target name="^.*LynxOS.*$" />
       <target name="^.*mingw.*$" />
       <target name="^.*cygwin.*$" />
       <target name="^.*dec-osf.*$" />
       <target name="^.*wrs-vxworks.*$" />
     </targets>
     <config>
   package Compiler is
      for PIC_Option ("C") use ("-fPIC");
   end Compiler;
     </config>
   </configuration>

   <!-- Additional switch -fdump-xref for recent gcc for GNAT Pro compilers -->

   <configuration>
     <compilers>
       <compiler name="GCC_Pro" language="C" />
     </compilers>
     <compilers negate="true">
       <compiler version="3.4.6" />
       <compiler version="4.1.2" />
       <compiler version="4.1.3" />
       <compiler version="4.3.3" />
       <compiler version="4.5.2" />
       <compiler version="4.5.4" />
       <compiler version="4.9.0" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches   ("C") use
         Compiler'Leading_Required_Switches ("C") &amp; ("-fdump-xref");
   end Compiler;
     </config>
   </configuration>

   <!-- for cygming we make sure that the option -mno-cygwin is used -->
   <configuration>
     <compilers>
       <compiler name="GCC-CYGMING" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C") &amp; ("-mno-cygwin");
   end Compiler;
     </config>
   </configuration>

</gprconfig>