OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [ada/] [Makefile.rtl] - Blame information for rev 706

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 706 jeremybenn
# Makefile.rtl for GNU Ada Compiler (GNAT).
2
#   Copyright (C) 2003-2011, Free Software Foundation, Inc.
3
 
4
#This file is part of GCC.
5
 
6
#GCC is free software; you can redistribute it and/or modify
7
#it under the terms of the GNU General Public License as published by
8
#the Free Software Foundation; either version 3, or (at your option)
9
#any later version.
10
 
11
#GCC is distributed in the hope that it will be useful,
12
#but WITHOUT ANY WARRANTY; without even the implied warranty of
13
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
#GNU General Public License for more details.
15
 
16
#You should have received a copy of the GNU General Public License
17
#along with GCC; see the file COPYING3.  If not see
18
#.
19
 
20
# This makefile fragment is included in the ada Makefile (both Unix
21
# and NT and VMS versions).
22
 
23
# Its purpose is to allow the separate maintainence of the list of
24
# GNATRTL objects, which frequently changes.
25
 
26
# Objects needed only for tasking
27
GNATRTL_TASKING_OBJS= \
28
  a-dispat$(objext) \
29
  a-dynpri$(objext) \
30
  a-interr$(objext) \
31
  a-intsig$(objext) \
32
  a-intnam$(objext) \
33
  a-reatim$(objext) \
34
  a-retide$(objext) \
35
  a-rttiev$(objext) \
36
  a-synbar$(objext) \
37
  a-sytaco$(objext) \
38
  a-tasatt$(objext) \
39
  a-taside$(objext) \
40
  a-taster$(objext) \
41
  g-boubuf$(objext) \
42
  g-boumai$(objext) \
43
  g-semaph$(objext) \
44
  g-signal$(objext) \
45
  g-tastus$(objext) \
46
  g-thread$(objext) \
47
  s-asthan$(objext) \
48
  s-inmaop$(objext) \
49
  s-interr$(objext) \
50
  s-intman$(objext) \
51
  s-mudido$(objext) \
52
  s-osinte$(objext) \
53
  s-proinf$(objext) \
54
  s-solita$(objext) \
55
  s-stusta$(objext) \
56
  s-taenca$(objext) \
57
  s-taprob$(objext) \
58
  s-taprop$(objext) \
59
  s-tarest$(objext) \
60
  s-tasdeb$(objext) \
61
  s-tasinf$(objext) \
62
  s-tasini$(objext) \
63
  s-taskin$(objext) \
64
  s-taspri$(objext) \
65
  s-tasque$(objext) \
66
  s-tasres$(objext) \
67
  s-tasren$(objext) \
68
  s-tassta$(objext) \
69
  s-tasuti$(objext) \
70
  s-taasde$(objext) \
71
  s-tadeca$(objext) \
72
  s-tadert$(objext) \
73
  s-tataat$(objext) \
74
  s-tpinop$(objext) \
75
  s-tpoben$(objext) \
76
  s-tpobop$(objext) \
77
  s-tposen$(objext) \
78
  s-tratas$(objext) \
79
  thread$(objext) \
80
  $(EXTRA_GNATRTL_TASKING_OBJS)
81
 
82
# Objects needed for non-tasking.
83
GNATRTL_NONTASKING_OBJS= \
84
  a-assert$(objext) \
85
  a-btgbso$(objext) \
86
  a-calari$(objext) \
87
  a-calcon$(objext) \
88
  a-caldel$(objext) \
89
  a-calend$(objext) \
90
  a-calfor$(objext) \
91
  a-catizo$(objext) \
92
  a-cbhama$(objext) \
93
  a-cbhase$(objext) \
94
  a-cborse$(objext) \
95
  a-cbdlli$(objext) \
96
  a-cbmutr$(objext) \
97
  a-cborma$(objext) \
98
  a-cbprqu$(objext) \
99
  a-cbsyqu$(objext) \
