]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ada/ChangeLog
* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
[thirdparty/gcc.git] / gcc / ada / ChangeLog
CommitLineData
316ad9c5
RD
12001-10-25 Robert Dewar <dewar@gnat.com>
2
3 * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
4
1a7e4df4
GB
52001-10-25 Geert Bosch <bosch@gnat.com>
6
7 * osint.adb (Is_Relative): Remove duplicate.
8
90a9fff2
PO
92001-10-25 Pascal Obry <obry@gnat.com>
10
11 * osint.adb (Read_Default_Search_Dirs): correctly detect relative
12 pathnames in UNIX and DOS style with drive letter.
13 (Is_Relative): new routine.
14
15 * osint.adb: Minor reformatting
16
17 * osint.adb (Is_Relative): implementation using
1a7e4df4 18 GNAT.OS_Lib.Is_Absolute_Path. Better fix.
90a9fff2 19
5c1ba4cc
PO
202001-10-25 Pascal Obry <obry@gnat.com>
21
22 * g-dirope.adb (Basename): correctly compute offset between the
23 original Path and the translated one.
24
25 * g-dirope.adb: (Base_Name): add some comments.
26
a7fb206d
RD
272001-10-25 Robert Dewar <dewar@gnat.com>
28
29 * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
30 in HIE mode, avoids compilation abandoned message
31
32 * exp_imgv.adb: Correct typo in previous change
33
34 * exp_imgv.adb: Correct typo in previous change (not my day!)
35
e6a7e62e
RD
362001-10-25 Robert Dewar <dewar@gnat.com>
37
38 * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
39
0d2b8e0b 402001-10-25 Pascal Obry <obry@gnat.com>
75c09e7d 41
0d2b8e0b
GB
42 * g-awk.ads: Move all pragma inlines next to the routine
43 declarations. This is more uniform with other GNAT spec.
75c09e7d 44
0d2b8e0b 452001-10-22 Geert Bosch <bosch@gnat.com>
d2740a69
GB
46
47 * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
48
0d2b8e0b 492001-10-19 Geert Bosch <bosch@gnat.com>
d7ac9bdd
GB
50
51 * Makefile.in (tools, gnattools): Remove gnatmem.
52
17ed6335
RH
532001-10-17 Richard Henderson <rth@redhat.com>
54
55 * Makefile.in (misc.o): Depend on langhooks.h.
56 * misc.c: Include it.
57 (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
58 (LANG_HOOKS_DECODE_OPTION): New.
59 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
60
f2436274
FW
612001-10-16 Florian Weimer <fw@deneb.enyo.de>
62
63 * trans.c (tree_transform): Adjust to recent change in
64 expand_asm_operands to implement named asm operands.
65
b14127e6
ES
662001-10-11 Ed Schonberg <schonber@gnat.com>
67
68 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
69 renaming of discriminant for mutable record type.
70
e70ee92a
RD
712001-10-11 Robert Dewar <dewar@gnat.com>
72
73 * validsw.adb: Properly save -gnatVn status.
74
9a5621d7
RD
752001-10-11 Robert Dewar <dewar@gnat.com>
76
77 * usage.adb: Add lines for V switch.
78
79 * gnatcmd.adb (COMPILE): Revise translations for -gnatV
80 (/VALIDITY_CHECKING).
81
45667f04
ES
822001-10-11 Ed Schonberg <schonber@gnat.com>
83
84 * sem_type.adb (Add_One_Interp): an operator for a type declared in
85 an extension of System is known to be visible.
86
c3de5c4c
ES
872001-10-11 Ed Schonberg <schonber@gnat.com>
88
89 * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
90 properly. Fixes regression on ACATS C34005G.
91
4fa964a6
RD
922001-10-11 Robert Dewar <dewar@gnat.com>
93
94 * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
95 loop in generic instance, since this is likely not very useful.
96
0868e09c
RD
972001-10-11 Robert Dewar <dewar@gnat.com>
98
99 * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
100 the error message for high integrity mode.
101
102 * rtsfind.adb (RTE): Give message if we try to find an entity that
103 is not available in high integrity mode.
104
105 * rtsfind.ads:
106 (OK_To_Use_In_HIE_Mode): New array.
107 (RTE): May return Empty in high integrity mode.
108
109 * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
110 OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
111
112 * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
113 unit if not inlined always and in no runtime mode. Fixes problem
114 caused by new Rtsfind changes.
115
116 * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
117 body is deleted.
118
119 * rtsfind.adb (RTE): Make sure we do not try to load unit after
120 giving message for entity not available in high integrity mode.
121
934abf9c
PO
1222001-10-11 Pascal Obry <obry@gnat.com>
123
124 * impunit.adb: Add GNAT.CRC32.
125
3c72bea4
ES
1262001-10-11 Ed Schonberg <schonber@gnat.com>
127
128 * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
129 properly the case where one universal operand in a non-static
130 exponentiation of a real literal.
131
44d8d2bb
ES
1322001-10-11 Ed Schonberg <schonber@gnat.com>
133
134 * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
135 clause, return the gobal finalization list, for lack of anthing else.
136
9e2b9627
ES
1372001-10-11 Ed Schonberg <schonber@gnat.com>
138
139 * exp_ch7.adb (Make_Transient_Block): if statement is within
140 exception handler, always use new transient scope to place Clean
141 procedure.
142
cfac6e9f
PO
1432001-10-11 Pascal Obry <obry@gnat.com>
144
145 * Makefile.in:
146 (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
147 (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
148 (GNATLS_RTL_OBJS): add g-crc32.o
149 (GNATMAKE_RTL_OBJS): add g-crc32.o
150
151 * ali-util.adb:
152 (CRC_Match): new function.
153 (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
154 instead of the previous simple checksum algorithm.
155 (Time_Stamp_Mismatch): use CRC_Match for comparison.
156 (Set_Source_Table): idem.
157
158 * ali-util.ads:
159 (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
160 instead of simple checksum.
161 (CRC_Match): new function.
162 (CRC_Error): new constant.
163
164 * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
165 a CRC now and not a simple checksum. A CRC uses lower-case hex
166 letters, fixes ambiguity in parsing.
167
168 * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
169 is what this variable will store.
170
171 * bcheck.adb: Change reference to chechsum in comments by CRC.
172 (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
173 rename All_Checksum_Match to All_CRC_Match. Change due to API
174 renaming since now GNAT does not use a simple checksum but a
175 CRC using GNAT.CRC32.
176
177 * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
178 now and not anymore a simple checksum.
179
180 * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
181 places.
182
183 * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
184
185 * scans.adb:
186 (Restore_Scan_State): rename Checksum to CRC.
187 (Save_Scan_State): idem.
188
189 * scans.ads:
190 With GNAT.CRC32.
191 (Checksum): rename to CRC.
192 (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
193
194 * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
195 GNAT.CRC32). Update copyright notice.
196
197 * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
198 GNAT.CRC32). Update copyright notice.
199
200 * scn.adb:
201 (Accumulate_Checksum): removed.
202 (Update): new procedure. Add a wide-character into the CRC.
203
204 * sinput-l.adb:
205 (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
206 (Load_File): fix initialization of S (change Source_Checksum to
207 Source_CRC)
208
209 * sinput-p.adb (Load_Project_File): rename Source_Checksum to
210 Source_CRC in S initialization.
211
212 * sinput.adb (Source_Checksum): renamed to Source_CRC.
213
214 * sinput.ads (Source_Checksum): renamed to Source_CRC.
215 Update comments for the CRC.
216
217 * types.adb (Hex): Use lowercase for the letter part.
218
219 * types.ads (Get_Hex_String): Returns the hexadecimal representation
220 for a word. This is currently used only for CRC. In previous version,
221 the checksum was using a representation with all letter being
222 upper-case. With the new implementation (using CRC) we do not remove
223 the 32th bit of the CRC, so we can have an upper-case starting letter
224 in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
225 It is ambigous since the CRC was optional and could be followed by
226 options like EB, EE. So now this routines uses lower-case letter for
227 the hexadecimal representation. Strange enough only lower case letters
228 where checked in Scan_ALI (even if this was not a possible case).
229
230 * gnatvsn.ads (Library_Version): changed to 3.15a.
231
232 * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
233 for the compiler.
234
235 * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
236 for the compiler.
237
238 * ali-util.adb: Redo previous change to avoid using word CRC everywhere
239 Add 2001 to copyright notice
240 (Accumulate_Checksum): Modify to use System.CRC32.
241
242 * ali-util.ads: Redo changes of previous revision to continue to use
243 the word Checksum. Add 2001 to copyright notice.
244
245 * ali.adb: Undo some of previous changes, not needed.
246 Keep the change for lower case letters in the checksum.
247
248 * ali.ads: Undo previous change not needed.
249
250 * bcheck.adb: Undo most of previous change, not needed.
251 But do use Checksums_Match for checksum comparison.
252
253 * gnatls.adb: Undo most of previous change, not needed.
254 But do use Checksums_Match for comparing checksums.
255
256 * lib-load.adb: Undo previous change, not needed.
257
258 * lib-writ.adb: Undo previous change, not needed.
259
260 * lib-writ.ads: Document that checksums use lower case,
261 not upper case letters.
262
263 * scans.adb: Undo previous change, not needed
264
265 * scans.ads: Undo previous change, not needed.
266
267 * scn-nlit.adb: Undo previous changes, not needed.
268
269 * scn-slit.adb: Undo previous change, not needed. Fix header format.
270
271 * scn.adb:
272 (Accumulate_Checksum): Use System.CRC32.
273 (Initialize_Checksum): New procedure.
274 Remove other changes of previous revision.
275
276 * sinput-p.adb: Undo previous change, not needed.
277
278 * sinput.adb: Undo previous change, not needed.
279
280 * sinput-l.adb: Undo previous change, not needed.
281
282 * sinput.ads: Undo previous change, not needed. Keep only comment
283 on new checksum algorithm
284
285 * Makefile.in: Add s-crc32 as needed, remove g-crc32.
286 Also remove a-tags and a-stream from GNAT sources.
287
288 * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
289
290 * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
291
4d6d06a5
GB
2922001-10-11 Geert Bosch <bosch@gnat.com>
293
294 * einfo.h: Regenerate.
295
296 * nmake.ads: Regenerate.
297
298 * nmake.adb: Regenerate.
299
300 * sinfo.h: Regenerate.
301
302 * treeprs.adb: Regenerate.
303
c97412e2
GB
3042001-10-10 Geert Bosch <bosch@gnat.com>
305
306 * gnat-style.texi: New file describing coding guidelines for Ada.
307
b83018ca
ES
3082001-10-10 Ed Schonberg <schonber@gnat.com>
309
310 * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
311 is Flag174.
312
e834fe1f
GB
3132001-10-10 Geert Bosch <bosch@gnat.com>
314
315 * snames.ads: Add new names for project facility.
316
317 * snames.adb: Update to reflect snames.ads changes.
318
319 * snames.h: Update to reflect snames.ads changes.
320
b30668b7
VC
3212001-10-10 Vincent Celier <celier@gnat.com>
322
323 * make.adb:
324 (Add_Switches): reflect the changes for the switches attributes
325 Default_Switches indexed by the programming language,
326 Switches indexed by the file name.
327 (Collect_Arguments_And_Compile): Idem.
328 Reflect the attribute name changes.
329
330 * prj-attr.adb:
331 (Initialisation_Data): Change the names of some packages and
332 attributes.
333 (Initialize): process case insensitive associative arrays.
334
335 * prj-attr.ads:
336 (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
337
338 * prj-dect.adb:
339 (Parse_Attribute_Declaration): For case insensitive associative
340 arrays, set the index string to lower case.
341
342 * prj-env.adb:
343 Reflect the changes of the project attributes.
344
345 * prj-nmsc.adb:
346 Replace Check_Naming_Scheme by Ada_Check and
347 Language_Independent_Check.
348
349 * prj-nmsc.ads:
350 Replaced Check_Naming_Scheme by 2 procedures:
351 Ada_Check and Language_Independent_Check.
352
353 * prj-proc.adb:
354 (Process_Declarative_Items): For case-insensitive associative
355 arrays, set the index string to lower case.
356 (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
357 Prj.Nmsc.Check_Naming_Scheme.
358
359 * prj-tree.adb:
360 (Case_Insensitive): New function
361 (Set_Case_Insensitive): New procedure
362
363 * prj-tree.ads:
364 (Case_Insensitive): New function
365 (Set_Case_Insensitive): New procedure
366 (Project_Node_Record): New flag Case_Insensitive.
367
368 * prj-util.adb:
369 (Value_Of): new function to get the string value of a single
370 string variable or attribute.
371
372 * prj-util.ads:
373 (Value_Of): new function to get the string value of a single
374 string variable or attribute.
375
376 * prj.adb:
377 (Ada_Default_Spec_Suffix): New function
378 (Ada_Default_Impl_Suffix): New function
379 Change definitions of several constants to reflect
380 new components of record types.
381
382 * prj.ads:
383 (Naming_Data): Change several components to reflect new
384 elements of naming schemes.
385 (Project_Data): New flags Sources_Present and
386 Language_Independent_Checked.
387 (Ada_Default_Spec_Suffix): New function.
388 (Ada_Default_Impl_Suffix): New function.
389
390 * snames.ads:
391 Modification of predefined names for project manager: added
392 Implementation, Specification_Exceptions, Implementation_Exceptions,
393 Specification_Suffix, Implementation_Suffix, Separate_Suffix,
394 Default_Switches, _Languages, Builder, Cross_Reference,
395 Finder. Removed Body_Part, Specification_Append, Body_Append,
396 Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
397 Gnatlink.
398
399 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
400 Add comments.
401
402 * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
403 not that it is Nil_Variable_Value.
404
405 * prj.ads: Add ??? for uncommented declarations
406
662e57b4
ES
4072001-10-10 Ed Schonberg <schonber@gnat.com>
408
409 * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
410 constant, do not indicate possible modification, so that gigi can
411 treat it as a bona fide constant.
412
72e4357f
RD
4132001-10-10 Robert Dewar <dewar@gnat.com>
414
415 * sem_prag.adb: Add processing for pragma External.
416
417 * snames.ads: Add entry for pragma External.
418
419 * par-prag.adb: Add pragma External.
420
421 * snames.adb: Updated to match snames.ads.
422
7bc1c7df
ES
4232001-10-10 Ed Schonberg <schonber@gnat.com>
424
425 * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
426 a dynamic task if the allocator appears in an indexed assignment
427 or selected component assignment.
428
429 * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
430 For a dynamic task in an assignment statement, use target of
431 assignment to generate meaningful name.
432
c84700e7
ES
4332001-10-10 Ed Schonberg <schonber@gnat.com>
434
435 * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
436 a generic package.
437
438 * einfo.ads: Body_Entity is also defined for generic package.
439 Documentation change only
440
441 * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
442 others_choice for a discriminated component initialization,
443 convert discriminant references into the corresponding discriminals.
444
445 * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
446 only if original type is private and expression has to be wrapped
447 in a conversion.
448
449 * checks.adb:
450 (Apply_Constraint_Check): Do not perform length check
451 if expression is an aggregate with only an others_choice.
452 (Length_N_Cond): two references to the same in_parameter
453 (typically the discriminal in an init_proc) denote the same value.
454 Two useful optimization uncovered by bugfixes above.
455
d8d80dcd
RD
4562001-10-10 Robert Dewar <dewar@gnat.com>
457
458 * xeinfo.adb: Change int to char in translation of enumeration types.
459 This fixes a problem in the C representation of component alignment.
460 Add 2001 to copyright notice
461
a8fee948
RK
4622001-10-10 Richard Kenner <kenner@gnat.com>
463
464 * decl.c: (validate_size): Do check size of object of integral type
465 if it is a packed array type.
466
c2d7fe59
RK
4672001-10-10 Richard Kenner <kenner@gnat.com>
468
469 * decl.c: (gnat_to_gnu_entity, case object): Also materialize
470 VAR_DECL for constant if not Is_Public but -O0.
471
fb75e100
RK
4722001-10-10 Richard Kenner <kenner@gnat.com>
473
474 * misc.c (struct lang_hooks): Add new initializer to match GCC change.
475
1724557a
GB
4762001-10-10 Geert Bosch <bosch@gnat.com>
477
478 * xnmake.adb (XNmake): Fix handling of -s/-b options. No longer
479 use '/' as switch character, allowing for absolute file names.
480
9f2f9eb6
JM
4812001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
482
483 * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
484 FSF address.
485
8fecf41d
GB
4862001-10-08 Geert Bosch <bosch@gnat.com>
487
488 * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
489 Automatically build utilities when files need to be regenerated.
490
589f1edf
GB
4912001-10-08 Geert Bosch <bosch@gnat.com>
492
493 * xsnames.adb: New utility for updating snames.ads and snames.adb
494
67f28219
ZW
4952001-10-08 Zack Weinberg <zack@codesourcery.com>
496
497 * Make-lang.in (ADAFLAGS): Add -W -Wall.
498 (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
499 (gnat1): Also depend on attribs.o.
500 (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
501 * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
502 (ADAC): Set to @ADAC@ in stage1, $(CC) later.
503 (ADAFLAGS): Add -W -Wall.
504 (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
505 take out CFLAGS.
506
507 (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
508 s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
509 s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
510 Use $(ADAC), not $(CC), as compilation command.
511
512 (gnattools): Depend directly on tools to build, don't use
513 recursive make.
514 (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
515
516 * einfo.h, sinfo.h: New files (autogenerated).
517
295ef2bb
RH
5182001-10-08 Richard Henderson <rth@redhat.com>
519
520 * comperr.adb (Abort_In_Progress): New.
521 (Compiler_Abort): Use it to prevent recursion.
522
5c736541
RD
5232001-10-08 Robert Dewar <dewar@gnat.com>
524
525 * atree.adb: Set Error_Posted in Error node, helps error recovery.
67f28219
ZW
526
527 * par-endh.adb (Output_End_Expected): We should also not test
5c736541 528 Error_Posted on the Error node, since now it is always set.
67f28219
ZW
529
530 * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
5c736541 531 to help error recovery. Part of general work on 9407-004.
67f28219 532
5c736541 533 * par.adb: Add ??? for misuse of error
67f28219 534
5c736541
RD
535 * sem_res.adb:
536 (Resolve): Defend against Error, fixes 9407-003.
537 (Resolve_Discrete_Subtype_Indication): Defend against Error.
67f28219
ZW
538
539 * sinfo.ads (N_Error): Now has Etype field (which will be set
5c736541
RD
540 to Any_Type to help error recovery).
541
a153ae15
RK
5422001-10-08 Richard Kenner (kenner@gnat.com)
543
544 * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
545 Consistently set MEM attributes from expression; fixes
546 bootstrap failure on x86.
547
743f3c7b
GB
5482001-10-08 Geert Bosch (bosch@gnat.com)
549
550 * 5oosinte.adb: Add 2001 to copyright notice.
551
210c4ef4
GB
5522001-10-08 Geert Bosch (bosch@gnat.com)
553
554 * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
555
556 * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
557
cc712abf
JM
5582001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
559
560 * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
561
4c4abc0f
GB
5622001-10-05 Geert Bosch (bosch@gnat.com)
563
564 * adaint.h: Small formatting fix.
565
7f50e2e3
GB
5662001-10-04 Geert Bosch <bosch@gnat.com>
567
568 * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
569 Arg is int, not FILE *, in dummy version of functions.
67f28219 570
7f50e2e3
GB
571 * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
572 Arg is int, not FILE *.
573
5d1a9698
GB
5742001-10-04 Geert Bosch <bosch@gnat.com>
575
576 * 3lsoccon.ads: Added file, missed with initial check ins.
67f28219 577
5d1a9698
GB
578 * 4lintnam.ads: Fix header format.
579 Change Linux to GNU/Linux.
67f28219 580
5d1a9698
GB
581 * 5iosinte.adb: Change Linux to GNU/Linux.
582
583 * 5iosinte.ads: Change Linux to GNU/Linux.
67f28219 584
5d1a9698 585 * 5itaprop.adb: Change Linux to GNU/Linux.
67f28219 586
5d1a9698
GB
587 * 5itaspri.ads: Change Linux to GNU/Linux.
588 Update copyright notice.
67f28219 589
5d1a9698 590 * 5lintman.adb: Change Linux to GNU/Linux.
67f28219 591
5d1a9698 592 * 5lml-tgt.adb: Change Linux to GNU/Linux.
67f28219 593
5d1a9698 594 * 5losinte.ads: Change Linux to GNU/Linux.
67f28219 595
5d1a9698 596 * 5lsystem.ads: Change Linux to GNU/Linux.
67f28219 597
5d1a9698 598 * 5qosinte.adb: Change Linux to GNU/Linux.
67f28219 599
5d1a9698 600 * 5qosinte.ads: Change Linux to GNU/Linux.
67f28219 601
5d1a9698 602 * 5qparame.ads: Change Linux to GNU/Linux.
67f28219 603
5d1a9698 604 * 5qtaprop.adb: Change Linux to GNU/Linux.
67f28219 605
5d1a9698
GB
606 * 5qtaspri.ads: Change Linux to GNU/Linux.
607 Add 2001 to copyright notice.
67f28219 608
5d1a9698
GB
609 * 5vintman.ads: Change Linux to GNU/Linux.
610 Fix header format. Add 2001 to copyright notice.
67f28219 611
5d1a9698 612 * g-soccon.ads: Change Linux to GNU/Linux.
67f28219 613
5d1a9698
GB
614 * g-trasym.ads: Change Linux to GNU/Linux.
615 Add 2001 to copyright notice.
67f28219 616
5d1a9698 617 * memtrack.adb: Change Linux to GNU/Linux.
67f28219 618
5d1a9698
GB
619 * s-intman.ads: Change Linux to GNU/Linux.
620 Add 2001 to copyright notice. Fix header format.
67f28219 621
5d1a9698 622 * s-stache.adb: Change Linux to GNU/Linux.
67f28219 623
5d1a9698 624 * adaint.c: Change Linux to GNU/Linux.
67f28219 625
5d1a9698 626 * cio.c: Change Linux to GNU/Linux.
67f28219 627
5d1a9698 628 * cstreams.c: Change Linux to GNU/Linux.
67f28219 629
5d1a9698 630 * init.c: Change Linux to GNU/Linux.
67f28219 631
5d1a9698 632 * gmem.c: Change Linux to GNU/Linux.
67f28219 633
5d1a9698
GB
634 * tracebak.c: Change Linux to GNU/Linux.
635
636
c25ca2d7
GB
6372001-10-02 Geert Bosch <bosch@gnat.com>
638
639 * misc.c (insert_default_attributes): Add dummy version.