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