100
  a-cdlili$(objext) \
101
  a-cfdlli$(objext) \
102
  a-cfhama$(objext) \
103
  a-cfhase$(objext) \
104
  a-cforma$(objext) \
105
  a-cforse$(objext) \
106
  a-cgaaso$(objext) \
107
  a-cgarso$(objext) \
108
  a-cgcaso$(objext) \
109
  a-chacon$(objext) \
110
  a-chahan$(objext) \
111
  a-charac$(objext) \
112
  a-chlat1$(objext) \
113
  a-chlat9$(objext) \
114
  a-chtgbo$(objext) \
115
  a-chtgbk$(objext) \
116
  a-chtgke$(objext) \
117
  a-chtgop$(objext) \
118
  a-chzla1$(objext) \
119
  a-chzla9$(objext) \
120
  a-cidlli$(objext) \
121
  a-cihama$(objext) \
122
  a-cihase$(objext) \
123
  a-ciorma$(objext) \
124
  a-ciormu$(objext) \
125
  a-ciorse$(objext) \
126
  a-clrefi$(objext) \
127
  a-cogeso$(objext) \
128
  a-cohama$(objext) \
129
  a-cohase$(objext) \
130
  a-cohata$(objext) \
131
  a-coinho$(objext) \
132
  a-coinve$(objext) \
133
  a-colien$(objext) \
134
  a-colire$(objext) \
135
  a-comlin$(objext) \
136
  a-contai$(objext) \
137
  a-convec$(objext) \
138
  a-cobove$(objext) \
139
  a-cofove$(objext) \
140
  a-coorma$(objext) \
141
  a-coormu$(objext) \
142
  a-coorse$(objext) \
143
  a-coprnu$(objext) \
144
  a-coteio$(objext) \
145
  a-crbltr$(objext) \
146
  a-crbtgk$(objext) \
147
  a-crbtgo$(objext) \
148
  a-crdlli$(objext) \
149
  a-comutr$(objext) \
150
  a-cimutr$(objext) \
151
  a-csquin$(objext) \
152
  a-cuprqu$(objext) \
153
  a-cusyqu$(objext) \
154
  a-cwila1$(objext) \
155
  a-cwila9$(objext) \
156
  a-decima$(objext) \
157
  a-diocst$(objext) \
158
  a-direct$(objext) \
159
  a-direio$(objext) \
160
  a-dirval$(objext) \
161
  a-einuoc$(objext) \
162
  a-elchha$(objext) \
163
  a-envvar$(objext) \
164
  a-except$(objext) \
165
  a-exctra$(objext) \
166
  a-finali$(objext) \
167
  a-flteio$(objext) \
168
  a-fwteio$(objext) \
169
  a-fzteio$(objext) \
170
  a-inteio$(objext) \
171
  a-ioexce$(objext) \
172
  a-iteint$(objext) \
173
  a-iwteio$(objext) \
174
  a-izteio$(objext) \
175
  a-lcteio$(objext) \
176
  a-lfteio$(objext) \
177
  a-lfwtio$(objext) \
178
  a-lfztio$(objext) \
179
  a-liteio$(objext) \
180
  a-liwtio$(objext) \
181
  a-liztio$(objext) \
182
  a-llctio$(objext) \
183
  a-llftio$(objext) \
184
  a-llfwti$(objext) \
185
  a-llfzti$(objext) \
186
  a-llitio$(objext) \
187
  a-lliwti$(objext) \
188
  a-llizti$(objext) \
189
  a-locale$(objext) \
190
  a-ncelfu$(objext) \
191
  a-ngcefu$(objext) \
192
  a-ngcoar$(objext) \
193
  a-ngcoty$(objext) \
194
  a-ngelfu$(objext) \
195
  a-ngrear$(objext) \
196
  a-nlcefu$(objext) \
197
  a-nlcoar$(objext) \
198
  a-nlcoty$(objext) \
199
  a-nlelfu$(objext) \
200
  a-nlrear$(objext) \
201
  a-nllcar$(objext) \
202
  a-nllcef$(objext) \
203
  a-nllcty$(objext) \
204
  a-nllefu$(objext) \
205
  a-nllrar$(objext) \
206
  a-nscefu$(objext) \
207
  a-nscoty$(objext) \
208
  a-nselfu$(objext) \
209
  a-nucoar$(objext) \
210
  a-nucoty$(objext) \
211
  a-nudira$(objext) \
212
  a-nuelfu$(objext) \
213
  a-nuflra$(objext) \
214
  a-numaux$(objext) \
215
  a-numeri$(objext) \
216
  a-nurear$(objext) \
217
  a-rbtgbo$(objext) \
218
  a-rbtgbk$(objext) \
219
  a-rbtgso$(objext) \
220
  a-sbecin$(objext) \
221
  a-sbhcin$(objext) \
222
  a-sblcin$(objext) \
223
  a-scteio$(objext) \
224
  a-secain$(objext) \
225
  a-sequio$(objext) \
226
  a-sfecin$(objext) \
227
  a-sfhcin$(objext) \
228
  a-sflcin$(objext) \
229
  a-sfteio$(objext) \
230
  a-sfwtio$(objext) \
231
  a-sfztio$(objext) \
232
  a-shcain$(objext) \
233
  a-siocst$(objext) \
234
  a-siteio$(objext) \
235
  a-siwtio$(objext) \
236
  a-siztio$(objext) \
237
  a-slcain$(objext) \
238
  a-ssicst$(objext) \
239
  a-ssitio$(objext) \
240
  a-ssiwti$(objext) \
241
  a-ssizti$(objext) \
242
  a-stboha$(objext) \
243
  a-stfiha$(objext) \
244
  a-stmaco$(objext) \
245
  a-storio$(objext) \
246
  a-strbou$(objext) \
247
  a-stream$(objext) \
248
  a-strfix$(objext) \
249
  a-strhas$(objext) \
250
  a-string$(objext) \
251
  a-strmap$(objext) \
252
  a-strsea$(objext) \
253
  a-strsup$(objext) \
254
  a-strunb$(objext) \
255
  a-ststio$(objext) \
256
  a-stunau$(objext) \
257
  a-stunha$(objext) \
258
  a-stuten$(objext) \
259
  a-stwibo$(objext) \
260
  a-stwifi$(objext) \
261
  a-stwiha$(objext) \
262
  a-stwima$(objext) \
263
  a-stwise$(objext) \
264
  a-stwisu$(objext) \
265
  a-stwiun$(objext) \
266
  a-stzbou$(objext) \
267
  a-stzfix$(objext) \
268
  a-stzhas$(objext) \
269
  a-stzmap$(objext) \
270
  a-stzsea$(objext) \
271
  a-stzsup$(objext) \
272
  a-stzunb$(objext) \
273
  a-suecin$(objext) \
274
  a-suenco$(objext) \
275
  a-suenst$(objext) \
276
  a-suewst$(objext) \
277
  a-suezst$(objext) \
278
  a-suhcin$(objext) \
279
  a-sulcin$(objext) \
280
  a-suteio$(objext) \
281
  a-swbwha$(objext) \
282
  a-swfwha$(objext) \
283
  a-swmwco$(objext) \
284
  a-swunau$(objext) \
285
  a-swuwha$(objext) \
286
  a-swuwti$(objext) \
287
  a-szbzha$(objext) \
288
  a-szfzha$(objext) \
289
  a-szmzco$(objext) \
290
  a-szunau$(objext) \
291
  a-szuzha$(objext) \
292
  a-szuzti$(objext) \
293
  a-tags$(objext) \
294
  a-teioed$(objext) \
295
  a-textio$(objext) \
296
  a-tgdico$(objext) \
297
  a-tiboio$(objext) \
298
  a-ticoau$(objext) \
299
  a-ticoio$(objext) \
300
  a-tideau$(objext) \
301
  a-tideio$(objext) \
302
  a-tienau$(objext) \
303
  a-tienio$(objext) \
304
  a-tifiio$(objext) \
305
  a-tiflau$(objext) \
306
  a-tiflio$(objext) \
307
  a-tigeau$(objext) \
308
  a-tiinau$(objext) \
309
  a-tiinio$(objext) \
310
  a-timoau$(objext) \
311
  a-timoio$(objext) \
312
  a-tiocst$(objext) \
313
  a-tirsfi$(objext) \
314
  a-titest$(objext) \
315
  a-tiunio$(objext) \
316
  a-unccon$(objext) \
317
  a-uncdea$(objext) \
318
  a-undesu$(objext) \
319
  a-wichha$(objext) \
320
  a-wichun$(objext) \
321
  a-widcha$(objext) \
322
  a-witeio$(objext) \
323
  a-wrstfi$(objext) \
324
  a-wtcoau$(objext) \
325
  a-wtcoio$(objext) \
326
  a-wtcstr$(objext) \
327
  a-wtdeau$(objext) \
328
  a-wtdeio$(objext) \
329
  a-wtedit$(objext) \
330
  a-wtenau$(objext) \
331
  a-wtenio$(objext) \
332
  a-wtfiio$(objext) \
333
  a-wtflau$(objext) \
334
  a-wtflio$(objext) \
335
  a-wtgeau$(objext) \
336
  a-wtinau$(objext) \
337
  a-wtinio$(objext) \
338
  a-wtmoau$(objext) \
339
  a-wtmoio$(objext) \
340
  a-wttest$(objext) \
341
  a-wwboio$(objext) \
342
  a-wwunio$(objext) \
343
  a-zchara$(objext) \
344
  a-zchhan$(objext) \
345
  a-zchuni$(objext) \
346
  a-zrstfi$(objext) \
347
  a-ztcoau$(objext) \
348
  a-ztcoio$(objext) \
349
  a-ztcstr$(objext) \
350
  a-ztdeau$(objext) \
351
  a-ztdeio$(objext) \
352
  a-ztedit$(objext) \
353
  a-ztenau$(objext) \
354
  a-ztenio$(objext) \
355
  a-ztexio$(objext) \
356
  a-ztfiio$(objext) \
357
  a-ztflau$(objext) \
358
  a-ztflio$(objext) \
359
  a-ztgeau$(objext) \
360
  a-ztinau$(objext) \
361
  a-ztinio$(objext) \
362
  a-ztmoau$(objext) \
363
  a-ztmoio$(objext) \
364
  a-zttest$(objext) \
365
  a-zzboio$(objext) \
366
  a-zzunio$(objext) \
367
  ada$(objext) \
368
  calendar$(objext) \
369
  directio$(objext) \
370
  g-allein$(objext) \
371
  g-alleve$(objext) \
372
  g-altcon$(objext) \
373
  g-altive$(objext) \
374
  g-alveop$(objext) \
375
  g-alvety$(objext) \
376
  g-alvevi$(objext) \
377
  g-arrspl$(objext) \
378
  g-awk$(objext) \
379
  g-bubsor$(objext) \
380
  g-busora$(objext) \
381
  g-busorg$(objext) \
382
  g-byorma$(objext) \
383
  g-bytswa$(objext) \
384
  g-calend$(objext) \
385
  g-casuti$(objext) \
386
  g-catiio$(objext) \
387
  g-cgi$(objext)    \
388
  g-cgicoo$(objext) \
389
  g-cgideb$(objext) \
390
  g-comlin$(objext) \
391
  g-comver$(objext) \
392
  g-crc32$(objext) \
393
  g-ctrl_c$(objext) \
394
  g-curexc$(objext) \
395
  g-debpoo$(objext) \
396
  g-debuti$(objext) \
397
  g-decstr$(objext) \
398
  g-deutst$(objext) \
399
  g-diopit$(objext) \
400
  g-dirope$(objext) \
401
  g-dynhta$(objext) \
402
  g-dyntab$(objext) \
403
  g-encstr$(objext) \
404
  g-enutst$(objext) \
405
  g-excact$(objext) \
406
  g-except$(objext) \
407
  g-exctra$(objext) \
408
  g-expect$(objext) \
409
  g-exptty$(objext) \
410
  g-flocon$(objext) \
411
  g-heasor$(objext) \
412
  g-hesora$(objext) \
413
  g-hesorg$(objext) \
414
  g-htable$(objext) \
415
  g-io$(objext) \
416
  g-io_aux$(objext) \
417
  g-locfil$(objext) \
418
  g-mbdira$(objext) \
419
  g-mbflra$(objext) \
420
  g-md5$(objext) \
421
  g-memdum$(objext) \
422
  g-moreex$(objext) \
423
  g-os_lib$(objext) \
424
  g-pehage$(objext) \
425
  g-rannum$(objext) \
426
  g-regexp$(objext) \
427
  g-regpat$(objext) \
428
  g-sechas$(objext) \
429
  g-sehamd$(objext) \
430
  g-sehash$(objext) \
431
  g-sercom$(objext) \
432
  g-sestin$(objext) \
433
  g-sha1$(objext) \
434
  g-sha224$(objext) \
435
  g-sha256$(objext) \
436
  g-sha384$(objext) \
437
  g-sha512$(objext) \
438
  g-shsh32$(objext) \
439
  g-shsh64$(objext) \
440
  g-shshco$(objext) \
441
  g-souinf$(objext) \
442
  g-spchge$(objext) \
443
  g-speche$(objext) \
444
  g-spipat$(objext) \
445
  g-spitbo$(objext) \
446
  g-sptabo$(objext) \
447
  g-sptain$(objext) \
448
  g-sptavs$(objext) \
449
  g-string$(objext) \
450
  g-strspl$(objext) \
451
  g-table$(objext) \
452
  g-tasloc$(objext) \
453
  g-timsta$(objext) \
454
  g-traceb$(objext) \
455
  g-trasym$(objext) \
456
  g-tty$(objext) \
457
  g-u3spch$(objext) \
458
  g-utf_32$(objext) \
459
  g-wispch$(objext) \
460
  g-wistsp$(objext) \
461
  g-zspche$(objext) \
462
  g-zstspl$(objext) \
463
  gnat$(objext) \
464
  i-c$(objext) \
465
  i-cexten$(objext) \
466
  i-cobol$(objext) \
467
  i-cpoint$(objext) \
468
  i-cpp$(objext) \
469
  i-cstrea$(objext) \
470
  i-cstrin$(objext) \
471
  i-fortra$(objext) \
472
  i-pacdec$(objext) \
473
  interfac$(objext) \
474
  ioexcept$(objext) \
475
  machcode$(objext) \
476
  s-addima$(objext) \
477
  s-addope$(objext) \
478
  s-arit64$(objext) \
479
  s-assert$(objext) \
480
  s-atacco$(objext) \
481
  s-atocou$(objext) \
482
  s-auxdec$(objext) \
483
  s-bitops$(objext) \
484
  s-boarop$(objext) \
485
  s-carsi8$(objext) \
486
  s-carun8$(objext) \
487
  s-casi16$(objext) \
488
  s-casi32$(objext) \
489
  s-casi64$(objext) \
490
  s-casuti$(objext) \
491
  s-caun16$(objext) \
492
  s-caun32$(objext) \
493
  s-caun64$(objext) \
494
  s-chepoo$(objext) \
495
  s-commun$(objext) \
496
  s-conca2$(objext) \
497
  s-conca3$(objext) \
498
  s-conca4$(objext) \
499
  s-conca5$(objext) \
500
  s-conca6$(objext) \
501
  s-conca7$(objext) \
502
  s-conca8$(objext) \
503
  s-conca9$(objext) \
504
  s-crc32$(objext)  \
505
  s-crtl$(objext)   \
506
  s-crtrun$(objext) \
507
  s-diflio$(objext) \
508
  s-dim$(objext)    \
509
  s-diinio$(objext) \
510
  s-dimkio$(objext) \
511
  s-dimmks$(objext) \
512
  s-direio$(objext) \
513
  s-dmotpr$(objext) \
514
  s-dsaser$(objext) \
515
  s-excdeb$(objext) \
516
  s-except$(objext) \
517
  s-exctab$(objext) \
518
  s-exnint$(objext) \
519
  s-exnllf$(objext) \
520
  s-exnlli$(objext) \
521
  s-expint$(objext) \
522
  s-explli$(objext) \
523
  s-expllu$(objext) \
524
  s-expmod$(objext) \
525
  s-expuns$(objext) \
526
  s-fatflt$(objext) \
527
  s-fatgen$(objext) \
528
  s-fatlfl$(objext) \
529
  s-fatllf$(objext) \
530
  s-fatsfl$(objext) \
531
  s-ficobl$(objext) \
532
  s-fileio$(objext) \
533
  s-filofl$(objext) \
534
  s-finmas$(objext) \
535
  s-finroo$(objext) \
536
  s-fishfl$(objext) \
537
  s-flocon$(objext) \
538
  s-fore$(objext)   \
539
  s-fvadfl$(objext) \
540
  s-fvaffl$(objext) \
541
  s-fvagfl$(objext) \
542
  s-gearop$(objext) \
543
  s-geveop$(objext) \
544
  s-gloloc$(objext) \
545
  s-htable$(objext) \
546
  s-imenne$(objext) \
547
  s-imgbiu$(objext) \
548
  s-imgboo$(objext) \
549
  s-imgcha$(objext) \
550
  s-imgdec$(objext) \
551
  s-imgenu$(objext) \
552
  s-imgint$(objext) \
553
  s-imgllb$(objext) \
554
  s-imglld$(objext) \
555
  s-imglli$(objext) \
556
  s-imgllu$(objext) \
557
  s-imgllw$(objext) \
558
  s-imgrea$(objext) \
559
  s-imguns$(objext) \
560
  s-imgwch$(objext) \
561
  s-imgwiu$(objext) \
562
  s-io$(objext)     \
563
  s-llflex$(objext) \
564
  s-maccod$(objext) \
565
  s-mantis$(objext) \
566
  s-mastop$(objext) \
567
  s-memcop$(objext) \
568
  s-memory$(objext) \
569
  s-multip$(objext) \
570
  s-os_lib$(objext) \
571
  s-oscons$(objext) \
572
  s-osprim$(objext) \
573
  s-pack03$(objext) \
574
  s-pack05$(objext) \
575
  s-pack06$(objext) \
576
  s-pack07$(objext) \
577
  s-pack09$(objext) \
578
  s-pack10$(objext) \
579
  s-pack11$(objext) \
580
  s-pack12$(objext) \
581
  s-pack13$(objext) \
582
  s-pack14$(objext) \
583
  s-pack15$(objext) \
584
  s-pack17$(objext) \
585
  s-pack18$(objext) \
586
  s-pack19$(objext) \
587
  s-pack20$(objext) \
588
  s-pack21$(objext) \
589
  s-pack22$(objext) \
590
  s-pack23$(objext) \
591
  s-pack24$(objext) \
592
  s-pack25$(objext) \
593
  s-pack26$(objext) \
594
  s-pack27$(objext) \
595
  s-pack28$(objext) \
596
  s-pack29$(objext) \
597
  s-pack30$(objext) \
598
  s-pack31$(objext) \
599
  s-pack33$(objext) \
600
  s-pack34$(objext) \
601
  s-pack35$(objext) \
602
  s-pack36$(objext) \
603
  s-pack37$(objext) \
604
  s-pack38$(objext) \
605
  s-pack39$(objext) \
606
  s-pack40$(objext) \
607
  s-pack41$(objext) \
608
  s-pack42$(objext) \
609
  s-pack43$(objext) \
610
  s-pack44$(objext) \
611
  s-pack45$(objext) \
612
  s-pack46$(objext) \
613
  s-pack47$(objext) \
614
  s-pack48$(objext) \
615
  s-pack49$(objext) \
616
  s-pack50$(objext) \
617
  s-pack51$(objext) \
618
  s-pack52$(objext) \
619
  s-pack53$(objext) \
620
  s-pack54$(objext) \
621
  s-pack55$(objext) \
622
  s-pack56$(objext) \
623
  s-pack57$(objext) \
624
  s-pack58$(objext) \
625
  s-pack59$(objext) \
626
  s-pack60$(objext) \
627
  s-pack61$(objext) \
628
  s-pack62$(objext) \
629
  s-pack63$(objext) \
630
  s-parame$(objext) \
631
  s-parint$(objext) \
632
  s-pooglo$(objext) \
633
  s-pooloc$(objext) \
634
  s-poosiz$(objext) \
635
  s-powtab$(objext) \
636
  s-purexc$(objext) \
637
  s-rannum$(objext) \
638
  s-ransee$(objext) \
639
  s-regexp$(objext) \
640
  s-regpat$(objext) \
641
  s-restri$(objext) \
642
  s-rident$(objext) \
643
  s-rpc$(objext)    \
644
  s-scaval$(objext) \
645
  s-secsta$(objext) \
646
  s-sequio$(objext) \
647
  s-shasto$(objext) \
648
  s-soflin$(objext) \
649
  s-spsufi$(objext) \
650
  s-stache$(objext) \
651
  s-stalib$(objext) \
652
  s-stausa$(objext) \
653
  s-stchop$(objext) \
654
  s-stoele$(objext) \
655
  s-stopoo$(objext) \
656
  s-stposu$(objext) \
657
  s-stratt$(objext) \
658
  s-strhas$(objext) \
659
  s-string$(objext) \
660
  s-ststop$(objext) \
661
  s-tasloc$(objext) \
662
  s-traceb$(objext) \
663
  s-traces$(objext) \
664
  s-traent$(objext) \
665
  s-unstyp$(objext) \
666
  s-utf_32$(objext) \
667
  s-vaflop$(objext) \
668
  s-valboo$(objext) \
669
  s-valcha$(objext) \
670
  s-valdec$(objext) \
671
  s-valenu$(objext) \
672
  s-valint$(objext) \
673
  s-vallld$(objext) \
674
  s-vallli$(objext) \
675
  s-valllu$(objext) \
676
  s-valrea$(objext) \
677
  s-valuns$(objext) \
678
  s-valuti$(objext) \
679
  s-valwch$(objext) \
680
  s-veboop$(objext) \
681
  s-vector$(objext) \
682
  s-vercon$(objext) \
683
  s-vmexta$(objext) \
684
  s-wchcnv$(objext) \
685
  s-wchcon$(objext) \
686
  s-wchjis$(objext) \
687
  s-wchstw$(objext) \
688
  s-wchwts$(objext) \
689
  s-widboo$(objext) \
690
  s-widcha$(objext) \
691
  s-widenu$(objext) \
692
  s-widlli$(objext) \
693
  s-widllu$(objext) \
694
  s-widwch$(objext) \
695
  s-wwdcha$(objext) \
696
  s-wwdenu$(objext) \
697
  s-wwdwch$(objext) \
698
  sequenio$(objext) \
699
  system$(objext) \
700
  text_io$(objext) \
701
  unchconv$(objext) \
702
  unchdeal$(objext) \
703
  $(GNATRTL_SOCKETS_OBJS) \
704
  $(EXTRA_GNATRTL_NONTASKING_OBJS)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.