OSDN Git Service

2004-02-18 Emmanuel Briot <briot@act-europe.fr>
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
1 2004-02-18  Emmanuel Briot  <briot@act-europe.fr>
2
3         * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
4         Scan_ALI can be used for multiple ALI files without reinitializing
5         between calls.
6
7 2004-02-18  Robert Dewar  <dewar@gnat.com>
8
9         * debug.adb: Minor reformatting.
10
11 2004-02-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12
13         * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
14         to zero if there is an address clause.
15
16 2004-02-18  Thomas Quinot  <quinot@act-europe.fr>
17
18         * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
19
20 2004-02-18  Gary Dismukes  <dismukes@gnat.com>
21
22         * layout.adb (Layout_Component_List): Revise generation of call to
23         discriminant-checking function to pass selections of all of the type's
24         discriminants rather than just the variant-controlling discriminant.
25
26 2004-02-18  Olivier Hainque  <hainque@act-europe.fr>
27
28         * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
29         fail in the current setup and triggers spurious system error messages.
30         Pretend it occurred and failed instead.
31
32 2004-02-18  Vincent Celier  <celier@gnat.com>
33
34         * bld.adb: Mark FLDFLAGS as saved
35         (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
36         it is not the root project.  Put each directory to be
37         extended between double quotes to prevent it to be expanded on Windows.
38         (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
39         the project file. Set them back to their initial values if they have not
40         been set in the project file.
41
42         * gprcmd.adb: (Gprdebug, Debug): New global variables
43         (Display_Command): New procedure
44         (Usage): Document new command "linkopts"
45         Call Display_Command when env var GPRDEBUG has the value "TRUE"
46         Implement new command "linkopts"
47         Remove quotes that may be around arguments for "extend"
48         Always call Normalize_Pathname with arguments formatted for the platform
49
50         * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
51         Change @echo to @$(display) in target clean to be able to clean silently
52
53         * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
54
55         * prj-part.adb (Project_Path_Name_Of): Do not put final result in
56         canonical case.
57
58         * prj-part.adb (Parse_Single_Project): Always call with From_Extended
59         = Extending_All when current project is an extending all project.
60
61         * vms_conv.adb (Output_File_Expected): New Boolean global variable,
62         set to True only for LINK command, after Unix switch -o.
63         (Process_Arguments): Set Output_File_Expected to True for LINK command
64         after Unix switch -o. When Output_File_Expected is True, never add an
65         extension to a file name.
66
67         * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
68         option file name, only to the --for-linker= switch.
69         (Option_File_Name): If option file name do not end with ".opt", append
70         "/OPTIONS".
71
72 2004-02-18  GNAT Script  <nobody@gnat.com>
73
74         * Make-lang.in: Makefile automatically updated
75
76 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
77
78         * Make-lang.in (stamp-sdefault): Do not depend on
79         move-if-change.
80
81 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
82
83         * config-lang.in: Disable Ada by default until probe logic for
84         a bootstrap Ada compiler can be moved to the top level configure
85         script.
86
87 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
88
89         * decl.c (components_to_record): Don't claim that the internal fields
90         we make to hold the variant parts are semantically addressable, because
91         they are not.
92
93         * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
94         adjust the comment describing the modular type form when we can use it.
95         (Install_PAT): Account for the Esiz renaming.
96
97         * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
98         sc_onstack context indication before raising the exception to which
99         the signal is mapped. Allows better handling of later signals possibly
100         triggered by the resumed user code if the exception is handled.
101
102 2004-02-12  Arnaud Charlet  <charlet@act-europe.fr>
103
104         * 5zinit.adb: Removed, no longer used.
105
106 2004-02-12  Robert Dewar  <dewar@gnat.com>
107
108         * ali.adb: Remove separating space between parameters on R line. Makes
109         format consistent with format used by the binder for Set_Globals call.
110
111         * atree.ads, atree.adb: Minor reformatting (new function header format)
112
113         * bindgen.adb: Add Run-Time Globals documentation section containing
114         detailed documentation of the globals passed from the binder file to
115         the run time.
116
117         * gnatls.adb: Minor reformatting
118
119         * init.c (__gnat_set_globals): Add note pointing to documentation in
120         bindgen.
121
122         * lib-writ.ads, lib-writ.adb: Remove separating space between
123         parameters on R line.
124         Makes format consistent with format used by the binder for Set_Globals
125         call.
126
127         * osint.ads: Add 2004 to copyright notice
128         Minor reformatting
129
130         * snames.ads: Correct capitalization of FIFO_Within_Priorities
131         Noticed during code reading, documentation issue only
132
133         * usage.adb: Remove junk line for obsolete C switch
134         Noticed during code reading
135
136 2004-02-12  Vincent Celier  <celier@gnat.com>
137
138         * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
139         extend for each directory, so that multiple /** directories are
140         extended individually.
141         (Recursive_Process): Set the default for LANGUAGES to ada
142
143         * gprcmd.adb: Define new command "ignore", to do nothing.
144         Implement new comment "path".
145
146         * Makefile.generic: Suppress output when SILENT is set
147         Make sure that when compiler for C/C++ is gcc, the correct -x switch is
148         used, so that the correct compiler is invoked.
149         When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
150         CXX_INCLUDE_PATH, to avoid failure with too long command lines.
151
152 2004-02-12  Jerome Guitton  <guitton@act-europe.fr>
153
154         * Makefile.in: Clean ups and remove obsolete targets.
155
156 2004-02-12  Ed Schonberg  <schonberg@gnat.com>
157
158         * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
159         predicate declared in exp_util.
160
161         * exp_util.adb: Add comments.
162
163         * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
164         visibility before compiling context of the subunit.
165
166         * sem_res.adb (Check_Parameterless_Call): If the context expects a
167         value but the name is a procedure, do not attempt to analyze as a call,
168         in order to obtain more telling diagnostics.
169
170         * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
171         'Access on parameterless function calls.
172         (Normalize_Actuals): For a parameterless function call with missing
173         actuals, defer diagnostic until resolution of enclosing call.
174
175         * sem_util.adb (Wrong_Type): If the context type is an access to
176         subprogram and the expression is a procedure name, suggest a missing
177         'attribute.
178
179 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
180             Nathanael Nerode  <neroden@gcc.gnu.org>
181
182         PR ada/6637, PR ada/5911
183         Merge with libada-branch:
184         * config-lang.in: Build libada only when ada is built.
185
186 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
187
188         * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
189         for a tagged type, verify that both formals have the same type.
190
191         * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
192         temporary when the formal is an in-parameter and the actual a possibly
193         unaligned slice.
194
195         * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
196         when expansion is disabled, to ensure proper name capture with
197         overloaded literals.  Condition can be of any boolean type, resolve
198         accordingly.
199
200         * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
201         renaming is for a formal subprogram with a default operator name, and
202         there is a usable operator that is visible at the point of
203         instantiation.
204
205 2004-02-09  Robert Dewar  <dewar@gnat.com>
206
207         * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
208         rewrite to ignore errors in ali files, intended to allow tools downward
209         compatibility with new versions of ali files.
210
211         * ali.ads: Add new parameter Ignore_Errors
212
213         * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
214         duplicating the error message giving the file with restrictions.
215
216         * debug.adb: Add debug flag I for gnatbind
217
218         * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
219         operators for the case where the operator is a defining operator.
220
221         * exp_ch3.adb: Minor reformatting (new function spec format).
222
223         * exp_ch4.adb: Add comment for previous change, and make minor
224         adjustment to loop to always check for improper loop termination.
225         Minor reformatting throughout (new function spec format).
226
227         * gnatbind.adb: Implement -di debug flag for gnatbind
228
229         * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
230
231         * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
232
233         * lib-load.adb: Fix bad assertion.
234         Found by testing and code reading.
235         Minor reformatting.
236
237         * lib-load.ads: Minor reformatting.
238
239         * lib-writ.adb: There is only one R line now.
240
241         * lib-writ.ads: Add documentation on making downward compatible changes
242         to ali files so old tools work with new ali files.
243         There is only one R line now.
244         Add documentation on format incompatibilities (with special GPS note)
245
246         * namet.ads, namet.adb: (Is_Operator_Name): New procedure
247
248         * par-load.adb: Minor reformatting
249
250         * sem_ch8.adb: Fix to error message from last update
251         Minor reformatting and restructuring of code from last update
252
253         * par-prag.adb, snames.adb, snames.ads, snames.h,
254         sem_prag.adb: Implement pragma Profile.
255
256         * stylesw.adb: Implement -gnatyN switch to turn off all style check
257         options.
258
259         * usage.adb: Add line for -gnatyN switch
260
261         * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
262
263 2004-02-09  Albert Lee  <lee@gnat.com>
264
265         * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
266
267 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
268
269         * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
270         slices.
271
272         * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
273         is nested in an instance that is not frozen yet, to avoid
274         order-of-elaboration problems in gigi.
275
276         * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
277         body the attribute is legal.
278
279 2004-02-09  Robert Dewar  <dewar@gnat.com>
280
281         * s-rident.ads: Minor comment correction
282
283         * targparm.adb: Remove dependence on uintp completely. There was
284         always a bug in Make in that it called Targparm before initializing
285         the Uint package. The old code appeared to get away with this, but
286         the new code did not! This caused an assertion error in gnatmake.
287
288         * targparm.ads: Fix bad comment, restriction pragmas with parameters
289         are indeed fully supported.
290
291 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
292
293         * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
294
295 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
296
297         * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
298         with targetm.calls.promote_prototypes.
299
300 2004-02-04  Robert Dewar  <dewar@gnat.com>
301
302         * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
303         ali.ads, gprcmd.adb: Minor reformatting
304
305         * bindgen.adb: Output restrictions string for new style restrictions
306         handling
307
308         * impunit.adb: Add s-rident.ads (System.Rident) and
309         s-restri (System.Restrictions)
310
311         * lib-writ.adb: Fix bug in writing restrictions string (last few
312         entries wrong)
313
314         * s-restri.ads, s-restri.adb: Change name Restrictions to
315         Run_Time_Restrictions to avoid conflict with package name.
316         Add circuit to read and acquire run time restrictions.
317
318 2004-02-04  Jose Ruiz  <ruiz@act-europe.fr>
319
320         * restrict.ads, restrict.adb: Use the new restriction
321         No_Task_Attributes_Package instead of the old No_Task_Attributes.
322
323         * sem_prag.adb: No_Task_Attributes is a synonym of
324         No_Task_Attributes_Package.
325
326         * snames.ads, snames.adb: New entry for proper handling of
327         No_Task_Attributes.
328
329         * s-rident.ads: Adding restriction No_Task_Attributes_Package
330         (AI-00249) that supersedes the GNAT specific restriction
331         No_Task_Attributes.
332
333 2004-02-04  Ed Schonberg  <schonberg@gnat.com>
334
335         * sem_prag.adb: 
336         (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
337          body, an identifier may be wrapped in an unchecked conversion.
338
339 2004-02-04  Vincent Celier  <celier@gnat.com>
340
341         * lib-writ.ads: Comment update for the W lines
342
343         * bld.adb: (Expression): An empty string list is static
344
345         * fname-uf.adb: Minor comment update
346
347         * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
348
349         * gnatbind.adb: Initialize Cumulative_Restrictions with the
350         restrictions on the target.
351
352 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
353
354         * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
355         gen_rtx.
356
357 2004-02-02  Arnaud Charlet  <charlet@gnat.com>
358
359         * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
360
361 2004-02-02  Vincent Celier  <celier@gnat.com>
362
363         * gprcmd.adb (Check_Args): If condition is false, print the invoked
364         comment before the usage.
365         Gprcmd: Fail when command is not recognized.
366         (Usage): Document command "prefix"
367
368         * g-md5.adb (Digest): Process last block.
369         (Update): Do not process last block. Store remaining characters and
370         length in Context.
371
372         * g-md5.ads (Update): Document that several call to update are
373         equivalent to one call with the concatenated string.
374         (Context): Add fields to allow new Update behaviour.
375
376         * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
377         defaulted to False.
378         When May_Fail is True and no existing file can be found, return No_File.
379
380         * 6vcstrea.adb: Inlined functions are now wrappers to implementation
381         functions.
382
383         * lib-writ.adb (Write_With_Lines): When body file does not exist, use
384         spec file name instead on the W line.
385
386 2004-02-02  Robert Dewar  <dewar@gnat.com>
387
388         * ali.adb: Read and acquire info from new format restrictions lines
389
390         * bcheck.adb: Add circuits for checking restrictions with parameters
391
392         * bindgen.adb: Output dummy restrictions data
393         To be changed later
394
395         * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
396         exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
397         freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
398         sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
399         sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
400
401         * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
402         the warning message on access to possibly uninitialized variable S)
403         Minor changes for new restrictions handling.
404
405         * gnatbind.adb: Minor reformatting
406         Minor changes for new restrictions handling
407         Move circuit for -r processing here from bcheck (cleaner)
408
409         * gnatcmd.adb, gnatlink.adb: Minor reformatting
410
411         * lib-writ.adb: Output new format restrictions lines
412
413         * lib-writ.ads: Document new R format lines for new restrictions
414         handling.
415
416         * s-restri.ads/adb: New files
417
418         * Makefile.rtl: Add entry for s-restri.ads/adb
419
420         * par-ch3.adb: Fix bad error messages starting with upper case letter
421         Minor reformatting
422
423         * restrict.adb: Major rewrite throughout for new restrictions handling
424         Major point is to handle restrictions with parameters
425
426         * restrict.ads: Major changes in interface to handle restrictions with
427         parameters. Also generally simplifies setting of restrictions.
428
429         * snames.ads/adb: New entry for proper handling of No_Requeue
430
431         * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
432         restriction counting.
433         Other minor changes for new restrictions handling
434
435         * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
436         Restriction_Warnings now allows full parameter notation
437         Major rewrite of Restrictions for new restrictions handling
438
439 2004-02-02  Javier Miranda  <miranda@gnat.com>
440
441         * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
442         syntax rule for object renaming declarations.
443         (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
444         component definitions.
445
446         * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
447         components.
448         (Array_Type_Declaration): Give support to access components. In addition
449         it was also modified to reflect the name of the object in anonymous
450         array types. The old code did not take into account that it is possible
451         to have an unconstrained anonymous array with an initial value.
452         (Check_Or_Process_Discriminants): Allow access discriminant in
453         non-limited types.
454         (Process_Discriminants): Allow access discriminant in non-limited types
455         Initialize the new Access_Definition field in N_Object_Renaming_Decl
456         node.  Change Ada0Y to Ada 0Y in comments
457
458         * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
459         equality operators.
460         Change Ada0Y to Ada 0Y in comments
461
462         * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
463         renamings Change Ada0Y to Ada 0Y in comments
464
465         * sem_type.adb (Find_Unique_Type): Give support to the equality
466         operators for universal access types
467         Change Ada0Y to Ada 0Y in comments
468
469         * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
470
471         * sinfo.ads (N_Component_Definition): Addition of Access_Definition
472         field.
473         (N_Object_Renaming_Declaration): Addition of Access_Definition field
474         Change Ada0Y to Ada 0Y in comments
475
476         * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
477         component definition and object renaming nodes
478         Change Ada0Y to Ada 0Y in comments
479
480 2004-02-02  Jose Ruiz  <ruiz@act-europe.fr>
481
482         * restrict.adb: Use the new restriction identifier
483         No_Requeue_Statements instead of the old No_Requeue for defining the
484         restricted profile.
485
486         * sem_ch9.adb (Analyze_Requeue): Check the new restriction
487         No_Requeue_Statements.
488
489         * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
490         that supersedes the GNAT specific restriction No_Requeue. The later is
491         kept for backward compatibility.
492
493 2004-02-02  Ed Schonberg  <schonberg@gnat.com>
494
495         * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
496         5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
497         pragma and fix incorrect ones.
498
499         * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
500         warning if the pragma is redundant.
501
502 2004-02-02  Thomas Quinot  <quinot@act-europe.fr>
503
504         * 5staprop.adb: Add missing 'constant' keywords.
505
506         * Makefile.in: use consistent value for SYMLIB on
507         platforms where libaddr2line is supported.
508
509 2004-02-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
510
511         * utils.c (end_subprog_body): Do not call rest_of_compilation if just
512         annotating types.
513
514 2004-02-02  Olivier Hainque  <hainque@act-europe.fr>
515
516         * init.c (__gnat_install_handler): Setup an alternate stack for signal
517         handlers in the environment thread. This allows proper propagation of
518         an exception on stack overflows in this thread even when the builtin
519         ABI stack-checking scheme is used without support for a stack reserve
520         region.
521
522         * utils.c (create_field_decl): Augment the head comment about bitfield
523         creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
524         here, because the former is not accurate enough at this point.
525         Let finish_record_type decide instead.
526         Don't make a bitfield if the field is to be addressable.
527         Always set a size for the field if the record is packed, to ensure the
528         checks for bitfield creation are triggered.
529         (finish_record_type): During last pass over the fields, clear
530         DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
531         not covered by the calls to layout_decl.  Adjust DECL_NONADDRESSABLE_P
532         from DECL_BIT_FIELD.
533
534 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
535
536         * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir). 
537         (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
538         (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
539
540 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
541
542         * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
543
544         * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
545         (ZCX_By_Default): Likewise.
546         (Front_End_ZCX_Support): Likewise.
547
548         * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
549         (Initialize_Lock): Mark Level unreferenced.
550         (Sleep): Mark Reason unreferenced.
551         (Timed_Sleep): Likewise.
552         (Wakeup): Likewise.
553         (Exit_Task): Use Result.
554         (Check_No_Locks): Mark Self_ID unreferenced.
555         
556         * 5gtasinf.adb (New_Sproc): Make Attr constant.
557         (Bound_Thread_Attributes): Make Sproc constant.
558         (New_Bound_Thread_Attributes): Likewise.
559
560 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
561
562         * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
563         one-dimensional array an slice assignments, when component type is
564         controlled.
565
566         * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
567         component type is controlled, and control_actions are in effect, use
568         TSS procedure rather than generating inline code.
569
570         * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
571         arrays with controlled components.
572
573 2004-01-26  Vincent Celier  <celier@gnat.com>
574
575         * gnatcmd.adb (GNATCmd): Add specification of argument file on the
576         command line for the non VMS case.
577
578         * gnatlink.adb (Process_Binder_File): When building object file, if
579         GNU linker is used, put all object paths between quotes, to prevent ld
580         error when there are unusual characters (such as '!') in the paths.
581
582         * Makefile.generic: When there are sources in Ada and the main is in
583         C/C++, invoke gnatmake with -B, instead of -z.
584
585         * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
586         from VMS_Conversion.
587         (Process_Argument): New procedure, extracted from VMS_Conversion. Add
588         specification of argument file on the command line.
589
590 2004-01-26  Bernard Banner  <banner@gnat.com>
591
592         * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
593
594 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
595
596         * snames.adb: Update copyright notice.
597         Add info on slice assignment for controlled arrays.
598
599 2004-01-23  Robert Dewar  <dewar@gnat.com>
600
601         * exp_aggr.adb: Minor reformatting
602
603         * exp_ch9.adb: Minor code clean up
604         Minor reformatting
605         Fix bad character in comment
606
607         PR ada/13471
608         * targparm.adb (Get_Target_Parameters): Give clean abort error on
609         unexpected end of file, along with more detailed message.
610
611 2004-01-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
612
613         * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
614         PAT.
615
616         * decl.c (copy_alias_set): New function.
617         (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
618
619 2004-01-23  Doug Rupp  <rupp@gnat.com>
620
621         * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
622         lib$${file} in case subsequent character is not a separator.
623
624 2004-01-23  Vincent Celier  <celier@gnat.com>
625
626         * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
627         when the GCC version is at least 3.
628
629         * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
630         Remove all "Opt.", to prepare for opt split
631
632         * prj-part.adb (Parse_Single_Project): New Boolean out parameter
633         Extends_All. Set to True when the project parsed is an extending all
634         project. Fails for importing an extending all project only when the
635         imported project is an extending all project.
636         (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
637         depending on the value of Extends_All returned.
638
639         * prj-proc.adb (Process): Check that no project shares its object
640         directory with a project that extends it, directly or indirectly,
641         including a virtual project.
642         Check that no project extended by another project shares its object
643         directory with another also extended project.
644
645         * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
646         Kind = N_With_Clause
647
648         * prj-tree.ads: Minor reformatting
649         Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
650
651 2004-01-23  Ed Schonberg  <schonberg@gnat.com>
652
653         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
654         applies to a type with an incomplete view, use full view in Name of
655         clause, for consistency with uses of Get_Attribute_Definition_Clause.
656
657 2004-01-23  Arnaud Charlet  <charlet@act-europe.fr>
658
659         * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
660         SCHED_RR, since other values are not supported by this policy.
661         (Initialize): Move initialization of mutex attribute to package
662         elaboration, to prevent early access to this variable.
663
664         * Makefile.in: Remove mention of Makefile.adalib, unused.
665
666         * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
667         1ssecsta.ads: Removed, unused.
668
669 2004-01-21  Javier Miranda  <miranda@gnat.com>
670
671         * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
672         entity if already built in the current scope.
673
674         * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
675         reminder in internal scopes. Required for nested limited aggregates.
676
677 2004-01-21  Doug Rupp  <rupp@gnat.com>
678
679         * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
680         VMS. Replace all occurences of libgnat- and libgnarl- with
681         libgnat$(hyphen) and libgnarl$(hyphen).
682         Fixed shared library build problem on VMS.
683
684 2004-01-21  Robert Dewar  <dewar@gnat.com>
685
686         * mlib-prj.adb: Minor reformatting
687
688 2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
689
690         * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
691         'constant' keywords for declaration of pointers that are not modified.
692
693         * exp_pakd.adb: Fix English in comment.
694
695 2004-01-21  Ed Schonberg  <schonberg@gnat.com>
696
697         PR ada/10889
698         * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
699         copy all attributes of the parent, including the foreign language
700         convention.
701
702 2004-01-21  Sergey Rybin  <rybin@act-europe.fr>
703
704         PR ada/10565
705         * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
706         for 'delay until' statement.
707
708 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
709
710         * Make-lang.in: Replace $(docdir) with doc.
711         (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
712         doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
713         to use consistent MAKEINFO rule.
714         (ada.man, ada.srcman): Dummy entry.
715         (ADA_INFOFILES): Define.
716         (ada.info, ada.srcinfo): New rules.
717
718 2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
719
720         * utils.c: Update copyright notice, missed in previous change.
721
722 2004-01-19  Vincent Celier  <celier@gnat.com>
723
724         * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
725         args if Bind is True. Set First_ALI, if not already done.
726         (Build_Library): For Stand Alone Libraries, extract from one ALI file
727         an eventual --RTS switch, for gnatbind, and all backend switches +
728         --RTS, for linking.
729
730 2004-01-19  Robert Dewar  <dewar@gnat.com>
731
732         * sem_attr.adb, memtrack.adb: Minor reformatting
733
734 2004-01-19  Ed Schonberg  <schonberg@gnat.com>
735
736         * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
737         that rename enumeration literals. This is properly done in sem_eval.
738
739         * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
740         to functions that rename enumeration literals.
741
742         * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
743         functions that rename enumeration literals.
744
745 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
746
747         * Make-lang.in (utils.o): Depend on target.h.
748         * utils.c: Include target.h.
749         (process_attributes): Use targetm.have_named_sections instead
750         of ASM_OUTPUT_SECTION_NAME.
751
752 2004-01-16  Andreas Jaeger  <aj@suse.de>
753
754         * Makefile.in: Add $(DESTDIR).
755
756 2004-01-15  Olivier Hainque  <hainque@act-europe.fr>
757
758         * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
759         also when not defining if a Size clause applies. That information is
760         not to be ignored.
761
762 2004-01-15  Arnaud Charlet  <charlet@act-europe.fr>
763
764         * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
765         symbolic links for the shared gnat run time when needed.
766
767 2004-01-15  Vasiliy Fofanov  <fofanov@act-europe.fr>
768
769         * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
770         for writing, and terminate with an error message if not.
771
772 2004-01-15  Ed Schonberg  <schonberg@gnat.com>
773
774         * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
775         warning on an access to subprogram in an instance, when the target
776         type is declared in the same generic unit.
777         (Eval_Attribute): If 'access is known to fail accessibility check,
778         rewrite as a raise statement.
779
780 2004-01-15  GNAT Script  <nobody@gnat.com>
781
782         * Make-lang.in: Makefile automatically updated
783
784 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
785
786         * Make-lang.in (ada.srcextra): Dummy entry.
787
788 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
789
790         * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
791
792 2004-01-13  Ed Schonberg  <schonberg@gnat.com>
793
794         * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
795         components that are initialized with aggregates.
796
797 2004-01-13  Vincent Celier  <celier@gnat.com>
798
799         * gnatlink.adb (Process_Binder_File): To find directory of shared
800         libgcc, if "gcc-lib" is not a subdirectory, look for the last
801         subdirectory "lib" in the path of the shared libgnat or libgnarl.
802
803         * make.adb (Gnatmake): If GCC version is at least 3, link with
804         -shared-libgcc, when there is at least one shared library project.
805
806         * opt.ads (GCC_Version): New integer constant.
807
808         * adaint.c (get_gcc_version): New function.
809
810 2004-01-13  Robert Dewar  <dewar@gnat.com>
811
812         * sem_dist.adb, sem_res.adb, sem_util.adb,
813         sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
814         exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
815
816 2004-01-13  Thomas Quinot  <quinot@act-europe.fr>
817
818         * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
819         g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
820         declarations.
821
822 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
823
824         * misc.c: Remove trailing spaces.
825         Update copyright notice missed in previous change.
826
827         PR ada/13572
828         * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
829         prefix/share/make
830
831         * Makefile.generic: Update copyright.
832         Add license notice.
833
834         * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
835         of prefix/share/make.
836
837         * Makefile.prolog: Update copyright.
838         Add license notice.
839
840 2004-01-12  Laurent Pautet  <pautet@act-europe.fr>
841
842         * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
843         3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
844         g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
845         instead of String.
846
847         * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
848         signature.
849
850 2004-01-12  Javier Miranda  <miranda@gnat.com>
851
852         * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
853         exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
854         sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
855         sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
856         Component_Definition node.
857
858 2004-01-12  Ed Falis  <falis@gnat.com>
859
860         * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
861
862 2004-01-12  Thomas Quinot  <quinot@act-europe.fr>
863
864         * link.c: Change default libgnat kind to STATIC for FreeBSD.
865
866 2004-01-12  Bernard Banner  <banner@gnat.com>
867
868         * Makefile.in: map 86numaux to a-numaux for x86_64
869
870 2004-01-12  Ed Schonberg  <schonberg@gnat.com>
871
872         * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
873         generated to rename a generic actual, go to the actual itself, the
874         subtype is not a user-visible entity.
875
876         * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
877         part is a private subtype, reset the visibility of its full view, if
878         any, to be consistent.
879
880         PR ada/13417
881         * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
882         to use a generic package G as a formal package for another generic
883         declared within G.
884
885 2004-01-12  Robert Dewar  <dewar@gnat.com>
886
887         * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
888
889         * usage.adb: Remove mention of obsolete -gnatwb switch
890         Noticed during code reading
891
892 2004-01-12  Jerome Guitton  <guitton@act-europe.fr>
893
894         * 1ssecsta.adb: Minor changes for -gnatwa warnings
895
896 2004-01-12  GNAT Script  <nobody@gnat.com>
897
898         * Make-lang.in: Makefile automatically updated
899
900 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
901
902         * misc.c (gnat_expand_expr): Add alt_rtl parameter.
903
904 2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
905
906         * link.c [sgi] (shared_libgnat_default): Change to STATIC.
907
908 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
909
910         * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
911         Update comment and copyright date.
912         * stamp-xgnatug: Delete.
913
914 2004-01-05  Robert Dewar  <dewar@gnat.com>
915
916         * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
917         be modified by the binder generated main program if the -D switch is
918         used.
919
920         * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
921         imported functions (since now we expect this to be done for imported
922         functions)
923
924         * 5vtaprop.adb: Add several ??? for sections requiring more comments
925         Minor reformatting throughout
926
927         * 5zinit.adb: Minor reformatting
928         Add 2004 to copyright date
929         Minor changes to avoid -gnatwa warnings
930         Correct some instances of using OR instead of OR ELSE (noted while
931         doing reformatting)
932
933         * sprint.adb: Minor updates to avoid -gnatwa warnings
934
935         * s-secsta.ads, s-secsta.adb:
936         (SS_Get_Max): New function to obtain high water mark for ss stack
937         Default_Secondary_Stack is not a constant since it may be modified by
938         the binder generated main program if the -D switch is used.
939
940         * switch-b.adb: New -Dnnn switch for binder
941
942         * switch-c.adb:
943         Make -gnatg imply all warnings currently in -gnatwa
944
945         * vms_conv.adb: Minor reformatting
946         Add 2004 to copyright notice
947         Add 2004 to printed copyright notice
948
949         * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
950         3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
951         5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
952         5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
953         5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
954         5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
955         5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
956         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
957         5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
958         5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
959         6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
960         vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
961         xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
962         sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
963         checks.adb, clean.adb, cstand.adb, einfo.ads,
964         einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
965         exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
966         prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
967         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
968         g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
969         lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
970         Minor reformatting and code clean ups.
971         Minor changes to prevent -gnatwa warnings
972
973         * ali.adb: Minor reformatting and cleanup of code
974         Acquire new SS indication of secondary stack use from ali files
975
976         * a-numaux.ads: Add Pure_Function pragmas for all imported functions
977         (since now we expect this to be done for imported functions)
978
979         * bindgen.adb: Generate call to modify default secondary stack size if
980         -Dnnn switch given
981
982         * bindusg.adb: Add line for new -D switch
983
984         * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
985         replacement name for Type_May_Have_Non_Bit_Aligned_Components!
986         Add circuitry for both records and arrays to avoid gigi
987         processing if the type involved has non-bit-aligned components
988
989         * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
990         N_String_Literal node always references an E_String_Literal_Subtype
991         entity. This may not be true in the future.
992         (Possible_Bit_Aligned_Component): Move processing of
993         Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
994
995         * exp_ch6.adb (Expand_Thread_Body): Pick up
996         Default_Secondary_Stack_Size as variable so that we get value modified
997         by possible -Dnnn binder parameter.
998
999         * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
1000         (Type_May_Have_Bit_Aligned_Components): New function.
1001
1002         * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
1003         (Type_May_Have_Bit_Aligned_Components): New function.
1004
1005         * fe.h: (Set_Identifier_Casing): Fix prototype.
1006         Add declaration for Sem_Elim.Eliminate_Error_Msg.
1007         Minor reformatting.
1008
1009         * freeze.adb (Freeze_Entity): Add RM reference to error message about
1010         importing constant atomic/volatile objects.
1011         (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
1012         unless explicit Pure_Function pragma given, to avoid insidious bug of
1013         call to non-pure imported function getting eliminated.
1014
1015         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
1016         gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
1017         gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
1018         Add 2004 to printed copyright notice
1019
1020         * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
1021         stack used.
1022
1023         * Makefile.rtl: Add entry for g-sestin.o
1024         g-sestin.ads: New file.
1025
1026         * mdll.adb: Minor changes to avoid -gnatwa warnings
1027
1028         * mlib-tgt.adb: Minor reformatting
1029
1030         * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
1031         New switch Sec_Stack_Used (GNAT, GNATBIND)
1032         Make Default_Secondary_Stack_Size a variable instead of a constant,
1033         so that it can be modified by the new -Dnnn bind switch.
1034
1035         * rtsfind.adb (Load_Fail): Give full error message in configurable
1036         run-time mode if all_errors mode is set. This was not done in the case
1037         of a file not found, which was an oversight.
1038         Note if secondary stack unit is used by compiler.
1039
1040         * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
1041         ineffective elaborate all pragmas on non-visible packages (this
1042         happened when a renamed subprogram was called). Now the elaborate all
1043         always goes on the package containing the renaming rather than the one
1044         containing the renamed subprogram.
1045
1046         * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
1047         (Process_Eliminate_Pragma): Add parameter to capture pragma location.
1048
1049         * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
1050         has an Etype that references an E_String_Literal.
1051         (Eval_String_Literal): Avoid assumption that N_String_Literal node
1052         always references an E_String_Literal_Subtype entity. This may not
1053         be true in the future.
1054
1055         * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
1056         pragma location.
1057
1058         * sem_res.adb (Resolve): Specialize msg for function name used in proc
1059         call.
1060
1061 2004-01-05  Ed Falis  <falis@gnat.com>
1062
1063         * g-debuti.adb: Replaced direct boolean operator with short-circuit
1064         form.
1065
1066 2004-01-05  Vincent Celier  <celier@gnat.com>
1067
1068         * bld.adb: Minor comment updates
1069         (Process_Declarative_Items): Correct incorrect name (Index_Name instead
1070         of Item_Name).
1071
1072         * make.adb (Gnatmake): Special process for files to compile/check when
1073         -B is specified. Fail when there are only foreign mains in attribute
1074         Main of the project file and -B is not specified. Do not skip bind/link
1075         steps when -B is specified.
1076
1077         * makeusg.adb: Document new switch -B
1078
1079         * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
1080
1081         * switch-m.adb: (Scan_Make_Switches): Process -B switch
1082
1083         * vms_data.ads: Add new GNAT PRETTY qualifier
1084         /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
1085
1086 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1087
1088         * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
1089         case.
1090
1091         * misc.c (gnat_printable_name): If VERBOSITY is 2, call
1092         Set_Identifier_Casing.
1093
1094         * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
1095         has size that overflows.
1096
1097 2004-01-05  Gary Dismukes  <dismukes@gnat.com>
1098
1099         * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
1100         -gnatwa warning on static condition.
1101
1102 2004-01-05  Doug Rupp  <rupp@gnat.com>
1103
1104         * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
1105
1106 2004-01-05  Arnaud Charlet  <charlet@act-europe.fr>
1107
1108         * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
1109         all attributes, including read-only attribute.
1110
1111 2004-01-05  Pascal Obry  <obry@gnat.com>
1112
1113         * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
1114         library naming scheme.
1115
1116         * mlib-prj.adb (Build_Library): Generate different names for the static
1117         or dynamic version of the GNAT runtime. This is needed to support the
1118         new shared library naming scheme.
1119         (Process_Binder_File): Add detection of shared library in binder file
1120         based on the new naming scheme.
1121
1122         * gnatlink.adb (Process_Binder_File): Properly detect the new naming
1123         scheme for the shared runtime libraries.
1124
1125         * Makefile.in:
1126         (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
1127         scheme.
1128         (install-gnatlib): Do not create symlinks for shared libraries.
1129         (gnatlib-shared-default): Idem.
1130         (gnatlib-shared-dual-win32): New target. Not used for now as the
1131         auto-import feature does not support arrays/records.
1132         (gnatlib-shared-win32): Do not create copy for the shared libraries.
1133         (gnatlib-shared-vms): Fix shared runtime libraries names.
1134
1135         * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
1136         dependent runtime shared library name.
1137
1138 2004-01-05  Vasiliy Fofanov  <fofanov@act-europe.fr>
1139
1140         * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
1141         than the object.
1142
1143 2004-01-05  Ed Schonberg  <schonberg@gnat.com>
1144
1145         * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
1146         protected objects when allocator has a subtype indication, not a
1147         qualified expression. Note that qualified expressions may have to be
1148         checked when limited aggregates are implemented.
1149
1150         * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
1151         pure, emit warning.
1152         (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
1153         subprogram is imported, remove warning.
1154
1155 2004-01-05  Geert Bosch  <bosch@gnat.com>
1156
1157         * s-poosiz.adb: Update copyright notice.
1158         (Allocate): Use Task_Lock to protect against concurrent access.
1159         (Deallocate): Likewise.
1160
1161 2004-01-05  Joel Brobecker  <brobecker@gnat.com>
1162
1163         * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
1164         comment.
1165
1166 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
1167
1168         * gnat_ug.texi: Force a CVS commit by updating copyright.
1169         * gnat_ug_vxw.texi: Regenerate.
1170         * gnat_ug_wnt.texi: Regenerate.
1171         * gnat_ug_vms.texi: Regenerate.
1172         * gnat_ug_unx.texi: Regenerate.
1173
1174 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
1175
1176         * trans.c: Remove uses of "register" specifier in
1177         declarations of local variables.
1178
1179 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
1180
1181         * stamp-xgnatug: New stamp file.
1182         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
1183         (ada/doctools/xgnatug): Add $(build_exeext).
1184         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
1185         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
1186
1187 2003-12-17  Ed Falis  <falis@gnat.com>
1188
1189         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
1190         eliminate warning.
1191
1192         * a-exextr.adb: Add context clause for
1193         Ada.Exceptions.Last_Chance_Handler.
1194
1195 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
1196
1197         * cstand.adb (Create_Standard): Change the way how the declaration of
1198         the Duration type is created (making it the same way as it is for all
1199         the other standard types).
1200
1201 2003-12-17  Robert Dewar  <dewar@gnat.com>
1202
1203         * s-crtl.ads: Fix header format
1204         Change Pure to Preelaborate
1205
1206 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
1207
1208         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
1209         the expression type only if it is declared in the current unit.
1210
1211         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
1212         are universal and already analyzed, as can occur in constrained
1213         subcomponents that depend on discriminants, when one constraint is a
1214         subtype mark.
1215
1216         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
1217         type Any_Fixed is legal as the argument of a conversion, if only one
1218         fixed-point type is in context.
1219
1220 2003-12-17  GNAT Script  <nobody@gnat.com>
1221
1222         * Make-lang.in: Makefile automatically updated
1223
1224 2003-12-15  Robert Dewar  <dewar@gnat.com>
1225
1226         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
1227         sec stack size.
1228
1229 2003-12-15  Vincent Celier  <celier@gnat.com>
1230
1231         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
1232         (Gnatchop): Do not set failure status when reporting the number of
1233         warnings.
1234
1235 2003-12-15  Doug Rupp  <rupp@gnat.com>
1236
1237         * s-ctrl.ads: New file.
1238
1239         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
1240
1241         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
1242         (GNATBIND_OBJS): Add ada/s-crtl.o.
1243
1244         * Makefile.in [VMS]: Clean up ifeq rules.
1245
1246         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
1247         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
1248         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
1249         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
1250         s-tasdeb.adb: Update copyright.
1251         Import System.CRTL.
1252         Make minor modifications to use System.CRTL declared functions instead
1253         of importing locally.
1254
1255 2003-12-15  GNAT Script  <nobody@gnat.com>
1256
1257         * Make-lang.in: Makefile automatically updated
1258
1259 2003-12-11  Ed Falis  <falis@gnat.com>
1260
1261         * 5zinit.adb: Clean up.
1262
1263         * 5zintman.adb (Notify_Exception): replaced case statement with a call
1264         to __gnat_map_signal, imported from init.c to support
1265         signal -> exception mappings that depend on the vxWorks version.
1266
1267         * init.c:
1268         Created and exported __gnat_map_signal to support signal -> exception
1269         mapping that is dependent on the VxWorks version.
1270         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
1271
1272 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
1273
1274         * 5wosinte.ads: Link with -mthreads switch.
1275
1276 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
1277
1278         * init.c (__gnat_install_handler [NetBSD]): Set
1279         __gnat_handler_installed, as done on all other platforms.
1280         Remove duplicated code.
1281
1282 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
1283
1284         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
1285
1286 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
1287
1288         * sinfo.ads: Fix inconsistent example code in comment.
1289
1290 2003-12-11  Robert Dewar  <dewar@gnat.com>
1291
1292         * a-tiinau.adb: Add a couple of comments
1293
1294         * sem_ch3.adb: Minor reformatting
1295
1296         * sem_prag.adb:
1297         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
1298         Minor reformatting throughout
1299
1300 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
1301
1302         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
1303         bounds of a loop, create a separate block in order to generate proper
1304         cleanup actions to prevent memory leaks.
1305
1306         * sem_res.adb (Resolve_Call): After a call to
1307         Establish_Transient_Scope, the call may be rewritten and relocated, in
1308         which case no further processing is needed.
1309
1310         * sem_util.adb: (Wrong_Type): Refine previous fix.
1311          Fixes ACATS regressions.
1312
1313         PR ada/13353
1314
1315         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
1316         be inlined.
1317
1318 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
1319
1320         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
1321         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
1322         obsolete files.
1323
1324         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
1325         (rts-zfp): Ditto.
1326
1327 2003-12-08  Robert Dewar  <dewar@gnat.com>
1328
1329         * 7sintman.adb: Minor reformatting
1330
1331         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
1332         standard linker options to get standard libraries linked. We now plan
1333         to provide dummy versions of these libraries to match the appropriate
1334         configurable run-time (e.g. if a library is not needed at all, provide
1335         a dummy empty library).
1336
1337         * targparm.ads: Configurable_Run_Time mode no longer affects linker
1338         options (-L parameters and standard libraries). What we plan to do is
1339         to provide dummy libraries where the libraries are not required.
1340
1341         * gnatbind.adb: Minor comment improvement
1342
1343 2003-12-08  Javier Miranda  <miranda@gnat.com>
1344
1345         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
1346         aggregate in the parent. Otherwise constants with limited aggregates
1347         are not supported. Add new formal to pass the component type (Ctype).
1348         It is required to call the corresponding IP subprogram in case of
1349         default initialized components.
1350         (Gen_Assign): In case of default-initialized component, generate a
1351         call to the IP subprogram associated with the component.
1352         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
1353         of aggregate with default initialized components.
1354         (Has_Default_Init_Comps): Improve implementation to recursively check
1355         all the present expressions.
1356
1357         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
1358         to indicate that the initialization call corresponds to a
1359         default-initialized component of an aggregate.
1360         In case of default initialized aggregate with tasks this parameter is
1361         used to generate a null string (this is just a workaround that must be
1362         improved later). In case of discriminants, this parameter is used to
1363         generate a selected component node that gives access to the discriminant
1364         value.
1365
1366         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
1367         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
1368         allocated aggregates with default-initialized components.
1369
1370         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
1371         the box notation is used in positional aggregates.
1372
1373 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
1374
1375         * lib.ads: Fix typo in comment
1376
1377 2003-12-08  Vincent Celier  <celier@gnat.com>
1378
1379         * prj.adb (Project_Empty): New component Unkept_Comments
1380         (Scan): Remove procedure; moved to Prj.Err.
1381
1382         * prj.ads (Project_Data): New Boolean component Unkept_Comments
1383         (Scan): Remove procedure; moved to Prj.Err.
1384
1385         * prj-dect.adb: Manage comments for the different declarations.
1386
1387         * prj-part.adb (With_Record): New component Node
1388         (Parse): New Boolean parameter Store_Comments, defaulted to False.
1389         Set the scanner to return ends of line and comments as tokens, if
1390         Store_Comments is True.
1391         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
1392         comments are associated with these nodes. Store the node IDs in the
1393         With_Records.
1394         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
1395         With_Records.
1396         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
1397         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
1398         current project. Call Tree.Restore afterwards. Set the various nodes
1399         for comment storage (Next_End, End_Of_Line, Previous_Line,
1400         Previous_End).
1401
1402         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
1403         defaulted to False.
1404
1405         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
1406         to False. When Truncated is True, truncate the string, never go to the
1407         next line.
1408         (Write_End_Of_Line_Comment): New procedure
1409         (Print): Process comments for nodes N_With_Clause,
1410         N_Package_Declaration, N_String_Type_Declaration,
1411         N_Attribute_Declaration, N_Typed_Variable_Declaration,
1412         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
1413         Process nodes N_Comment.
1414
1415         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
1416         without comments and there are some comments, set the flag
1417         Unkept_Comments to True.
1418         (Scan): If there are comments, set the flag Unkept_Comments to True and
1419         clear the comments.
1420         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
1421         (Next_End_Nodes: New table
1422         (Comment_Zones_Of): New function
1423         (Scan): New procedure; moved from Prj. Accumulate comments in the
1424         Comments table and set end of line comments, comments after, after end
1425         and before end.
1426         (Add_Comments): New procedure
1427         (Save, Restore, Seset_State): New procedures
1428         (There_Are_Unkept_Comments): New function
1429         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
1430         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
1431         procedures.
1432         (First_Comment_After, First_Comment_After_End): New functions
1433         (First_Comment_Before, First_Comment_Before_End): New functions
1434         (Next_Comment): New function
1435         (End_Of_Line_Comment, Follows_Empty_Line,
1436         Is_Followed_By_Empty_Line): New functions
1437         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
1438         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
1439         (Set_Next_Comment): New procedure
1440         (Default_Project_Node): Associate comment before if the node can store
1441         comments.
1442
1443         * scans.ads (Token_Type): New enumeration value Tok_Comment
1444         (Comment_Id): New global variable
1445
1446         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
1447         defaulted to False.
1448         (Scan): Store position of start of comment. If comments are tokens, set
1449         Comment_Id and set Token to Tok_Comment when scanning a comment.
1450         (Set_Comment_As_Token): New procedure
1451
1452         * sinput-p.adb: Update Copyright notice
1453         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
1454         that no longer exists.
1455
1456 2003-12-08  Javier Miranda  <miranda@gnat.com>
1457
1458         * sem_aggr.adb: Add dependence on Exp_Tss package
1459         Correct typo in comment
1460         (Resolve_Aggregate): In case of array aggregates set the estimated
1461         type of the aggregate before calling resolve. This is needed to know
1462         the name of the corresponding IP in case of limited array aggregates.
1463         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
1464         in case of default initialized array components.
1465
1466         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
1467         types. Required to give support to limited aggregates in generic
1468         formals.
1469
1470 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
1471
1472         * sem_ch3.adb (Check_Initialization): For legality purposes, an
1473         inlined body functions like an instantiation.
1474         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
1475         until bounds are analyzed, to diagnose premature use of type.
1476
1477         * sem_util.adb (Wrong_Type): Improve error message when the type of
1478         the expression is used prematurely.
1479
1480 2003-12-08  GNAT Script  <nobody@gnat.com>
1481
1482         * Make-lang.in: Makefile automatically updated
1483
1484 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
1485
1486         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
1487         they are automatically generated by Make-lang.in and cause nothing but
1488         maintenance troubles.
1489
1490 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
1491
1492         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
1493         version of this unit).
1494
1495 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
1496
1497         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
1498         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
1499         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
1500         the body of System.Interrupt_Management common to several targets.
1501         Update copyright notice when appropriate.
1502
1503         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
1504         constant.
1505
1506         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
1507         to ensure that the kernel fills in the interrupted context structure
1508         before calling a signal handler, which is necessary to be able to
1509         unwind past it. Update the copyright notice.
1510
1511 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
1512
1513         * a-elchha.ads: New file.
1514
1515         * a-elchha.adb: New default last chance handler. Contents taken from
1516         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
1517
1518         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
1519         is moved to a-elchha.adb to provide a target-independent default last
1520         chance handler.
1521
1522         * Makefile.rtl: Add a-elchha.o
1523
1524         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
1525
1526 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
1527
1528         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
1529         declared in an instance, do not inline the call if the instance is not
1530         frozen yet, to prevent order of elaboration problems.
1531
1532         * sem_prag.adb: Add comments for previous fix.
1533
1534 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
1535
1536         * g-table.adb: Use the right variable in Set_Item.
1537         Update copyright notice.
1538
1539 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
1540
1541         * Makefile.in: Remove unused rules.
1542
1543 2003-12-05  Vincent Celier  <celier@gnat.com>
1544
1545         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
1546         -nostdlib. Not needed here after all.
1547
1548 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
1549
1550         PR ada/11724
1551
1552         * adaint.h, adaint.c, g-os_lib.ads:
1553         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
1554         on some platforms (including FreeBSD), it is a 64 bit value.
1555         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
1556
1557 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
1558
1559         * gnatvsn.ads (Library_Version): Now contain only the relevant
1560         version info.
1561         (Verbose_Library_Version): New constant.
1562
1563         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
1564         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
1565         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
1566
1567         * gnatlbr.adb: Clean up: replace Library_Version by
1568         Verbose_Library_Version.
1569
1570         * make.adb, lib-writ.adb, exp_attr.adb:
1571         Clean up: replace Library_Version by Verbose_Library_Version.
1572
1573         * 5lintman.adb: Removed.
1574
1575         * Makefile.in:
1576         Update and simplify computation of LIBRARY_VERSION.
1577         Fix computation of GSMATCH_VERSION.
1578         5lintman.adb is no longer used: replaced by 7sintman.adb.
1579
1580 2003-12-03  Robert Dewar  <dewar@gnat.com>
1581
1582         * exp_ch5.adb:
1583         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
1584         name. Modified to consider small non-bit-packed arrays as troublesome
1585         and in need of component-by-component assigment expansion.
1586
1587 2003-12-03  Vincent Celier  <celier@gnat.com>
1588
1589         * lang-specs.h: Process nostdlib as nostdinc
1590
1591         * back_end.adb: Update Copyright notice
1592         (Scan_Compiler_Arguments): Process -nostdlib directly.
1593
1594 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
1595
1596         * Makefile.in:
1597         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
1598         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
1599         included in HIE_NONE_TARGET_PAIRS.
1600
1601 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
1602
1603         * sem_attr.adb:
1604         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
1605         is legal in an instance, because legality is cheched in the template.
1606
1607         * sem_prag.adb:
1608         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
1609         appplied to an unchecked conversion of a formal parameter.
1610
1611         * sem_warn.adb:
1612         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
1613         variables.
1614
1615 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
1616
1617         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
1618         routines. The second one is new functionality to deal with backtracing
1619         through signal handlers.
1620         (unwind): Split into the two separate subroutines above.
1621         Update the documentation, and deal properly with sizeof (REG) different
1622         from sizeof (void*).
1623
1624 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
1625
1626         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
1627         so that the debugger can reliably access the value of the parameter,
1628         and therefore is able to display the exception name when an exception
1629         breakpoint is reached.
1630
1631 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
1632
1633         * fmap.adb: Fix typo in warning message.
1634
1635         * g-socket.ads, g-socket.adb: Make Free a visible instance of
1636         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
1637
1638 2003-12-01  Vincent Celier  <celier@gnat.com>
1639
1640         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
1641         ther is no Afile.
1642         (Build_Library): Get the switches only if Default_Switches is declared
1643         in package Binder.
1644
1645 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
1646
1647         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
1648         actuals that are indexed components, reanalyze actual to ensure that
1649         packed array references are properly expanded.
1650
1651         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
1652         attempted assignment to a discriminant.
1653
1654 2003-12-01  Robert Dewar  <dewar@gnat.com>
1655
1656         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
1657         reformatting.
1658
1659         * switch-c.adb: Minor reformatting of comments
1660
1661 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
1662
1663         * Makefile.in: Clean ups.
1664
1665 2003-12-01  GNAT Script  <nobody@gnat.com>
1666
1667         * Make-lang.in: Makefile automatically updated
1668
1669 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
1670
1671         * 5wsystem.ads: Disable zero cost exception, not ready yet.
1672
1673 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1674
1675         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
1676         to force serialization.
1677
1678 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
1679
1680         * g-socket.ads, g-socket.adb:
1681         Clarify documentation of function Stream. Introduce a Free procedure
1682         to release the returned Stream once it becomes unused.
1683
1684         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
1685
1686 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
1687
1688         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
1689         since NT 4 cannot handle timeout values that are too large,
1690         e.g. DWORD'Last - 1.
1691
1692 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
1693
1694         * exp_ch4.adb:
1695         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
1696         in procedure calls and whose expansion must be deferred.
1697
1698         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
1699         is in exp_ch4.
1700
1701         * sem_ch3.adb:
1702         (Build_Derived_Array_Type): Create operator for unconstrained type
1703         if ancestor is unconstrained.
1704
1705 2003-11-26  Vincent Celier  <celier@gnat.com>
1706
1707         * make.adb (Project_Object_Directory): New global variable
1708         (Change_To_Object_Directory): New procedure
1709         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
1710         of Change_Dir directly. Do not change working directory to object
1711         directory of main project after each compilation.
1712         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
1713         directly.
1714         Change to object directory of main project before binding step.
1715         (Initialize): Initialize Project_Object_Directory to No_Project
1716
1717         * mlib-prj.adb:
1718         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
1719         binding a Stand-Alone Library.
1720
1721         * output.adb: Update Copyright notice
1722         (Write_Char): Output buffer when full
1723
1724 2003-11-26  Robert Dewar  <dewar@gnat.com>
1725
1726         * sem_ch13.adb: (Check_Size): Reset size if size is too small
1727
1728         * sem_ch13.ads:
1729         (Check_Size): Fix documentation to include bit-packed array case
1730
1731         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
1732
1733         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
1734
1735         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
1736
1737 2003-11-24  Arnaud Charlet <charlet@act-europe.fr>
1738
1739         PR ada/13142
1740         * utils.c (init_gigi_decls): Change name of built-in setjmp to
1741         __builtin_setjmp, since this is apparently needed by recent
1742         non Ada changes.
1743
1744 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1745
1746         * adadecode.c: Only include ctype.h if not IN_GCC.
1747         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
1748
1749 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
1750
1751         * Makefile.in:
1752         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
1753         signals and interrupts.
1754
1755         * 5zintman.ads: New File.
1756
1757         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
1758         add exception signals to the set of unmasked signals.
1759
1760         * 5ztaprop.adb:
1761         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
1762         between signals and interrupts.
1763         Add to Unblocked_Signal_Mask the set of signals that are in
1764         Keep_Unmasked.
1765
1766         * 7sinmaop.adb:
1767         Adding a check to see whether the Interrupt_ID we want to unmask is in
1768         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
1769         reason is that the index type of the Keep_Unmasked array is not always
1770         Interrupt_ID; it may be a subtype of Interrupt_ID.
1771
1772 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
1773
1774         * exp_util.adb:
1775         (Remove_Side_Effects): Condition constantness of object created for a
1776          an unchecked type conversion on the constantness of the expression
1777          to ensure the correct value for 'Constrained when passing components
1778          of view-converted class-wide objects.
1779
1780 2003-11-24  Robert Dewar  <dewar@gnat.com>
1781
1782         * par-load.adb (Load): Improve handling of misspelled and missing units
1783         Removes several cases of compilation abandoned messages
1784
1785         * lib.adb: (Remove_Unit): New procedure
1786
1787         * lib.ads: (Remove_Unit): New procedure
1788
1789         * lib-load.adb: Minor reformatting
1790
1791 2003-11-24  Vincent Celier  <celier@gnat.com>
1792
1793         * make.adb:
1794         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
1795         (Marking_Label): Label to mark processed source files. Incremented for
1796         each executable.
1797         (Gnatmake): Increase Marking_Labet for each executable
1798         (Is_Marked): Compare against marking label
1799         (Mark): Mark with marking label
1800
1801 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
1802
1803         * s-thread.ads:
1804         Move the declaration of the TSD for System.Threads to System.Soft_Links.
1805         Add some comments.
1806
1807         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
1808         (rts-cert): build a single relocatable object for the run-time lib.
1809         Fix perms.
1810
1811 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
1812
1813         * Make-lang.in:
1814         Use gnatls rather than gcc to obtain the location of GNAT RTL for
1815         crosstools build.
1816
1817 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
1818
1819         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
1820         can not use it as before (that is, as a variable) when dumping it into
1821         the tree file. Add a local variable to store the result of this
1822         function and to be used as the string to be written into the tree.
1823
1824         * scn.adb (Initialize_Scanner): Add comments explaining the recent
1825         changes.
1826
1827         * sinput.adb (Source_First, Source_Last): In case of
1828         Internal_Source_File, replace returning attributes of
1829         Internal_Source_Ptr (which is wrong) with returning attributes of
1830         Internal_Source.
1831
1832 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
1833
1834         * sem_ch3.adb:
1835         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
1836         used for implicit concatenation operators.
1837         Code cleanup.
1838
1839         * sem_elab.adb:
1840         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
1841         task bodies that are in the scope of a Suppress pragma.
1842         (Check_A Call): Use the flag to prevent spurious elaboration checks.
1843
1844         * sinfo.ads, sinfo.adb:
1845         New flag No_Elaboration_Check on function/procedure calls, to properly
1846         suppress checks on calls in task bodies that are within a local suppress
1847         pragma.
1848
1849         * exp_ch4.adb:
1850         (Expand_Concatenate_Other): Use the proper integer type for the
1851         expression for the upper bound, to avoid universal_integer computations
1852         when possible.
1853
1854 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
1855
1856         * .cvsignore: Delete.
1857
1858 2003-11-21  Andreas Schwab  <schwab@suse.de>
1859
1860         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
1861
1862 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
1863
1864         * 5wsystem.ads: Enable zero cost exception.
1865
1866 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
1867
1868         * 5ztiitho.adb: Remove an unreferenced variable.
1869
1870 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
1871
1872         * adaint.c: For FreeBSD, use mkstemp.
1873
1874 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
1875
1876         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
1877
1878 2003-11-21  Robert Dewar  <dewar@gnat.com>
1879
1880         * bld.adb: Remove useless USE of gnatvsn
1881
1882         * gnatchop.adb: Minor reformatting
1883         Clean up version handling to be more consistent
1884
1885         * gnatxref.adb: Minor reformatting
1886
1887         * gprcmd.adb: Minor reformatting
1888         Fix output of copyright to be more consistent with other tools
1889
1890 2003-11-21  Vincent Celier  <celier@gnat.com>
1891
1892         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
1893
1894 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
1895
1896         * atree.adb (Initialize): Add initializations for global variables
1897         used in New_Copy_Tree.
1898
1899         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
1900         Internal_Source_File as the actual).
1901         Put the set of statements creating Any_Character before the set of
1902         statements creating Any_Array to have Any_Character fully initialized
1903         when it is used in creating Any_Array.
1904
1905         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
1906         not call Scan in case if the actual is Internal_Source_File
1907         Add 2003 to copyright note.
1908
1909         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
1910         processing Internal_Source_File.
1911
1912         * types.ads: Add the constant Internal_Source_File representing the
1913         source buffer for artificial source-code-like strings created within
1914         the compiler (the definition of Source_File_Index is changed).
1915
1916 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
1917
1918         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
1919         56system.ads: New file, FreeBSD version.
1920
1921 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1922
1923         * Make-lang.in (ada.extraclean): Delete.
1924
1925 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
1926
1927         * gnatmem.adb: Clean up verbose output.
1928
1929         * gprcmd.adb: Change copyright to FSF.
1930
1931 2003-11-19  Vincent Celier  <celier@gnat.com>
1932
1933         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
1934         and Version (ignored).
1935
1936         * symbols.ads: (Policy): New type
1937         (Initialize): New parameter Reference, Symbol_Policy and
1938         Library_Version.
1939         Remove parameter Force.
1940         Minor reformatting.
1941
1942         * snames.ads, snames.adbadb: New standard names
1943         Library_Reference_Symbol_File and Library_Symbol_Policy
1944
1945         * mlib-prj.adb:
1946         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
1947         project.
1948
1949         * mlib-tgt.adb:
1950         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
1951
1952         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
1953
1954         * prj.adb: (Project_Empty): New component Symbol_Data
1955
1956         * prj.ads: (Policy, Symbol_Record): New types
1957         (Project_Data): New component Symbol_Data
1958
1959         * prj-attr.adb:
1960         New attributes Library_Symbol_File, Library_Symbol_Policy and
1961         Library_Reference_Symbol_File.
1962
1963         * prj-nmsc.adb:
1964         (Ada_Check): When project is a Stand-Alone library project, process
1965         attribute Library_Symbol_File, Library_Symbol_Policy and
1966         Library_Reference_Symbol_File.
1967
1968         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
1969         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
1970         5sml-tgt.adb (Build_Dynamic_Library): New parameter
1971         Symbol_Data (ignored).
1972
1973         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
1974         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
1975         functions Option_File_Name and Version_String. Set new options of
1976         gnatsym related to symbol file, symbol policy and reference symbol
1977         file.
1978
1979         * 5vsymbol.adb:
1980         Extensive modifications to take into account the reference symbol file,
1981         the symbol policy, the library version and to put in the symbol file the
1982         minor and major IDs.
1983
1984         * bld.adb (Process_Declarative_Items): Put second argument of
1985         gprcmd to_absolute between single quotes, to avoid problems with
1986         Windows.
1987
1988         * bld-io.adb: Update Copyright notice.
1989         (Flush): Remove last character of a line, if it is a back slash, to
1990         avoid make problems.
1991
1992         * gnatsym.adb:
1993         Implement new scheme with reference symbol file and symbol policy.
1994
1995         * g-os_lib.ads: (Is_Directory): Clarify comment
1996
1997 2003-11-19  Robert Dewar  <dewar@gnat.com>
1998
1999         * atree.adb: Move New_Copy_Tree global variables to head of package
2000
2001         * errout.adb: Minor reformatting
2002
2003 2003-11-19  Javier Miranda  <miranda@gnat.com>
2004
2005         * sem_ch4.adb: (Diagnose_Call): Improve error message.
2006         Add reference to Ada0Y (AI-50217)
2007
2008         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
2009         sem_util.adb: Add reference to AI-50217
2010
2011         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
2012
2013         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
2014
2015         * sem_aggr.adb: Complete documentation of AI-287 changes
2016
2017         * par-ch4.adb: Document previous changes.
2018
2019         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
2020         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
2021         Ada0Y (AI-50217)
2022
2023         * exp_aggr.adb: Add references to AI-287 in previous changes
2024
2025 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
2026
2027         * exp_ch6.adb:
2028         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
2029         in the rewriting is the result of an inlined call.
2030
2031         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
2032         parameter is a type conversion, use original node to construct the
2033         post-call assignment, because expression may have been rewritten, e.g.
2034         if it is a packed array.
2035
2036         * sem_attr.adb:
2037         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
2038         body, just as it is in an instance.
2039         Categorization routines
2040
2041         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
2042         Instantiate_Object): Set proper sloc reference for message on missing
2043         actual.
2044
2045 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
2046
2047         * Makefile.in: Add FreeBSD libgnat pairs.
2048
2049         * usage.adb: Fix typo in usage message.
2050
2051 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
2052
2053         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
2054         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
2055         pragma Thread_Body.
2056         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
2057
2058         * s-thread.adb: This file is now a dummy implementation of
2059         System.Thread.
2060
2061 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
2062
2063         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
2064
2065 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
2066
2067         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
2068         instanciation references in the parent type description.
2069
2070 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2071
2072         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
2073
2074         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
2075         TYPE_PRECISION directly from esize.
2076
2077 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
2078
2079         * cstreams.c:
2080         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
2081
2082         * init.c: Initialization routines for FreeBSD
2083
2084         * link.c: Link info for FreeBSD
2085
2086         * sysdep.c: Add the case of FreeBSD
2087
2088 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
2089
2090         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
2091         already called in System.Threads.
2092
2093         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
2094         environment task, as it has been moved to System.Threads.Initialization.
2095
2096 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
2097
2098         * adaint.c (__gnatlib_install_locks): Only reference
2099         __gnat_install_locks on VMS, since other platforms can avoid using
2100         --enable-threads=gnat
2101
2102 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2103
2104         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
2105
2106         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
2107         TYPE_PACKED_ARRAY_TYPE_P.
2108         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
2109
2110         Part of PR ada/12806
2111         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
2112         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
2113
2114 2003-11-17  Vincent Celier  <celier@gnat.com>
2115
2116         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
2117         to False.
2118         Do not set exit status to Failure when Warning is True.
2119         (Gnatchop): Make errors "no compilation units found" and
2120         "no source files written" warnings only.
2121
2122         * make.adb (Gnatmake): When using a project file, set
2123         Look_In_Primary_Dir to False.
2124         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
2125         and Local_Configuration_Pragmas in the project where they are declared
2126         not an extending project which might have inherited them.
2127
2128         * osint.adb (Locate_File): If Name is already an absolute path, do not
2129         look for a directory.
2130
2131         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
2132         -gnats (Check_Syntax) is used, issue only a warning, not an error.
2133
2134         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
2135         in objects of type Variable_Value.
2136
2137         * prj.ads: (Variable_Value): New component Project
2138
2139         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
2140         is in a project extended by Project.
2141
2142         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
2143         Project of Variable_Values to this new parameter value.
2144         (Expression): Set component Project of Variable_Values.
2145         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
2146         Set the component Project in array elements.
2147
2148 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
2149
2150         * errout.adb: (Initialize): Add initialization for error nodes.
2151
2152         * sem_ch12.adb (Initialize): Add missing initializations for
2153         Exchanged_Views and Hidden_Entities.
2154
2155 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
2156
2157         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
2158         already instantiated tree for use in subsequent inlining.
2159         (Analyze_Associations, Instantiate_Formal_Subprogram,
2160         Instantiate_Object): improve error message for mismatch in
2161         instantiations.
2162
2163         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
2164         instantiations of subprograms declared in instances.
2165
2166 2003-11-17  Javier Miranda  <miranda@gnat.com>
2167
2168         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
2169         executed only under the Extensions_Allowed flag.
2170
2171 2003-11-17  Robert Dewar  <dewar@gnat.com>
2172
2173         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
2174         zeroes suppressed.
2175         (Address_Image): Fix bug of returning 0x instead of 0x0
2176         Minor reformatting (function specs).
2177
2178         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
2179         (missed case of 33-63)
2180
2181         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
2182
2183         * s-thread.adb: Add comments for pragma Restriction
2184
2185         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
2186         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
2187
2188 2003-11-17  Ed Falis  <falis@gnat.com>
2189
2190         * s-thread.adb: Added No_Tasking restriction for this implementation.
2191
2192 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
2193
2194         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
2195         instanciation references in the parent type description.
2196
2197 2003-11-17  GNAT Script  <nobody@gnat.com>
2198
2199         * Make-lang.in: Makefile automatically updated
2200
2201 2003-11-16  Jason Merrill  <jason@redhat.com>
2202
2203         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
2204         and TAGS files that include them for each front end.
2205
2206 2003-11-14  Andreas Jaeger  <aj@suse.de>
2207
2208         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
2209         is the canonical version.
2210         * misc.c (gnat_handle_option): Likewise.
2211
2212         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
2213
2214         * 5nsystem.ads: New file for x86_64-linux-gnu.
2215
2216 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2217
2218         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
2219
2220         * comperr.adb: Fix logic in previous change.
2221
2222 2003-11-13  Vincent Celier  <celier@gnat.com>
2223
2224         * 5bml-tgt.adb (Build_Dynamic_Library): Use
2225         Osint.Include_Dir_Default_Prefix instead of
2226         Sdefault.Include_Dir_Default_Name.
2227
2228         * gnatlbr.adb: Update Copyright notice
2229         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
2230         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
2231         instead of Sdefault.Object_Dir_Default_Name
2232
2233         * gnatlink.adb:
2234         (Process_Binder_File): Never suppress the option following -Xlinker
2235
2236         * mdll-utl.adb:
2237         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
2238         Sdefault.Object_Dir_Default_Name.
2239
2240         * osint.ads, osint.adb:
2241         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
2242         Minor reformatting.
2243
2244         * vms_conv.ads: Minor reformating
2245         Remove GNAT STANDARD and GNAT PSTA
2246
2247         * vms_conv.adb:
2248         Allow GNAT MAKE to have several files on the command line.
2249         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
2250         Sdefault.Object_Dir_Default_Name.
2251         Minor Reformating
2252         Remove data for GNAT STANDARD
2253
2254         * vms_data.ads:
2255         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
2256         Remove data for GNAT STANDARD
2257         Remove options and documentation for -gnatwb/-gnatwB: these warning
2258         options no longer exist.
2259
2260 2003-11-13  Ed Falis  <falis@gnat.com>
2261
2262         * 5zthrini.adb: (Init_RTS): Made visible
2263
2264         * 5zthrini.adb:
2265         (Register): Removed unnecessary call to taskVarGet that checked whether
2266          an ATSD was already set as a task var for the argument thread.
2267
2268         * s-thread.adb:
2269         Updated comment to reflect that this is a VxWorks version
2270         Added context clause for System.Threads.Initialization
2271         Added call to System.Threads.Initialization.Init_RTS
2272
2273 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
2274
2275         * 5zthrini.adb:
2276         (Init_RTS): New procedure, for the initialization of the run-time lib.
2277
2278         * s-thread.adb:
2279         Remove dependancy on System.Init, so that this file can be used in the
2280         AE653 sequential run-time lib.
2281
2282 2003-11-13  Robert Dewar  <dewar@gnat.com>
2283
2284         * bindgen.adb: Minor reformatting
2285
2286 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
2287
2288         * checks.adb:
2289         (Apply_Discriminant_Check): Do no apply check if target type is derived
2290         from source type with no applicable constraint.
2291
2292         * lib-writ.adb:
2293         (Ensure_System_Dependency): Do not apply the style checks that may have
2294         been specified for the main unit.
2295
2296         * sem_ch8.adb:
2297         (Find_Selected_Component): Further improvement in error message, with
2298         RM reference.
2299
2300         * sem_res.adb:
2301         (Resolve): Handle properly the case of an illegal overloaded protected
2302         procedure.
2303
2304 2003-11-13  Javier Miranda  <miranda@gnat.com>
2305
2306         * exp_aggr.adb:
2307         (Has_Default_Init_Comps): New function to check the presence of
2308         default initialization in an aggregate.
2309         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
2310         extension aggregate of a limited record. In addition, a new formal
2311         was added to do not initialize the record controller (if any) during
2312         this recursive expansion of ancestors.
2313         (Init_Controller): Add support for limited record components.
2314         (Expand_Record_Aggregate): In case of default initialized components
2315         convert the aggregate into a set of assignments.
2316
2317         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
2318         describing the new syntax.
2319         Nothing else needed to be done because this subprogram delegates part of
2320         its work to P_Precord_Or_Array_Component_Association.
2321         (P_Record_Or_Array_Component_Association): Give support to the new
2322         syntax for default initialization of components.
2323
2324         * sem_aggr.adb:
2325         (Resolve_Aggregate): Relax the strictness of the frontend in case of
2326         limited aggregates.
2327         (Resolve_Record_Aggregate): Give support to default initialized
2328         components.
2329         (Get_Value): In case of default initialized components, duplicate
2330         the corresponding default expression (from the record type
2331         declaration). In case of default initialization in the *others*
2332         choice, do not check that all components have the same type.
2333         (Resolve_Extension_Aggregate): Give support to limited extension
2334         aggregates.
2335
2336         * sem_ch3.adb:
2337         (Check_Initialization): Relax the strictness of the front-end in case
2338         of aggregate and extension aggregates. This test is now done in
2339         Get_Value in a per-component manner.
2340
2341         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
2342         expression corresponds to a limited aggregate. This test is now done
2343         in Get_Value.
2344
2345         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
2346         Box_Present flag.
2347
2348         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
2349         present in an N_Component_Association node
2350
2351 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
2352
2353         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
2354         type-conformant entry only if they are homographs.
2355
2356 2003-11-13  GNAT Script  <nobody@gnat.com>
2357
2358         * Make-lang.in: Makefile automatically updated
2359
2360 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2361
2362         * adadecode.c: Use <> form of include for ctype.h.
2363         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
2364
2365 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2366
2367         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
2368         Works around PR middle-end/6552.
2369
2370 2003-11-10  Ed Falis  <falis@gnat.com>
2371
2372         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
2373
2374         * 5zinit.adb: (Install_Handler): Moved back to spec
2375         (Install_Signal_Handlers): Deleted
2376
2377         * 5zthrini.adb: Added context clause for System.Storage_Elements
2378         (Register): Only handles creation of taskVar; initialization moved to
2379         Thread_Body_Enter.
2380         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
2381         Added declaration of environment task secondary stack and
2382         initialization.
2383
2384         * s-thread.adb: Implement bodies for thread body processing
2385
2386         * s-thread.ads:
2387         Added comment identifying supported targets for pragma Thread_Body.
2388
2389 2003-11-10  Pascal Obry  <obry@gnat.com>
2390
2391         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
2392         GNAT_MAX_PATH_LEN.
2393
2394         * s-fileio.adb:
2395         (Open): Properly check for string length before copying into the buffer.
2396         Raises Name_Error if buffer is too small. Note that this was a potential
2397         buffer overflow.
2398
2399 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
2400
2401         * bindgen.adb, comperr.adb: Code clean ups.
2402         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
2403
2404 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
2405
2406         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
2407
2408 2003-11-10  Vincent Celier  <celier@gnat.com>
2409
2410         * gprcmd.adb:
2411         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
2412         installation.
2413
2414         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
2415
2416         * prj.adb: (Project_Empty): Add new boolean component Virtual
2417
2418         * prj.ads: (Virtual_Prefix): New constant string
2419         (Project_Data): New boolean component Virtual
2420
2421         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
2422         a library project is extended by a virtual extending project.
2423
2424         * prj-part.adb:
2425         Modifications throughout to implement extending-all project, including:
2426         (Virtual_Hash, Processed_Hash): New hash tables
2427         (Create_Virtual_Extending_Project): New procedure
2428         (Look_For_Virtual_Projects_For): New procedure
2429
2430         * prj-proc.adb:
2431         (Process): After checking the projects, if main project is an
2432         extending-all project, set the object directory of all virtual extending
2433         project to the object directory of the main project.
2434         Adjust error message when a virtual extending project has the same
2435         object directory as an project being extended.
2436         (Recursive_Process): If name starts with the virtual prefix, set Virtual
2437         to True in the project data.
2438
2439         * prj-tree.adb:
2440         (Default_Project_Node): Add new boolean component Extending_All
2441         (Is_Extending_All): New function
2442         (Set_Is_Extending_All): New procedure
2443
2444         * prj-tree.ads: (Is_Extending_All): New function
2445         (Set_Is_Extending_All): New procedure
2446         (Project_Node_Record): New boolean component Extending_All
2447
2448         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
2449
2450         * vms_data.ads:
2451         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
2452
2453         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
2454         "gprcmd prefix" to define it.
2455
2456 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
2457
2458         * einfo.ads: Fix a typo and remove an extraneous word in comments.
2459
2460         * lib-load.adb:
2461         (Create_Dummy_Package_Unit): Set the scope of the entity for the
2462         created dummy package to Standard_Standard, not to itself, to
2463         defend other parts of the front-end against encoutering a cycle in
2464         the scope chain.
2465
2466         * sem_ch10.adb:
2467         (Analyze_With_Clause): When setting the entities for the successive
2468         N_Expanded_Names that constitute the name of a child unit, do not
2469         attempt to go further than Standard_Standard in the chain of scopes.
2470         This case arises from the placeholder units created by
2471         Create_Dummy_Package_Unit in the case of a with_clause for a
2472         nonexistent child unit.
2473
2474 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
2475
2476         * exp_ch6.adb:
2477         (Expand_Thread_Body): Place subprogram on scope stack, so that new
2478         declarations are given the proper scope.
2479
2480         * sem_ch13.adb:
2481         (Check_Expr_Constants): Reject an expression that contains a constant
2482         created during expansion, and that appears after the object to which
2483         the address clause applies.
2484
2485         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
2486         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
2487         that uses 'Range of a function call with controlled components, so
2488         that the function result can be finalized before starting the loop.
2489
2490         * sem_ch8.adb:
2491         (Find_Selected_Component): Improve error message when prefix is
2492         an implicit dereference of an incomplete type.
2493
2494 2003-11-10  Robert Dewar  <dewar@gnat.com>
2495
2496         * opt.ads: New Print_Standard flag for -gnatS switch
2497
2498         * sem_ch13.adb: Remove some additional checks for unaligned arrays
2499
2500         * cstand.adb (Create_Standard): Print out package standard if -gnatS
2501         switch set
2502
2503         * debug.adb: Update doc for -gnatds to discuss relationship with new
2504         -gnatS flag
2505
2506         * sinfo.adb: Add new field Entity_Or_Associated_Node
2507
2508         * sinfo.ads: Add new field Entity_Or_Associated_Node
2509         Update documentation for Associated_Node and Entity fields to clarify
2510         relationship and usage.
2511
2512         * sprint.adb:
2513         (Write_Id): Properly process Associated_Node field in generic template
2514
2515         * switch-c.adb:
2516         Recognize new -gnatS switch for printing package Standard
2517         This replaces gnatpsta
2518
2519         * usage.adb:
2520         Add line for  new -gnatS switch for printing package Standard
2521         This replaces gnatpsta
2522
2523 2003-11-10  Andreas Jaeger  <aj@suse.de>
2524
2525         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
2526         integer.
2527
2528 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2529
2530         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
2531         by gnat1.
2532
2533 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2534
2535         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
2536         no longer needed.
2537
2538         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
2539
2540         * sysdep.c: Add handling of cygwin.
2541
2542 2003-11-10  GNAT Script  <nobody@gnat.com>
2543
2544         * Make-lang.in: Makefile automatically updated
2545
2546 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2547
2548         PR 12950
2549         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
2550         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
2551         Replace GNAT_ROOT by GCC_ROOT.
2552
2553         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
2554
2555 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
2556
2557         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
2558         and update for changed meaning of GET_MODE_BITSIZE.
2559
2560 2003-11-04  Doug Rupp  <rupp@gnat.com>
2561
2562         * sysdep.c: Problem discovered during IA64 VMS port.
2563         [VMS] #include <unixio.h> to get proper prototypes.
2564
2565         * adaint.c:
2566         Issues discovered/problems fixed during IA64 VMS port.
2567         [VMS] #define _POSIX_EXIT for proper semantics.
2568         [VMS] #include <unixio.h> for proper prototypes.
2569         [VMS] (fork): #define IA64 version.
2570         (__gnat_os_exit): Remove unnecessary VMS specific code.
2571
2572 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2573
2574         Part of PR ada/12806
2575
2576         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
2577         tree, not integer.
2578
2579         * decl.c:
2580         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
2581         not integer.
2582
2583         * targtyps.c, decl.c, misc.c,
2584         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
2585         routines to work around change in FP sizing semantics in GCC.
2586
2587         * utils.c:
2588         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
2589
2590         * gigi.h: (enumerate_modes): New function.
2591
2592         * Make-lang.in: (ada/misc.o): Add real.h.
2593
2594         * misc.c: (enumerate_modes): New function.
2595
2596 2003-11-04  Robert Dewar  <dewar@gnat.com>
2597
2598         * 3vtrasym.adb: Minor reformatting
2599         Use terminology encoded/decoded name, rather than C++ specific notion
2600         of mangling (this is the terminology used throughout GNAT).
2601
2602         * einfo.h: Regenerated
2603
2604         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
2605
2606         * exp_ch6.adb:
2607         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
2608
2609         * par-prag.adb: Add dummy entry for Thread_Body pragma
2610
2611         * rtsfind.ads:
2612         Add entries for System.Threads entities for thread body processing
2613
2614         * sem_attr.adb:
2615         (Analyze_Pragma, Access attributes): Check these are not applied to a
2616         thread body, since this is not permitted
2617
2618         * sem_prag.adb: Add processing for Thread_Body pragma.
2619         Minor comment fix.
2620
2621         * sem_res.adb:
2622         (Resolve_Call): Check for incorrect attempt to call a thread body
2623          procedure with a direct call.
2624
2625         * snames.ads, snames.adb: Add entry for Thread_Body pragma
2626         Add names associated with thread body expansion
2627
2628         * snames.h: Add entry for Thread_Body pragma
2629
2630         * s-thread.adb: Add entries for thread body processing
2631         These are dummy bodies so far
2632
2633         * s-thread.ads: Add documentation on thread body handling.
2634         Add entries for thread body processing.
2635
2636 2003-11-04  Javier Miranda  <miranda@gnat.com>
2637
2638         * sem_ch10.adb:
2639         (Build_Limited_Views): Return after posting an error in case of limited
2640         with_clause on subprograms, generics, instances or generic renamings
2641         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
2642         on subprograms, generics, instances or generic renamings
2643
2644 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
2645
2646         * raise.c (setup_to_install): Correct mistake in last revision; two
2647         arguments out of order.
2648
2649         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
2650         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
2651         notice, missed in previous change.
2652         Remove trailing blanks and other style errors introduced in previous
2653         change.
2654
2655 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
2656
2657         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
2658         rid of the wrapper for a LJM type, ensuring we don't do that if the
2659         field is addressable.  This avoids potential low level type view
2660         mismatches later on, for instance in a by-reference argument passing
2661         process.
2662
2663 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2664
2665         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
2666         aligned at byte boundary.
2667
2668 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
2669
2670         * decl.c (components_to_record): Do not delete the empty variants from
2671         the end of the union type.
2672
2673 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
2674
2675         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
2676         operation for a derived type, an explicit declaration may use a local
2677         subtype of Boolean.
2678
2679 2003-11-04  Vincent Celier  <celier@gnat.com>
2680
2681         * make.adb (Gnatmake): Allow main sources on the command line with a
2682         library project when it is only for compilation (no binding or
2683         linking).
2684
2685 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2686
2687         * Makefile.in: Remove many duplicate variables.
2688
2689 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
2690
2691         * Make-lang.in (dvi): Move targets to $(docobjdir).
2692         (gnat_ug_vms.dvi): Simplify rule and adjust target.
2693         (gnat_ug_wnt.dvi): Likewise.
2694         (gnat_ug_unx.dvi): Likewise.
2695         (gnat_ug_vxw.dvi): Likewise.
2696         (gnat_rm.dvi): Likewise.
2697         (gnat-style.dvi): Likewise.
2698
2699 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
2700
2701         * gigi.h: Missed commit from update for C90.
2702
2703 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
2704
2705         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
2706
2707 2003-10-31  Andreas Schwab  <schwab@suse.de>
2708
2709         * raise.c (get_action_description_for): Fix typo in last change.
2710
2711 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
2712
2713         PR ada/12761
2714         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
2715         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
2716
2717 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
2718
2719         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
2720         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
2721         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
2722         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
2723         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
2724
2725 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
2726
2727         * 3vtrasym.adb:
2728         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
2729         numbers when symbol name is too long.
2730
2731 2003-10-30  Ed Falis  <falis@gnat.com>
2732
2733         * g-signal.ads, g-signal.adb: New files
2734
2735         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
2736
2737         * Makefile.rtl: Introduce GNAT.Signals
2738
2739 2003-10-30  Robert Dewar  <dewar@gnat.com>
2740
2741         * freeze.adb: Minor reformatting
2742
2743         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
2744
2745         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
2746         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
2747         New handling of Id_Check parameter to improve recognition of keywords
2748         used as identifiers.
2749         Update copyright notice to include 2003
2750
2751 2003-10-29  Robert Dewar  <dewar@gnat.com>
2752
2753         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
2754         sem_ch10.adb: Minor reformatting
2755
2756         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
2757         (Expand_Assign_Record): Test right hand side for bit unaligned as well
2758
2759 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
2760
2761         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
2762         Support for TBK$SYMBOLIZE-based symbolic traceback.
2763
2764 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
2765
2766         * exp_disp.adb:
2767         Revert previous change, that did not work well when pragma No_Run_Time
2768         was used in conjunction with a run-time other than ZFP.
2769
2770 2003-10-29  Vincent Celier  <celier@gnat.com>
2771
2772         * make.adb:
2773         (Gnatmake): When there are no Ada mains in attribute Main, disable the
2774          bind and link steps only is switch -z is not used.
2775
2776 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
2777
2778         * Makefile.generic: Remove duplicated setting of CC.
2779
2780         * Makefile.prolog: Set CC to gcc by default, to override make's
2781         default (cc).
2782
2783         * einfo.h: Regenerated.
2784
2785 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
2786
2787         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
2788         current body, after compiling subunit.
2789
2790         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
2791         when in deleted code, because gigi needs properly ordered freeze
2792         actions to annotate types.
2793
2794         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
2795         prevent the premature freezing of record type that contains
2796         subcomponents with a private type that does not yet have a completion.
2797
2798 2003-10-29  Javier Miranda  <miranda@gnat.com>
2799
2800         * sem_ch12.adb:
2801         (Analyze_Package_Instantiation): Check that instances can not be used in
2802         limited with_clauses.
2803
2804         * sem_ch8.adb:
2805         (Analyze_Package_Renaming): Check that limited withed packages cannot
2806         be renamed. Improve text on error messages related to limited
2807         with_clauses.
2808
2809         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
2810
2811         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
2812         Update copyright notice.
2813
2814         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
2815         (Install_Limited_Context_Clauses): New subprogram that isolates all the
2816         checks required for limited context_clauses and installs the limited
2817         view.
2818         (Install_Limited_Withed_Unit): Complete its documentation.
2819         (Analyze_Context): Check that limited with_clauses are only allowed in
2820         package specs.
2821         (Install_Context): Call Install_Limited_Context_Clauses after the
2822         parents have been installed.
2823         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
2824         package as 'From_With_Type'; this mark indicates that the limited view
2825         is installed. Used to check bad usages of limited with_clauses.
2826         (Build_Limited_Views): Do not add shadow entities to the scope's list
2827         of entities. Do not add real entities to the Non_Limited_Views chain.
2828         Improve error notification.
2829         (Remove_Context_Clauses): Remove context clauses in two phases:
2830         limited views first and regular views later (to maintain the
2831         stack model).
2832         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
2833         its visible entities.
2834
2835 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
2836
2837         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
2838         with any type that Is_Fixed_Point_Type.
2839
2840         * sinfo.ads: Fix documentation for Associated_Node attribute.
2841
2842 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
2843
2844         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
2845         both '-gnatc' and '-gnatt' are specified.
2846
2847         * atree.adb (Initialize): Add initialization for Node_Count (set to
2848         zero).
2849
2850 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2851
2852         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
2853         do not consider as Pure.
2854
2855         Part of implementation of function-at-a-time:
2856
2857         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
2858         (tree_transform): Add new argument to build_component_ref.
2859         (tree_transform, case N_Assignment_Statement): Make and return an
2860         EXPR_STMT.
2861         (tree_transform): If result IS_STMT, set flags and return it.
2862         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
2863
2864         * utils2.c (build_simple_component_ref, build_component_ref): Add new
2865         arg, NO_FOLD_P.
2866         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
2867         (build_allocator): Likewise.
2868
2869         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
2870         Add new arg to build_component_ref.
2871         (maybe_unconstrained_array, unchecked_convert): Likewise.
2872
2873         * ada-tree.def (EXPR_STMT): New code.
2874
2875         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
2876
2877         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
2878         build_component_ref calls.
2879
2880         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
2881
2882         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
2883         (build_component_ref): Add new argument, NO_FOLD_P.
2884
2885 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2886
2887         * Makefile.generic: Add missing substitution on object_deps handling.
2888
2889         PR ada/5909:
2890         * Make-lang.in (check-ada): Enable ACATS test suite.
2891
2892 2003-10-27  Robert Dewar  <dewar@gnat.com>
2893
2894         * exp_ch3.adb:
2895         (Freeze_Array_Type): We do not need an initialization routine for types
2896         derived from String or Wide_String. They should be treated the same
2897         as String and Wide_String themselves. This caused problems with the
2898         use of Initialize_Scalars.
2899
2900         * exp_ch5.adb:
2901         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
2902         composites. This allows use of component clauses that are not byte
2903         aligned.
2904
2905         * sem_prag.adb:
2906         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
2907         is an attempt to pack an array of atomic objects.
2908
2909         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
2910
2911 2003-10-27  Pascal Obry  <obry@gnat.com>
2912
2913         * g-dirope.adb:
2914         (Basename): Check for drive letters in a pathname only on DOS based OS.
2915
2916 2003-10-27  Vincent Celier  <celier@gnat.com>
2917
2918         * make.adb:
2919         (Gnatmake): When unable to change dir to the object dir, display the
2920         content of the parent dir of the obj dir, to try to understand why this
2921         happens.
2922
2923 2003-10-27  GNAT Script  <nobody@gnat.com>
2924
2925         * Make-lang.in: Makefile automatically updated
2926
2927 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
2928
2929         * sem_ch12.adb:
2930         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
2931         should not be done in Save/Restore_Scope_Stack, because it is performed
2932         locally.
2933
2934         * sem_ch8.adb:
2935         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
2936         whether use clauses should be removed/restored.
2937
2938         * sem_ch8.ads:
2939         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
2940         whether use clauses should be removed/restored.
2941
2942 2003-10-26  Andreas Jaeger  <aj@suse.de>
2943
2944         * Makefile.in: Remove duplicated lines.
2945
2946 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
2947
2948         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
2949         minimize the differences with ACT tree.
2950
2951         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
2952         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
2953         Gnatvsn.Gnat_Static_Version_String to reduce differences between
2954         ACT and FSF trees.
2955
2956 2003-10-24  Pascal Obry  <obry@gnat.com>
2957
2958         * adadecode.c (ostrcpy): New function.
2959         (__gnat_decode): Use ostrcpy of strcpy.
2960         (has_prefix): Set first parameter a const.
2961         (has_suffix): Set first parameter a const.
2962         Update copyright notice. Fix source name in header.
2963         Removes a trailing space.
2964         PR ada/12014.
2965
2966 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
2967
2968         * exp_disp.adb:
2969         Remove the test against being in No_Run_Time_Mode before generating a
2970         call to Register_Tag. It is redundant with the test against the
2971         availability of the function Register_Tag.
2972
2973 2003-10-24  Vincent Celier  <celier@gnat.com>
2974
2975         * g-catiio.adb: (Month_Name): Correct spelling of February
2976
2977         * make.adb: (Mains): New package
2978         (Initialize): Call Mains.Delete
2979         (Gnatmake): Check that each main on the command line is a source of a
2980         project file and, if there are several mains, each of them is a source
2981         of the same project file.
2982         (Gnatmake): When a foreign language is specified in attribute Languages,
2983         no main is specified on the command line and attribute Mains is not
2984         empty, only build the Ada main. If there is no Ada main, just compile
2985         the Ada sources and their closure.
2986         (Gnatmake): If a main is specified on the command line with directory
2987         information, check that the source exists and, if it does, that the path
2988         is the actual path of a source of a project.
2989
2990         * prj-env.adb:
2991         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
2992         Full_Path is True, return the full path instead of the simple file name.
2993         (Project_Of): New function
2994
2995         * prj-env.ads:
2996         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
2997         defaulted to False.
2998         (Project_Of): New function
2999
3000 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
3001
3002         * Makefile.generic:
3003         Ensure objects of main project are always checked and rebuilt if needed.
3004         Set CC to gcc by default.
3005         Prepare new handling of link by creating a global archive (not activated
3006         yet).
3007
3008         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
3009         stringt.h: Update copyright notice. Remove trailing blanks.
3010         Fix source name in header.
3011
3012 2003-10-24  Robert Dewar  <dewar@gnat.com>
3013
3014         * sem_ch12.adb: Minor reformatting
3015
3016         * sem_ch3.adb:
3017         Minor reformatting (including new function return style throughout)
3018
3019         * sem_ch3.ads:
3020         Minor reformatting (including new function return style throughout)
3021
3022 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
3023
3024         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
3025         stringt.h: Update copyright notice. Remove trailing blanks.
3026         Fix source name in header.
3027
3028 2003-10-24  GNAT Script  <nobody@gnat.com>
3029
3030         * Make-lang.in: Makefile automatically updated
3031
3032 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3033
3034         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
3035         stringt.h: Convert to ISO C90 declarations and definitions.
3036
3037 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
3038
3039         PR ada/11978:
3040         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
3041         External_Tag attribute definition clauses.
3042
3043 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
3044
3045         PR ada/7613:
3046         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
3047         child unit, generate a fully qualified name to avoid spurious errors
3048         when the context contains renamings of different child units with
3049         the same simple name.
3050
3051         * exp_dbug.ads: Add documentation on name qualification for renamings
3052         of child units.
3053
3054 2003-10-23  Robert Dewar  <dewar@gnat.com>
3055
3056         * g-regpat.ads, g-regpat.adb: Minor reformatting
3057
3058 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
3059
3060         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
3061
3062 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3063
3064         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
3065         Machine call.
3066
3067         * urealp.h: (Machine): Update to proper definition.
3068
3069 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
3070
3071         * init.c, adaint.c: Minor reformatting.
3072
3073 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
3074
3075         * adaint.c (w32_epoch_offset): Define static const at file level.
3076         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
3077         rather than t_create, t_access in call to GetFileTime. Use union
3078         to convert between FILETIME and  unsigned long long.
3079         (__gnat_file_time_name): Test for invalid file handle.
3080         (__gnat_set_filetime_name): Support win32 targets using
3081         w32api SetFileTime.
3082
3083 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
3084
3085         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
3086
3087         * ctrl_c.c (__gnat_int_handler): Remove declaration.
3088
3089         * decl.c (creat_concat_name):  Const-ify prefix.
3090
3091         * adaint.c: Include ctype.h if __MINGW32__.
3092         (__gnat_readlink): Mark arguments as possibly unused.
3093         (__gnat_symlink): Likewise.
3094         (__gnat_is_symbolic_link): Likewise.
3095         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
3096         declaration
3097         (__gnat_file_time_name): Don't declare struct stat statbuf when
3098         not needed.
3099         (__gnat_is_absolute_path): Add parenthesis around condition of
3100         'if' statement to avoid warning.
3101         (__gnat_plist_init): Specify void as parameter.
3102         (plist_enter): Likewise.
3103         (plist_leave): Likewise.
3104         (remove_handle): Make static. Initialize prev.
3105
3106 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
3107
3108         * Makefile.in: Disable build of gnatpsta. PR ada/10110.
3109         * cstreams.c (__gnat_full_name): Minor improvements and clean up
3110         of previous change.
3111
3112 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3113
3114         * tracebak.c (MAX): Avoid redefinition warning.
3115
3116         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
3117         Change msg to const char *.
3118         (__gnat_install_handler): Remove ss, unused.
3119         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
3120         to const char *.
3121         * cstreams.c (__gnat_full_name): Declare p only when used.
3122         (__gnat_full_name) [sgi] Return buffer.
3123
3124 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
3125
3126         * mingw32.h: New file.
3127         * gnat_wrapper.adb: New file.
3128
3129 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
3130
3131         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
3132         string match a pre compiled regular expression (the corresponding
3133         version of the function working on a raw regular expression)
3134         Fix typos in various comments
3135         Update copyright notice in spec
3136
3137 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
3138
3139         * exp_ch3.adb:
3140         (Component_Needs_Simple_Initialization): Return False when the type is a
3141         packed bit array. Revise spec comments to document this case.
3142
3143         * exp_prag.adb:
3144         (Expand_Pragma_Import): Set any expression on the imported object to
3145         empty to avoid initializing imported objects (in particular this
3146         covers the case of zero-initialization of bit arrays).
3147         Update copyright notice.
3148
3149 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
3150
3151         * sem_ch12.adb:
3152         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
3153         a subunit is missing.
3154         (Instantiate_Subprogram_Body): If body of function is missing, set type
3155         of return expression explicitly in dummy body, to prevent cascaded
3156         errors when a subunit is missing.
3157         Fixes PR 5677.
3158
3159         * sem_ch3.adb:
3160         (Access_Subprogram_Declaration): Verify that return type is valid.
3161         Fixes PR 8693.
3162
3163         * sem_elab.adb:
3164         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
3165         generic.
3166         Fixes PR 12318.
3167
3168         * sem_util.adb:
3169         (Corresponding_Discriminant): If the scope of the discriminant is a
3170         private type without discriminant, use its full view.
3171         Fixes PR 8247.
3172
3173 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
3174
3175         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
3176         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
3177         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
3178         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
3179         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
3180         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
3181         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
3182         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
3183         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
3184         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
3185         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
3186         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
3187         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
3188         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
3189         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
3190         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
3191         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
3192         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
3193         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
3194         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
3195         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
3196         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
3197         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
3198         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
3199         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
3200         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
3201         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
3202         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
3203         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
3204         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
3205         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
3206         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
3207         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
3208         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
3209         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
3210         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
3211         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
3212         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
3213         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
3214         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
3215         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
3216         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
3217         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
3218         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
3219         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
3220         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
3221         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
3222         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
3223         vms_conv.ads, vms_conv.adb, vms_data.ads,
3224         vxaddr2line.adb: Files added. Merge with ACT tree.
3225
3226         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
3227         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
3228         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
3229         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
3230         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
3231         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
3232         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
3233         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
3234         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
3235         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
3236
3237         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
3238         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
3239         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
3240         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
3241         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
3242         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
3243         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
3244         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
3245         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
3246         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
3247         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
3248         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
3249         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
3250         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
3251         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
3252         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
3253         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
3254         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
3255         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
3256         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
3257         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
3258         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
3259         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
3260         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
3261         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
3262         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
3263         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
3264         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
3265         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
3266         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
3267         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
3268         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
3269         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
3270         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
3271         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
3272         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
3273         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
3274         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
3275         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
3276         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
3277         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
3278         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
3279         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
3280         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
3281         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
3282         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
3283         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
3284         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
3285         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
3286         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
3287         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
3288         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
3289         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
3290         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
3291         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
3292         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
3293         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
3294         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
3295         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
3296         checks.adb, checks.ads, cio.c, comperr.adb,
3297         comperr.ads, csets.adb, cstand.adb, cstreams.c,
3298         debug_a.adb, debug_a.ads, debug.adb, decl.c,
3299         einfo.adb, einfo.ads, errout.adb, errout.ads,
3300         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
3301         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
3302         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
3303         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
3304         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
3305         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
3306         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
3307         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
3308         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
3309         fe.h, fmap.adb, fmap.ads, fname.adb,
3310         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
3311         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
3312         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
3313         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
3314         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
3315         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
3316         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
3317         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
3318         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
3319         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
3320         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
3321         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
3322         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
3323         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
3324         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
3325         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
3326         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
3327         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
3328         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
3329         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
3330         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
3331         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
3332         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
3333         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
3334         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
3335         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
3336         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
3337         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
3338         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
3339         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
3340         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
3341         layout.adb, lib.adb, lib.ads, lib-list.adb,
3342         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
3343         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
3344         link.c, live.adb, make.adb, make.ads,
3345         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
3346         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
3347         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
3348         misc.c, mkdir.c, mlib.adb, mlib.ads,
3349         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
3350         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
3351         namet.adb, namet.ads, namet.h, nlists.ads,
3352         nlists.h, nmake.adt, opt.adb, opt.ads,
3353         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
3354         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
3355         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
3356         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
3357         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
3358         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
3359         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
3360         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
3361         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
3362         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
3363         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
3364         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
3365         prj-util.adb, prj-util.ads, raise.c, raise.h,
3366         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
3367         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
3368         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
3369         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
3370         scans.ads, scn.adb, scn.ads, s-crc32.adb,
3371         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
3372         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
3373         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
3374         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
3375         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
3376         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
3377         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
3378         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
3379         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
3380         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
3381         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
3382         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
3383         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
3384         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
3385         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
3386         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
3387         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
3388         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
3389         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
3390         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
3391         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
3392         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
3393         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
3394         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
3395         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
3396         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
3397         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
3398         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
3399         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
3400         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
3401         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
3402         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
3403         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
3404         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
3405         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
3406         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
3407         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
3408         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
3409         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
3410         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
3411         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
3412         stringt.adb, stringt.ads, stringt.h, style.ads,
3413         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
3414         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
3415         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
3416         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
3417         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
3418         table.adb, table.ads, targparm.adb, targparm.ads,
3419         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
3420         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
3421         ttypes.ads, types.ads, types.h, uintp.adb,
3422         uintp.ads, uintp.h, uname.adb, urealp.adb,
3423         urealp.ads, urealp.h, usage.adb, utils2.c,
3424         utils.c, validsw.adb, validsw.ads, widechar.adb,
3425         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
3426         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
3427         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
3428         gnatvsn.ads: Merge with ACT tree.
3429
3430         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
3431
3432 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
3433
3434         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
3435         (gnat_ug_vmx.info): Likewise.
3436         (gnat_ug_vxw.info): Likewise.
3437         (gnat_ug_wnt.info): Likewise.
3438         (gnat_rm.info): Likewise.
3439         (gnat-style.info): Likewise.
3440
3441         * Make-lang.in (ada.install-info): Remove target.
3442         (info): New target.
3443         (install-info): Likewise.
3444         (gnat_ug_unx.info): Simplify rule.
3445         (gnat_ug_vmx.info): Likewise.
3446         (gnat_ug_vxw.info): Likewise.
3447         (gnat_ug_wnt.info): Likewise.
3448         (gnat_rm.info): Likewise.
3449         (gnat-style.info): Likewise.
3450
3451 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3452
3453         * Make-lang.in: Replace uses of $(target_alias) with
3454         $(target_noncanonical).
3455         * ada/Makefile.in: Remove unused mention of $(target_alias).
3456
3457 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
3458
3459         * Make-lang.in (ada.info): Replace with ...
3460         (info): ... this.
3461         (ada.dvi): Replace with ...
3462         (dvi): ... this.
3463
3464 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
3465
3466         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
3467         initialize dconstp5 and dconstmp5.
3468
3469 2003-09-28  Richard Henderson  <rth@redhat.com>
3470
3471         * trans.c (tree_transform): Update call to expand_asm_operands.
3472
3473 2003-09-21  Richard Henderson  <rth@redhat.com>
3474
3475         * trans.c, utils.c: Revert.
3476
3477 2003-09-21  Richard Henderson  <rth@redhat.com>
3478
3479         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
3480         change to const.
3481
3482 2003-09-04  Michael Matz  <matz@suse.de>
3483
3484         * misc.c: Include "target.h".
3485         * Make-lang.in (misc.o): Add dependency on target.h.
3486
3487 2003-09-03  DJ Delorie  <dj@redhat.com>
3488
3489         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
3490         hook.
3491
3492 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
3493
3494         * Makefile.in: Update substitutions to match changes to
3495         configure.  Use include directives instead of @-insertions
3496         to read in host and target fragments.  Add a rule to
3497         regenerate ada/Makefile.
3498
3499 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
3500
3501         * lang-options.h: Remove.
3502         * lang.opt: Add help text.
3503
3504 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
3505
3506         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
3507         calls.
3508
3509 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
3510
3511         * misc.c (gnat_handle_option): Don't handle filenames.
3512
3513 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
3514
3515         * Make-lang.in: Replace PWD with PWD_COMMAND.
3516         * Makefile.adalib: Likewise.
3517         * Makefile.in: Likewise.
3518
3519 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
3520
3521         * misc.c (gnat_argv): Revert last change.
3522         (gnat_handle_option, gnat_init_options): Copy arguments.
3523
3524 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
3525
3526         * misc.c (gnat_argv): Make const.
3527
3528 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
3529
3530         * misc.c (save_argc, save_argv): Keep non-static!
3531
3532 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
3533
3534         * misc.c (save_argc, save_argv): Make static.
3535         (gnat_init_options): New prototype.
3536         (gnat_init_options): Update.
3537
3538 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
3539
3540         * gnat_ug.texi: Remove unlikely characters from @vars.
3541         * gnat_ug_vms.texi: Regenerate.
3542
3543 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
3544
3545         * misc.c (record_code_position): Adjust emit_note call.
3546
3547 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3548
3549         * misc.c (gnat_handle_option): Don't check for missing arguments.
3550
3551 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3552
3553         * utils.c (end_subprog_body): Adjust expand_function_end call.
3554
3555 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
3556
3557         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
3558         Bind_Main_Program.
3559
3560 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3561
3562         * lang.opt: Declare Ada.
3563         * misc.c (gnat_init_options): Update.
3564
3565 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
3566
3567         * utils.c (begin_subprog_body): Adjust init_function_start call.
3568
3569 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
3570
3571         * Make-lang.in: Update to use options.c and options.h.
3572         * misc.c: Include options.h not aoptions.h.
3573         (gnat_handle_option): Abort on unrecognized switch.
3574         (gnat_init_options): Request Ada switches.
3575
3576 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
3577
3578         * lang.opt: Add -Wall.
3579         * misc.c (gnat_handle_option): Handle it.
3580
3581 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
3582
3583         * misc.c (gnat_handle_option): Fix warnings.
3584
3585 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
3586
3587         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
3588
3589 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
3590
3591         * Make-lang.in: Update to handle command-line options.
3592         * lang.opt: New file.
3593         * misc.c: Include aoptions.h.
3594         (cl_options_count, cl_options): Remove.
3595         (gnat_handle_option): New.
3596         (gnat_decode_option): Remove.
3597         (LANG_HOOKS_DECODE_OPTION): Remove.
3598         (LANG_HOOKS_HANDLE_OPTION): Override.
3599
3600 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3601
3602         * init.c, misc.c, trans.c, utils.c: Remove dead code.
3603
3604 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3605
3606         * Makefile.in: Replace "host_canonical" with "host" for autoconf
3607         substitution.
3608
3609 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
3610
3611         * Make-lang.in: Update.
3612         * misc.c: Include opts.h. Define cl_options_count and cl_options.
3613
3614 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
3615
3616         * misc.c (gnat_init_options): Update.
3617
3618 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
3619
3620         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
3621         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
3622         __attribute__ ((__unused__)).
3623
3624 2003-06-05  Jan Hubicka  <jh@suse.cz>
3625
3626         * Make-lang.in:  Add support for stageprofile and stagefeedback
3627
3628 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
3629
3630         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
3631         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
3632
3633 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
3634
3635         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
3636         Remove non-VMS directive.
3637         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
3638         alternatives.
3639         (Examples of gnatls Usage): Remove VMS alternative.
3640
3641 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
3642
3643         PR ada/9953:
3644         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
3645         and turn ZCX_By_Default back to False since the underlying support
3646         is not quite there yet.
3647
3648 2003-06-01  Andreas Jaeger  <aj@suse.de>
3649
3650         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
3651         and ROUND_TYPE_SIZE_UNIT.
3652
3653 2003-05-22   Geert Bosch <bosch@gnat.com>
3654
3655         * gnat_rm.texi : Remove reference to Ada Core Technologies.
3656
3657 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
3658
3659         * trans.c (tree_transform): Use location_t and input_location
3660         directly.
3661         (build_unit_elab): Likewise.
3662         * utils.c (create_label_decl): Likewise.
3663
3664 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3665
3666         * trans.c (tree_transform, build_unit_elab,
3667         set_lineno): Rename lineno to input_line.
3668         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
3669         end_subprog_body): Likewise.
3670         * utils2.c (build_call_raise): Likewise.
3671
3672 2003-05-01  Laurent Guerby <guerby@acm.org>
3673
3674         PR ada/10546
3675         * 5iosinte.ads: Increase pthread_cond_t size to match recent
3676         LinuxThread and NPTL version, merge from ACT.
3677
3678 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
3679
3680         * utils.c (convert): No need to clear TREE_CST_RTL.
3681
3682 2003-04-23   Geert Bosch <bosch@gnat.com>
3683
3684         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
3685         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
3686         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
3687         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
3688         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
3689         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
3690         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
3691         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
3692         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
3693         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
3694         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
3695         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
3696         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
3697         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
3698         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
3699         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
3700         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
3701         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
3702         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
3703         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
3704         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
3705         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
3706         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
3707         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
3708         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
3709         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
3710         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
3711         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
3712         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
3713         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
3714         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
3715         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
3716         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
3717         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
3718         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
3719         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
3720         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
3721         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
3722         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
3723         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
3724         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
3725         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
3726         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
3727         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
3728         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
3729         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
3730         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
3731         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
3732         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
3733         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
3734         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
3735         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
3736         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
3737         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
3738         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
3739         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
3740         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
3741         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
3742         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
3743         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
3744         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
3745         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
3746         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
3747         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
3748         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
3749         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
3750         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
3751         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
3752         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
3753         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
3754         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
3755         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
3756         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
3757         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
3758         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
3759         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
3760         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
3761         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
3762         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
3763         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
3764         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
3765         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
3766         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
3767         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
3768         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
3769         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
3770         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
3771         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
3772         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
3773         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
3774         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
3775         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
3776         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
3777         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
3778         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
3779         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
3780         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
3781         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
3782         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
3783         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
3784         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
3785         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
3786         ali.adb, ali.ads, alloc.ads, argv.c,
3787         atree.adb, atree.ads, atree.h, aux-io.c,
3788         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
3789         binde.adb, binde.ads, binderr.adb, binderr.ads,
3790         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
3791         butil.adb, butil.ads, cal.c, calendar.ads,
3792         casing.adb, casing.ads, ceinfo.adb, checks.adb,
3793         checks.ads, cio.c, comperr.adb, comperr.ads,
3794         config-lang.in, csets.adb, csets.ads, csinfo.adb,
3795         cstand.adb, cstand.ads, cuintp.c, debug.adb,
3796         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
3797         dec-io.ads, dec.ads, deftarg.c, directio.ads,
3798         einfo.adb, einfo.ads, elists.adb, elists.ads,
3799         elists.h, errno.c, errout.adb, errout.ads,
3800         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
3801         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
3802         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
3803         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
3804         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
3805         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
3806         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
3807         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
3808         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
3809         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
3810         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
3811         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
3812         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
3813         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
3814         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
3815         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
3816         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
3817         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
3818         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
3819         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
3820         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
3821         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
3822         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
3823         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
3824         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
3825         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
3826         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
3827         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
3828         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
3829         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
3830         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
3831         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
3832         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
3833         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
3834         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
3835         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
3836         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
3837         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
3838         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
3839         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
3840         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
3841         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
3842         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
3843         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
3844         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
3845         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
3846         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
3847         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
3848         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
3849         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
3850         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
3851         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
3852         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
3853         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
3854         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
3855         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
3856         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
3857         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
3858         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
3859         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
3860         lib.adb, lib.ads, live.adb, live.ads,
3861         machcode.ads, make.adb, make.ads, makeusg.adb,
3862         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
3863         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
3864         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
3865         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
3866         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
3867         mlib.ads, namet.adb, namet.ads, nlists.adb,
3868         nlists.ads, opt.adb, opt.ads, osint-b.adb,
3869         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
3870         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
3871         osint.ads, output.adb, output.ads, par-ch10.adb,
3872         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
3873         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
3874         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
3875         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
3876         par-tchk.adb, par-util.adb, par.adb, par.ads,
3877         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
3878         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
3879         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
3880         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
3881         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
3882         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
3883         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
3884         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
3885         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
3886         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
3887         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
3888         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
3889         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
3890         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
3891         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
3892         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
3893         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
3894         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
3895         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
3896         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
3897         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
3898         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
3899         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
3900         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
3901         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
3902         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
3903         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
3904         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
3905         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
3906         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
3907         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
3908         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
3909         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
3910         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
3911         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
3912         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
3913         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
3914         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
3915         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
3916         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
3917         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
3918         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
3919         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
3920         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
3921         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
3922         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
3923         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
3924         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
3925         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
3926         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
3927         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
3928         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
3929         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
3930         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
3931         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
3932         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
3933         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
3934         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
3935         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
3936         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
3937         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
3938         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
3939         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
3940         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
3941         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
3942         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
3943         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
3944         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
3945         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
3946         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
3947         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
3948         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
3949         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
3950         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
3951         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
3952         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
3953         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
3954         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
3955         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
3956         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
3957         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
3958         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
3959         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
3960         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
3961         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
3962         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
3963         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
3964         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
3965         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
3966         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
3967         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
3968         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
3969         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
3970         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
3971         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
3972         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
3973         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
3974         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
3975         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
3976         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
3977         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
3978         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
3979         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
3980         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
3981         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
3982         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
3983         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
3984         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
3985         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
3986         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
3987         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
3988         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
3989         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
3990         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
3991         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
3992         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
3993         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
3994         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
3995         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
3996         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
3997         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
3998         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
3999         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
4000         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
4001         snames.ads, sprint.adb, sprint.ads, stand.adb,
4002         stand.ads, stringt.adb, stringt.ads, style.adb,
4003         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
4004         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
4005         switch-m.ads, switch.adb, switch.ads, system.ads,
4006         table.adb, table.ads, targparm.adb, targparm.ads,
4007         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
4008         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
4009         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
4010         ttypef.ads, ttypes.ads, types.adb, types.ads,
4011         uintp.adb, uintp.ads, uname.adb, uname.ads,
4012         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
4013         usage.adb, usage.ads, validsw.adb, validsw.ads,
4014         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
4015         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
4016         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
4017         formatting and other trivial changes from ACT.
4018
4019 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
4020
4021         * gigi.h, utils2.c (build_constructor):
4022         Rename gnat_build_constructor. Use build_constructor.
4023         * decl.c (gnat_to_gnu_entity)
4024         * trans.c (tree_transform, pos_to_constructor, extract_values)
4025         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
4026         (unchecked_convert)
4027         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
4028         (fill_vms_descriptor):
4029         Update to match.
4030
4031 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
4032
4033         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
4034         * misc.c (gnat_tree_size): New function.
4035         (LANG_HOOKS_TREE_SIZE): Override.
4036
4037 2003-04-03  Jason Merrill  <jason@redhat.com>
4038
4039         * misc.c (gnat_adjust_rli): #if 0.
4040
4041 2003-03-31   Geert Bosch <bosch@gnat.com>
4042
4043         PR ada/10020
4044         * link.c : Fix misspelled "const" keyword
4045
4046 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
4047
4048         PR c++/7086
4049         * utils2.c: Adjust calls to put_var_into_stack.
4050
4051 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4052
4053         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
4054
4055 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
4056
4057         * misc.c (gnat_init): Update for new prototype.
4058
4059 2003-03-05  Olivier Hainque  <hainque@gnat.com>
4060
4061         ada/9961
4062         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
4063         warning, and fix return type for the IN_RTS && !SJLJ case.
4064
4065 2003-03-04  Tom Tromey  <tromey@redhat.com>
4066
4067         * Make-lang.in (ada.tags): New target.
4068
4069 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
4070
4071         ada/9911
4072         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
4073         wrapper, which name remains constant whatever underlying GCC
4074         scheme.
4075
4076         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
4077         the stable interface needed for a-except.
4078
4079 2003-03-02  Andreas Jaeger  <aj@suse.de>
4080
4081         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
4082         gnat_ug_wnt.texi: Regenerate.
4083
4084 2003-03-02  Laurent Guerby <guerby@acm.org>
4085
4086         * Makefile.in (install-gnatlib): Match previous change there
4087         so it works.
4088
4089 2003-02-28  Andreas Schwab  <schwab@suse.de>
4090
4091         * Make-lang.in (install-gnatlib): Change to ada directory before
4092         running make instead of using ada/Makefile directly.
4093
4094 2003-02-18  Ben Elliston  <bje@redhat.com>
4095
4096         Part of fix for PR ada/9406
4097         * gnat_ug.texi (Binder output file): Grammar fix.
4098
4099 2003-02-18  Ben Elliston  <bje@redhat.com>
4100
4101         PR other/7350
4102         * 5qtaprop.adb (Sleep): Fix typo in comment.
4103
4104 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
4105
4106         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
4107         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
4108         gnat_ug_wnt.texi: Regenerate.
4109
4110 2003-02-03  Christian Cornelssen <ccorn@cs.tu-berlin.de>
4111
4112         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
4113         be created if necessary.
4114         (ada.install-common): Let $(DESTDIR)$(bindir) be created
4115         if necessary.  Remove erroneous and redundant gnatchop
4116         installation commands.  Test for gnatdll before attempting
4117         to install it.
4118         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
4119         and gnatdll from all plausible locations.
4120
4121 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
4122
4123         * utils2.c (build_unary_op): Don't check flag_volatile.
4124         * gnat_ug.texi: Remove -fvolatile from example.
4125         * gnat_ug_vxw.texi: Likewise.
4126
4127 2003-01-29  Laurent Guerby <guerby@acm.org>
4128
4129         PR ada/8344
4130         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
4131         * Makefile.in: match previous change.
4132         * Make-lang.in: match previous change.
4133
4134 2003-01-29      Joel Sherrill <joel@OARcorp.com>
4135
4136         * 5rosinte.ads: Add SIGXCPU.
4137         * 5rtpopsp.adb: New file.
4138         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
4139         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
4140         specific file 5rtpopsp.adb.
4141         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
4142         is likely needed for all newlib targets.
4143         * init.c: Add RTEMS specific version of __gnat_initialize().
4144
4145 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4146
4147         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
4148
4149 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4150
4151         * init.c (__gnat_error_handler): Make msg const.
4152
4153         * gmem.c (convert_addresses): Move declaration ...
4154         * adaint.h: ... here.
4155         * adaint.c (convert_addresses): Adapt addrs type to match
4156         prototype.
4157
4158         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
4159
4160 2003-01-24  Andreas Schwab  <schwab@suse.de>
4161
4162         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
4163         size_t to avoid warning.
4164
4165 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
4166
4167         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
4168
4169 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4170
4171         * gnat_rm.texi: Remove RCS version number.
4172
4173         * ada-tree.h (union lang_tree_node): Add chain_next option.
4174
4175 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4176
4177         * Make-lang.in (ada.install-info, ada.install-common,
4178         ada.uninstall): Prepend $(DESTDIR) to the destination
4179         directory in all (un)installation commands.
4180         * Makefile.in (install-gnatlib, install-rts): Ditto.
4181
4182 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
4183
4184         * gnat_rm.texi, gnat_ug.texi: Use @copying.
4185         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
4186         gnat_ug_wnt.texi: Regenerate.
4187
4188 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
4189
4190         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
4191         only.
4192         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
4193         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
4194         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
4195         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
4196         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
4197         $(srcdir)/doc/include/gcc-common.texi.
4198
4199 2002-12-15   Geert Bosch <bosch@gnat.com>
4200
4201         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
4202
4203 2002-12-14   Geert Bosch <bosch@gnat.com>
4204
4205         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
4206         case of a body created for a Renaming_As_Body, on which
4207         conformance checks are not performed. Fixes PR ada/5690.
4208
4209 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
4210
4211         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
4212         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
4213         not already included.
4214         * Make-lang.in: Update dependencies.
4215
4216 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4217         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
4218         solution to buffer overflow bug on GNU/Linux.
4219
4220 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4221         Closes PR ada/5856 and PR ada/6919 !
4222         * bindgen.adb: Remove all references to Public_Version.
4223         * comperr.adb: Remove all references to Public_Version and
4224         GNATPRO_Version; correct bug reporting instructions.
4225         * comperr.ads: Change to match bug box.
4226         * gnatvsn.ads: Remove all references to Public version and
4227         GNATPRO version.
4228
4229 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4230         PR ada/6919
4231         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
4232         GNU/Linux.
4233
4234         PR ada/6558
4235         * config-lang.in: Remove diff_excludes.
4236
4237 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
4238         PR ada/8358
4239         * trans.c (gnu_pending_elaboration_lists): New GC root.
4240         (build_unit_elab): Use..
4241
4242 2002-10-30   Geert Bosch <bosch@gnat.com>
4243         PR ada/6558
4244         * misc.c : Include optabs.h
4245
4246         * Make-lang.in (misc.o): Add dependency on optabs.h
4247
4248 2002-10-29   Geert Bosch <bosch@gnat.com>
4249         PR ada/6558
4250         * Make-lang.in (gnatbind): Depend on CONFIG_H
4251
4252 2002-10-29  Geert bosch  <bosch@gnat.com>
4253         PR ada/6558
4254         * misc.c: Unrevert misc.c (1.13)
4255
4256 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4257
4258         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
4259         maintainership comments.
4260
4261 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4262         PR ada/5904
4263         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
4264         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
4265         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
4266         7staprop.adb: Correct statements in comments about
4267         maintainership of GNAT.
4268
4269         PR ada/5904
4270         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
4271         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
4272         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
4273         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
4274         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
4275         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
4276         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
4277         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
4278         comments about maintainership of GNAT.
4279
4280         PR ada/6919 (forward port of patch for PR ada/5904)
4281         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
4282         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
4283         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
4284         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
4285         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
4286         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
4287         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
4288         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
4289         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
4290         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
4291         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
4292         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
4293         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
4294         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
4295         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
4296         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
4297         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
4298         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
4299         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
4300         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
4301         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
4302         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
4303         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
4304         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
4305         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
4306         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
4307         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
4308         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
4309         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
4310         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
4311         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
4312         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
4313         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
4314         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
4315         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
4316         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
4317         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
4318         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
4319         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
4320         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
4321         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
4322         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
4323         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
4324         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
4325         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
4326         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
4327         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
4328         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
4329         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
4330         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
4331         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
4332         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
4333         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
4334         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
4335         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
4336         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
4337         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
4338         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
4339         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
4340         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
4341         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
4342         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
4343         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
4344         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
4345         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
4346         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
4347         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
4348         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
4349         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
4350         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
4351         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
4352         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
4353         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
4354         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
4355         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
4356         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
4357         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
4358         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
4359         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
4360         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
4361         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
4362         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
4363         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
4364         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
4365         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
4366         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
4367         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
4368         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
4369         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
4370         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
4371         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
4372         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
4373         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
4374         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
4375         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
4376         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
4377         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
4378         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
4379         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
4380         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
4381         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
4382         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
4383         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
4384         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
4385         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
4386         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
4387         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
4388         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
4389         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
4390         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
4391         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
4392         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
4393         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
4394         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
4395         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
4396         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
4397         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
4398         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
4399         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
4400         par-endh.adb par-labl.adb par-load.adb par-prag.adb
4401         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
4402         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
4403         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
4404         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
4405         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
4406         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
4407         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
4408         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
4409         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
4410         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
4411         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
4412         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
4413         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
4414         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
4415         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
4416         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
4417         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
4418         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
4419         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
4420         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
4421         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
4422         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
4423         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
4424         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
4425         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
4426         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
4427         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
4428         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
4429         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
4430         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
4431         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
4432         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
4433         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
4434         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
4435         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
4436         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
4437         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
4438         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
4439         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
4440         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
4441         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
4442         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
4443         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
4444         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
4445         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
4446         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
4447         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
4448         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
4449         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
4450         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
4451         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
4452         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
4453         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
4454         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
4455         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
4456         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
4457         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
4458         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
4459         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
4460         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
4461         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
4462         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
4463         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
4464         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
4465         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
4466         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
4467         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
4468         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
4469         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
4470         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
4471         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
4472         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
4473         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
4474         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
4475         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
4476         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
4477         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
4478         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
4479         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
4480         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
4481         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
4482         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
4483         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
4484         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
4485         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
4486         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
4487         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
4488         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
4489         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
4490         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
4491         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
4492         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
4493         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
4494         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
4495         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
4496         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
4497         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
4498         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
4499         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
4500         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
4501         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
4502         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
4503         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
4504         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
4505         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
4506         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
4507         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
4508         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
4509         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
4510         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
4511         stringt.ads stringt.h style.adb style.ads stylesw.adb
4512         stylesw.ads switch.adb switch.ads sysdep.c system.ads
4513         table.adb table.ads targparm.adb targparm.ads targtyps.c
4514         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
4515         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
4516         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
4517         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
4518         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
4519         usage.ads utils.c utils2.c validsw.adb validsw.ads
4520         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
4521         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
4522         xtreeprs.adb: Correct statements in comments about maintainership
4523         of GNAT.
4524
4525 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
4526
4527         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
4528         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
4529         * gnatvsn.ads: Gnat_Version_String is now a function.
4530         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
4531         copy the C version_string into a String and return it.
4532         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
4533         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
4534         Remove pragma Ident (Gnat_Version_String).  If this was the
4535         sole use of package Gnatvsn, remove the with statement too.
4536         * gnat1drv.adb: Tweak -gnatv output.
4537
4538 2002-09-17  Richard Henderson  <rth@redhat.com>
4539
4540         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
4541         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
4542         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
4543         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
4544         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
4545         and real_2expN instead of a loop.
4546         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
4547         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
4548
4549 2002-08-25  Andre Leis <a.leis@gmx.net>
4550             David Billinghurst (David.Billinghurst@riotinto.com>
4551
4552         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
4553
4554 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4555
4556         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
4557         Remove $(CONFIG_H) dependency.
4558
4559 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
4560
4561         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
4562
4563 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4564
4565         * adadecode.c (ada_demangle): Use xstrdup in lieu of
4566         xmalloc/strcpy.
4567         * misc.c (gnat_decode_option): Likewise.
4568
4569 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
4570
4571         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
4572         function approach did not work well because of a side effect (the
4573         function call could reallocate the table which was being indexed
4574         using its result). Fixes ada/4851. [RESURRECTED]
4575
4576 2002-07-01  Roger Sayle  <roger@eyesopen.com>
4577
4578         * ada/utils.c (builtin_function): Accept an additional parameter.
4579
4580 2002-06-28  Andreas Jaeger  <aj@suse.de>
4581
4582         PR ada/7144
4583         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
4584         <adi@thur.de>.
4585
4586 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4587
4588         * Makefile.in (SHELL): Set to @SHELL@.
4589
4590 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4591
4592         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
4593         array size calculation.
4594
4595 2002-06-04  Andreas Jaeger  <aj@suse.de>
4596
4597         * Make-lang.in (gnatbind): Readd rule that has been lost in last
4598         patch.
4599
4600 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
4601
4602         Merge from pch-branch:
4603
4604         * config-lang.in (gtfiles): Add ada-tree.h.
4605         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
4606         (SET_TYPE_MODULUS): New.
4607         (SET_TYPE_INDEX): New.
4608         (SET_TYPE_DIGITS_VALUE): New.
4609         (SET_TYPE_RM_SIZE): New.
4610         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
4611         (SET_TYPE_ADA_SIZE): New.
4612         (SET_TYPE_ACTUAL_BOUNDS): New.
4613         (SET_DECL_CONST_CORRESPONDING_VAR): New.
4614         (SET_DECL_ORIGINAL_FIELD): New.
4615         (TREE_LOOP_ID): Correct typo.
4616         * decl.c: Use new macros.
4617         * utils.c: Include debug.h, use new macros.
4618         * utils2.c: Use new macros.
4619
4620         * ada-tree.h: Update all macros for new tree description.
4621         (struct tree_loop_id): New.
4622         (union lang_tree_node): New.
4623         (struct lang_decl): New.
4624         (struct lang_type): New.
4625         * misc.c (gnat_mark_tree): Delete.
4626         (LANG_HOOKS_MARK_TREE): Delete.
4627         * trans.c (tree_transform): No longer any need to cast
4628         for TREE_LOOP_ID.
4629
4630         * utils.c (struct language_function): New dummy structure.
4631
4632         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
4633         (misc.o): Likewise.
4634         (utils.o): Likewise; also gtype-ada.h.
4635         * Make-lang.in (gnat1): Add dependency on s-gtype.
4636         (gnatbind): Add dependency on $(CONFIG_H).
4637         * utils.c: Correct last #include.
4638         (stuct e_stack): Remove unnecessary 'static'.
4639         (mark_e_stack): Remove unused prototype.
4640
4641         * scn-nlit.adb: Remove whitespace after version number to
4642         keep lines under 80 chars.
4643         * snames.adb: Likewise.
4644         * treepr.ads: Likewise.
4645
4646         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
4647         (misc.o): Likewise.
4648         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
4649         * config-lang.in (gtfiles): New.
4650         * decl.c: Use gengtype for roots.
4651         * gigi.h: Use gengtype for roots.
4652         * trans.c: Use gengtype for roots.
4653         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
4654
4655 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
4656
4657         * misc.c (gnat_init): Adjust setting of internal_error_function.
4658
4659 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4660
4661         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
4662         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
4663         gnat_ug_wnt.texi: Regenerate.
4664
4665 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
4666
4667         * 5ntaprop.adb (with System.OS_Primitives): Remove.
4668
4669         * cstreams.c (max_path_len): Move from here ...
4670         * adaint.c (__gnat_max_path_len): ... to here.
4671         * adaint.c (__gnat_max_path_len): Declare.
4672         * g-dirope.adb (Max_Path): Adjust.
4673         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
4674         * i-cstrea.ads (max_path_len): Adjust.
4675         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
4676         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
4677
4678         * Makefile.in, Make-lang.in: Documentation is now built in
4679         Make-lang.in.  Store Info and generated Texinfo files in the
4680         source directory.
4681         * gnat_ug.texi: Remove CVS keywords, correct version number.
4682         Set file name correctly.
4683
4684         * gnat_ug_*.texi: Add.
4685         * .cvsignore: Ignore generated Texinfo files.
4686
4687 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
4688
4689         * ada.h: Add MI guard macro.
4690         (SUBTYPE): Define constants with an anonymous enum, not static
4691         const variables.
4692         (IN): Cast constants to appropriate type before use.
4693
4694 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
4695
4696         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
4697         (experimental)".
4698
4699 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4700
4701         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
4702         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
4703         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
4704         (ALL_ADA_CFLAGS): Likewise.
4705         (ADA_INCLUDES): Likewise.
4706         Adapt for new working dir.
4707         (GNATBIND): Use Makefile.in version.
4708         (.SUFFIXES): Copy from Makefile.in.
4709         (ada-warn): Define.
4710         (.adb.o, .ads.o): Copy from Makefile.in.
4711         Added $(OUTPUT_OPTION).
4712         (GNAT1_C_OBJS): Moved from Makefile.in.
4713         Prefix with ada subdir.
4714         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
4715         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
4716         Adapt for new working dir.
4717         (EXTRA_GNATBIND_OBJS): Likewise.
4718         (ADA_BACKEND): Moved from Makefile.in.
4719         Renamed to avoid conflict with global BACKEND.
4720         Use that one.
4721         (TARGET_ADA_SRCS): Moved from Makefile.in.
4722         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
4723         Use ADA_BACKEND.
4724         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
4725         (ada_extra_files): Moved from Makefile.in.
4726         Prefix with ada subdir.
4727         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
4728         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
4729         (ada/nmake.ads): Likewise.
4730         (update-sources): Moved from Makefile.in.
4731         Prefix with ada subdir.
4732         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
4733         (ADA_TREE_H): Likewise.
4734         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
4735         (ada/memtrack.o): Likewise.
4736         (ada/adadecode.o): Likewise.
4737         Update dependencies.
4738         (ada/adaint.o): New.
4739         (ada/argv.o): Moved from Makefile.in.
4740         Prefix with ada subdir.
4741         Update dependencies.
4742         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
4743         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
4744         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
4745         Prefix with ada subdir.
4746         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
4747         (GNAT DEPENDENCIES): Regenerate.
4748         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
4749         toplevel Makefile.in.
4750         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
4751         (TARGET_ADA_SRCS): Removed.
4752         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
4753         (GNATBIND_OBJS): Likewise.
4754         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
4755         (BACKEND): Removed.
4756         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
4757         (TREE_H): Likewise.
4758         (ada_extra_files): Likewise.
4759         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
4760         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
4761         (update-sources): Likewise.
4762         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
4763         (ADA_TREE_H): Likewise.
4764         (adadecoce.o): Likewise.
4765         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
4766         (GNAT DEPENDENCIES): Likewise.
4767
4768 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4769
4770         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
4771         * Makefile.in: Likewise.
4772
4773 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4774
4775         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
4776         Restore $(CONFIG_H) and prefix.o dependencies.
4777         (ada.stage[1-4]): Depend on stage?-start.
4778
4779         * Makefile.in (b_gnatb.c): Depend on interfac.o.
4780
4781 2002-05-02  Jim Wilson  <wilson@redhat.com>
4782
4783         * utils.c (finish_record_type): Change record_size to record_type.
4784
4785 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4786
4787         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
4788         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
4789         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
4790
4791 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
4792
4793         * misc.c (gnat_parse_file): Update.
4794
4795 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
4796
4797         * misc.c (gnat_init): Don't set lang_attribute_common.
4798
4799 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4800
4801         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
4802
4803 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
4804
4805         * gnat_ug.texi: New file.
4806
4807         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
4808         instead of gfdl.texi
4809
4810         * xgnatug.adb, ug_words: New files.
4811
4812         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
4813         gnat_rm and gnat-style manuals.
4814
4815 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4816
4817         * gigi.h (incomplete_type_error): Remove.
4818         * utils.c (incomplete_type_error): Remove.
4819
4820 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
4821
4822         * trans.c (tree_transform): Add has_scope argument to
4823         expand_start_stmt_expr.
4824
4825 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
4826
4827         * gigi.h (truthvalue_conversion): Rename.
4828         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
4829         * trans.c (tree_transform): Update.
4830         * utils2.c (truthvalue_conversion): Rename, update.
4831         (build_binary_op, build_unary_op): Update.
4832
4833 2002-04-04  Laurent Guerby  <guerby@acm.org>
4834
4835         * make.adb: Implement -margs, remove restriction about file name placement.
4836         * makeusg.adb: Documentation update.
4837         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
4838         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
4839
4840 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
4841
4842         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
4843         (builtin_function): Similarly.
4844
4845 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4846
4847         * decl.c (gnat_to_gnu_entity): Update.
4848         * gigi.h (mark_addressable): Rename.
4849         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
4850         * trans.c (tree_transform): Update.
4851         * utils.c (create_var_decl): Update.
4852         * util2.c (build_binary_op, build_unary_op,
4853         fill_vms_descriptor): Update.
4854         (mark_addressable): Rename, update.
4855
4856 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4857
4858         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
4859         Rename.
4860         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
4861         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
4862         * trans.c (tree_transform, convert_with_check): Update.
4863         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
4864         Rename.
4865
4866 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
4867
4868         * gigi.h (finish_incomplete_decl): Rename.
4869         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
4870         * utils.c (gnat_init_decl_processing): Don't set hook.
4871         (finish_incomplete_decl): Rename.
4872
4873 2002-03-29  Andreas Schwab  <schwab@suse.de>
4874
4875         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
4876         directory.
4877
4878 2001-03-28  Robert Dewar <dewar@gnat.com>
4879
4880         * checks.ads:
4881         (Remove_Checks): New procedure
4882
4883         * checks.adb:
4884         (Remove_Checks): New procedure
4885
4886         * exp_util.adb:
4887         Use new Duplicate_Subexpr functions
4888         (Duplicate_Subexpr_No_Checks): New procedure
4889         (Duplicate_Subexpr_No_Checks_Orig): New procedure
4890         (Duplicate_Subexpr): Restore original form (checks duplicated)
4891         (Duplicate_Subexpr): Call Remove_Checks
4892
4893         * exp_util.ads:
4894         (Duplicate_Subexpr_No_Checks): New procedure
4895         (Duplicate_Subexpr_No_Checks_Orig): New procedure
4896         Add 2002 to copyright notice
4897
4898         * sem_util.adb: Use new Duplicate_Subexpr functions
4899
4900         * sem_eval.adb:
4901         (Eval_Indexed_Component): This is the place to call
4902         Constant_Array_Ref and to replace the value. We simply merge
4903         the code of this function in here, since it is now no longer
4904         used elsewhere. This fixes the problem of the back end not
4905         realizing we were clever enough to see that this was
4906         constant.
4907         (Expr_Val): Remove call to Constant_Array_Ref
4908         (Expr_Rep_Val): Remove call to Constant_Array_Ref
4909         Minor reformatting
4910         (Constant_Array_Ref): Deal with string literals (patch
4911         suggested by Zack Weinberg on the gcc list)
4912
4913 2001-03-28  Ed Schonberg <schonber@gnat.com>
4914
4915         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
4916         Duplicate_Subexpr_Move_Checks.
4917
4918         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
4919         Duplicate_Subexpr_Move_Checks.
4920
4921         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
4922         value of array exists before retrieving it (it may a private
4923         protected component in a function).
4924
4925 2002-03-28   Geert Bosch <bosch@gnat.com>
4926
4927         * prj-pp.adb : New file.
4928
4929         * prj-pp.ads : New file.
4930
4931 2002-03-28  Andreas Jaeger  <aj@suse.de>
4932
4933         * Makefile.in (stamp-sdefault): Fix path for Makefile.
4934
4935 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
4936
4937         * misc.c (gnat_expand_expr): Move prototype.
4938
4939 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4940
4941         * misc.c (insert_default_attributes): Remove.
4942
4943 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4944
4945         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
4946         (gnat_init): Don't set hook.
4947         (gnat_expand_expr): Fix prototype.
4948
4949 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4950
4951         * misc.c (ggc_p): Remove.
4952
4953 2002-03-27  Geert Bosch  <bosch@gnat.com>
4954
4955         * prj-makr.ads, prj-makr.adb : New files.
4956
4957 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
4958
4959         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
4960         (lang_mark_tree): Make static, rename.
4961
4962 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
4963
4964         * misc.c (maybe_build_cleanup): Remove.
4965
4966 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
4967
4968         * gigi.h (yyparse): Remove.
4969
4970 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
4971
4972         * gnat_rm.texi: Sync with ACT version.
4973           (From Ben Brosgol <brosgol@gnat.com>)
4974
4975 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
4976
4977         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
4978         (gnat_init): Remove old hook.
4979
4980 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4981
4982         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
4983         (yyparse): Rename gnat_parse_file.
4984
4985 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
4986
4987         Delete all lines containing "$Revision:".
4988         * xeinfo.adb: Don't look for revision numbers.
4989         * xnmake.adb: Likewise.
4990         * xsinfo.adb: Likewise.
4991         * xsnames.adb: Likewise.
4992         * xtreeprs.adb: Likewise.
4993
4994 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4995
4996         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
4997         gnat_tree_code_name): Delete.
4998         (tree_code_type, tree_code_length, tree_code_name): Define.
4999         (gnat_init): Don't try to copy into the various tree_code
5000         arrays.
5001
5002 2002-03-11  Richard Henderson  <rth@redhat.com>
5003
5004         * Makefile.in (.NOTPARALLEL): Add fake tag.
5005
5006 2002-03-07  Geert Bosch  <bosch@gnat.com>
5007
5008         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
5009         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
5010         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
5011         switch-m.adb, switch-m.ads : New files.
5012
5013 2002-03-07  Geert Bosch  <bosch@gnat.com>
5014
5015         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
5016         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
5017         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
5018         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
5019         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
5020         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
5021         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
5022         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
5023         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
5024         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
5025         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
5026         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
5027         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
5028         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
5029         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
5030         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
5031         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
5032         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
5033         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
5034         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
5035         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
5036         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
5037         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
5038         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
5039         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
5040         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
5041         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
5042         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
5043         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
5044         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
5045         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
5046         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
5047         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
5048         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
5049         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
5050         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
5051         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
5052         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
5053         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
5054         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
5055         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
5056         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
5057         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
5058         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
5059         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
5060         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
5061         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
5062         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
5063         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
5064         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
5065         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
5066         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
5067         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
5068         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
5069         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
5070         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
5071         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
5072         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
5073         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
5074         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
5075         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
5076         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
5077         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
5078         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
5079         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
5080         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
5081         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
5082         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
5083         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
5084         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
5085         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
5086         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
5087         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
5088         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
5089         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
5090         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
5091         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
5092         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
5093         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
5094         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
5095         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
5096         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
5097         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
5098         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
5099         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
5100         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
5101         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
5102         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
5103         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
5104         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
5105         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
5106         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
5107         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
5108         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
5109         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
5110         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
5111         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
5112
5113         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
5114         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
5115         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
5116         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
5117
5118         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
5119         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
5120
5121         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
5122         to mdll-fil.ad[bs] and mdll-util.ad[bs]
5123
5124         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
5125         from mdllfile.ad[bs] and mdlltool.ad[bs]
5126
5127 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5128
5129         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
5130         lieu of explicit sizeof/sizeof.
5131
5132 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
5133
5134         * misc.c (copy_lang_decl): Remove.
5135
5136 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
5137
5138         * misc.c: Delete traditional-mode-related code copied from the
5139         C front end but not used, or used only to permit the compiler
5140         to link.
5141
5142 2002-02-07  Richard Henderson  <rth@redhat.com>
5143
5144         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
5145         * adaint.h (__gnat_to_gm_time): Update prototype.
5146
5147 2002-01-30  Richard Henderson  <rth@redhat.com>
5148
5149         * trans.c (tree_transform) [N_Loop_Statement]: Use
5150         expand_exit_loop_top_cond.
5151
5152 2001-12-23  Richard Henderson  <rth@redhat.com>
5153
5154         * utils.c (end_subprog_body): Push GC context around
5155         rest_of_compilation for nested functions.
5156
5157 2001-12-23  Richard Henderson  <rth@redhat.com>
5158
5159         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
5160
5161 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
5162
5163         * gnat-style.texi (Declarations and Types): Remove ancient style
5164         rule which was mandated by code generation issues.
5165
5166         * gnat-style.texi (header): Add @dircategory, @direntry.
5167         (title page): Remove date.
5168         (general) Add @./@: where approriate, and two spaces after the
5169         full stop at the end of a sentence.  Use @samp markup when
5170         referring concrete lexical entities (keywords, attribute names
5171         etc.), and @syntax for ARM grammar elements. Use @r for English
5172         text in comments.  Use @emph for emphasis.  Change "if-statements"
5173         etc. to "if statements" (without @samp). Break long lines.  Make
5174         casing of section names consistent.
5175         (Identifiers): Use @samp markup for variable names.
5176         (Comments): Use @samp markup for comment characters. Line-end
5177         comments may follow any Ada code, not just statements.  Fix
5178         misspelling of "Integer" as "integer".
5179         (Loop statements): Do not use variable name "I", use "J".
5180         (Subprogram Declarations): Document alignment.
5181         (Subprogram Bodies, Block statements): Document empty line before
5182         "begin".
5183
5184 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
5185
5186         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
5187         function approach did not work well because of a side effect (the
5188         function call could reallocate the table which was being indexed
5189         using its result). Fixes ada/4851.
5190
5191 2001-12-19  Robert Dewar <dewar@gnat.com>
5192
5193         * bindgen.adb: Minor reformatting
5194
5195         * cstand.adb: Minor reformatting
5196
5197         * fmap.adb: Minor reformatting
5198         Change name from Add for Add_To_File_Map (Add is much too generic)
5199         Change Path_Name_Of to Mapped_Path_Name
5200         Change File_Name_Of to Mapped_File_Name
5201         Fix copyright dates in header
5202
5203         * fmap.ads:
5204         Change name from Add for Add_To_File_Map (Add is much too generic)
5205         Change Path_Name_Of to Mapped_Path_Name
5206         Change File_Name_Of to Mapped_File_Name
5207         Fix copyright dates in header
5208
5209         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
5210         Add use clause for Fmap.
5211
5212         * make.adb: Minor reformatting
5213
5214         * osint.adb: Minor reformatting.  Change of names in Fmap.
5215         Add use clause for Fmap.
5216
5217         * prj-env.adb: Minor reformatting
5218
5219         * prj-env.ads: Minor reformatting
5220
5221         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
5222         error found (there were odd exceptions to this general rule in
5223         -gnatec/-gnatem processing)
5224
5225 2001-12-19  Olivier Hainque <hainque@gnat.com>
5226
5227         * raise.c (__gnat_eh_personality): Exception handling personality
5228         routine for Ada.  Still in rough state, inspired from the C++ version
5229         and still containing a bunch of debugging artifacts.
5230         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
5231         inspired from the C++ library.
5232
5233         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
5234         exception handling integration.
5235
5236 2001-12-19  Arnaud Charlet <charlet@gnat.com>
5237
5238         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
5239         (HIE_SOURCES): Add s-secsta.ad{s,b}.
5240         (HIE_OBJS): Add s-fat*.o
5241         (RAVEN_SOURCES): Remove files that are no longer required. Add
5242         interrupt handling files.
5243         (RAVEN_MOD): Removed, no longer needed.
5244
5245 2001-12-19  Robert Dewar <dewar@gnat.com>
5246
5247         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
5248         Add 2001 to copyright date
5249
5250         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
5251         need to force universal inlining for these cases.
5252
5253 2001-12-19  Arnaud Charlet <charlet@gnat.com>
5254
5255         * s-taprob.adb: Minor clean ups so that this unit can be used in
5256         Ravenscar HI.
5257
5258         * exp_ch7.adb: Allow use of secondary stack in HI mode.
5259         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
5260
5261 2001-12-19  Vincent Celier <celier@gnat.com>
5262
5263         * prj-tree.ads (Project_Node_Record): Add comments for components
5264         Pkg_Id and Case_Insensitive.
5265
5266 2001-12-19  Pascal Obry <obry@gnat.com>
5267
5268         * g-socket.adb: Minor reformatting. Found while reading code.
5269
5270 2001-12-19  Robert Dewar <dewar@gnat.com>
5271
5272         * prj-tree.ads: Minor reformatting
5273
5274 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5275
5276         * config-lang.in (diff_excludes): Remove.
5277
5278 2001-12-17  Ed Schonberg <schonber@gnat.com>
5279
5280         * sem_res.adb (Resolve_Selected_Component): do not generate a
5281         discriminant check if the selected component is a component of
5282         the argument of an initialization procedure.
5283
5284         * trans.c (tree_transform, case of arithmetic operators): If result
5285         type is private, the gnu_type is the base type of the full view,
5286         given that the full view itself may be a subtype.
5287
5288 2001-12-17  Robert Dewar <dewar@gnat.com>
5289
5290         * sem_res.adb: Minor reformatting
5291
5292         * trans.c (tree_transform, case N_Real_Literal): Add missing third
5293         parameter in call to Machine (unknown horrible effects from this
5294         omission).
5295
5296         * urealp.h: Add definition of Round_Even for call to Machine
5297         Add third parameter for Machine
5298
5299 2001-12-17  Ed Schonberg <schonber@gnat.com>
5300
5301         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
5302         predefined units in No_Run_Time mode.
5303
5304 2001-12-17  Richard Kenner <kenner@gnat.com>
5305
5306         * misc.c (insn-codes.h): Now include.
5307
5308 2001-12-17  Olivier Hainque <hainque@gnat.com>
5309
5310         * a-except.adb: Preparation work for future integration of the GCC 3
5311         exception handling mechanism
5312         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
5313         to factorize previous code sequences and make them externally callable,
5314         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
5315         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
5316         Use the new notification routines.
5317
5318 2001-12-17  Emmanuel Briot <briot@gnat.com>
5319
5320         * prj-tree.ads (First_Choice_Of): Document the when others case
5321
5322 2001-12-17  Arnaud Charlet <charlet@gnat.com>
5323
5324         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
5325         HI-E mode, in order to support Ravenscar profile properly.
5326
5327         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
5328         mode on 32 bits targets.
5329
5330 2001-12-17  Vincent Celier <celier@gnat.com>
5331
5332         * fmap.adb: Initial version.
5333
5334         * fmap.ads: Initial version.
5335
5336         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
5337         If search is successfully done, add to mapping.
5338
5339         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
5340
5341         * make.adb:
5342         (Gnatmake): Add new local variable Mapping_File_Name.
5343          Create mapping file when using project file(s).
5344          Delete mapping file before exiting.
5345
5346         * opt.ads (Mapping_File_Name): New variable
5347
5348         * osint.adb (Find_File): Use path name found in mapping, if any.
5349
5350         * prj-env.adb (Create_Mapping_File): New procedure
5351
5352         * prj-env.ads (Create_Mapping_File): New procedure.
5353
5354         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
5355         (Mapping_File)
5356
5357         * usage.adb: Add entry for new switch -gnatem.
5358
5359         * Makefile.in: Add dependencies for fmap.o.
5360
5361 2001-12-17  Ed Schonberg <schonber@gnat.com>
5362
5363         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
5364         is a package instantiation rewritten as a package body.
5365         (Install_Withed_Unit): Undo previous change, now redundant.
5366
5367 2001-12-17  Gary Dismukes <dismukes@gnat.com>
5368
5369         * layout.adb:
5370         (Compute_Length): Move conversion to Unsigned to callers.
5371         (Get_Max_Size): Convert Len expression to Unsigned after calls to
5372         Compute_Length and Determine_Range.
5373         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
5374         Compute_Length and Determine_Range.
5375         Above changes fix problem with length computation for supernull arrays
5376         where Max (Len, 0) wasn't getting applied due to the Unsigned
5377         conversion used by Compute_Length.
5378
5379 2001-12-17  Arnaud Charlet <charlet@gnat.com>
5380
5381         * rtsfind.ads:
5382         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
5383          System.Secondary_Stack.
5384         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
5385          in HI-E mode.
5386         Remove unused entity RE_Exception_Data.
5387
5388         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
5389
5390         * rident.ads (No_Secondary_Stack): New restriction.
5391
5392 2001-12-17  Joel Brobecker <brobecke@gnat.com>
5393
5394         * gnat_rm.texi: Fix minor typos. Found while reading the section
5395         regarding "Bit_Order Clauses" that was sent to a customer.
5396         Very interesting documentation!
5397
5398 2001-12-17  Robert Dewar <dewar@gnat.com>
5399
5400         * sem_case.adb (Choice_Image): Avoid creating improper character
5401         literal names by using the routine Set_Character_Literal_Name. This
5402         fixes bombs in certain error message cases.
5403
5404 2001-12-17  Arnaud Charlet <charlet@gnat.com>
5405
5406         * a-reatim.adb: Minor reformatting.
5407
5408 2001-12-17  Ed Schonberg <schonber@gnat.com>
5409
5410         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
5411         case where the formal is an extension of another formal in the current
5412         unit or in a parent generic unit.
5413
5414 2001-12-17  Arnaud Charlet <charlet@gnat.com>
5415
5416         * s-tposen.adb: Update comments.  Minor reformatting.
5417         Minor code clean up.
5418
5419         * s-tarest.adb: Update comments.  Minor code reorganization.
5420
5421 2001-12-17  Gary Dismukes <dismukes@gnat.com>
5422
5423         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
5424         when Java_VM.
5425
5426 2001-12-17  Robert Dewar <dewar@gnat.com>
5427
5428         * exp_attr.adb: Minor reformatting
5429
5430 2001-12-17  Ed Schonberg <schonber@gnat.com>
5431
5432         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
5433         derivations nested within a child unit: verify that the parent
5434         type is declared in an outer scope.
5435
5436 2001-12-17  Robert Dewar <dewar@gnat.com>
5437
5438         * sem_ch12.adb: Minor reformatting
5439
5440 2001-12-17  Ed Schonberg <schonber@gnat.com>
5441
5442         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
5443         warning if current unit is a predefined one, from which bodies may
5444         have been deleted.
5445
5446 2001-12-17  Robert Dewar <dewar@gnat.com>
5447
5448         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
5449         Fix header format. Add 2001 to copyright date.
5450
5451         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
5452         which caused CE during compilation if checks were enabled.
5453
5454 2001-12-17  Vincent Celier <celier@gnat.com>
5455
5456         * make.adb:
5457         (Switches_Of): New function
5458         (Test_If_Relative_Path): New procedure
5459         (Add_Switches): Use new function Switches_Of
5460         (Collect_Arguments_And_Compile): Use new function Switches_Of.
5461         When using a project file, test if there are any relative
5462         search path. Fail if there are any.
5463         (Gnatmake): Only add switches for the primary directory when not using
5464         a project file. When using a project file, change directory to the
5465         object directory of the main project file. When using a project file,
5466         test if there are any relative search path. Fail if there are any.
5467         When using a project file, fail if specified executable is relative
5468         path with directory information, and prepend executable, if not
5469         specified as an absolute path, with the exec directory.  Make sure
5470         that only one -o switch is transmitted to the linker.
5471
5472         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
5473
5474         * prj-nmsc.adb:
5475         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
5476         when using a non standard naming scheme.
5477         (Check_Ada_Naming_Scheme): Make sure that error messages
5478         do not raise exceptions.
5479         (Is_Illegal_Append): Return True if there is no dot in the suffix.
5480         (Language_Independent_Check): Check the exec directory.
5481
5482         * prj.adb (Project_Empty): Add new component Exec_Directory
5483
5484         * prj.ads:
5485         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
5486         (Project_Data): Add component Exec_Directory
5487
5488         * snames.adb: Updated to match snames.ads revision 1.215
5489
5490         * snames.ads: Added Exec_Dir
5491
5492 2001-12-17  Robert Dewar <dewar@gnat.com>
5493
5494         * make.adb: Minor reformatting
5495
5496         * prj-nmsc.adb: Minor reformatting
5497
5498         * snames.adb: Updated to match snames.ads
5499
5500         * snames.ads: Alphebetize entries for project file
5501
5502 2001-12-17  Ed Schonberg <schonber@gnat.com>
5503
5504         * trans.c (process_freeze_entity): Do nothing if the entity is a
5505         subprogram that was already elaborated.
5506
5507 2001-12-17  Richard Kenner <kenner@gnat.com>
5508
5509         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
5510         and Esize if object is referenced via pointer.
5511
5512 2001-12-17  Ed Schonberg <schonber@gnat.com>
5513
5514         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
5515         is discrete before analyzing choices.
5516
5517 2001-12-17  Joel Brobecker <brobecke@gnat.com>
5518
5519         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
5520         containing the name of the Ada Main Program. This string is mainly
5521         intended for the debugger.
5522         (Gen_Output_File_C): Do the equivalent change when generating a C file.
5523
5524 2001-12-17  Robert Dewar <dewar@gnat.com>
5525
5526         * ali.adb: Set new Dummy_Entry field in dependency entry
5527
5528         * ali.ads: Add Dummy_Entry field to source dependency table
5529
5530         * bcheck.adb (Check_Consistency): Ignore dummy D lines
5531
5532         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
5533
5534         * lib-writ.ads: Document dummy D lines for missing files.
5535
5536         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
5537
5538 2001-12-17  Robert Dewar <dewar@gnat.com>
5539
5540         * ali.adb: Type reference does not reset current file.
5541
5542         * ali.adb: Recognize and scan renaming reference
5543
5544         * ali.ads: Add spec for storing renaming references.
5545
5546         * lib-xref.ads: Add documentation for handling of renaming references
5547
5548         * lib-xref.adb: Implement output of renaming reference.
5549
5550         * checks.adb:
5551         (Determine_Range): Document local variables
5552         (Determine_Range): Make sure Hbound is initialized. It looks as though
5553          there could be a real problem here with an uninitialized reference
5554          to Hbound, but no actual example of failure has been found.
5555
5556 2001-12-17  Laurent Pautet <pautet@gnat.com>
5557
5558         * g-socket.ads:
5559         Fix comment of Shutdown_Socket and Close_Socket. These functions
5560         should not fail silently because if they are called twice, this
5561         probably means that there is a race condition in the user program.
5562         Anyway, this behaviour is consistent with the rest of this unit.
5563         When an error occurs, an exception is raised with the error message
5564         as exception message.
5565
5566 2001-12-17  Robert Dewar <dewar@gnat.com>
5567
5568         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
5569         that it happens before modification of Sloc values for -gnatD.
5570
5571         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
5572         so that it happens before modification of Sloc values for -gnatD.
5573
5574         * switch.adb: Minor reformatting
5575
5576 2001-12-15  Richard Henderson  <rth@redhat.com>
5577
5578         * sem_ch7.adb: Wrap comment.
5579
5580 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
5581
5582         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
5583         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
5584         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
5585         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
5586         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
5587         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
5588         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
5589         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
5590         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
5591         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
5592         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
5593         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
5594         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
5595         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
5596         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
5597         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
5598         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
5599         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
5600         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
5601         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
5602         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
5603         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
5604         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
5605         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
5606         spelling errors.
5607
5608 2001-12-14  Vincent Celier <celier@gnat.com>
5609
5610         * osint.adb(Create_Debug_File): When an object file is specified,
5611         put the .dg file in the same directory as the object file.
5612
5613 2001-12-14  Robert Dewar <dewar@gnat.com>
5614
5615         * osint.adb: Minor reformatting
5616
5617         * lib-xref.adb (Output_Instantiation): New procedure to generate
5618         instantiation references.
5619
5620         * lib-xref.ads: Add documentation of handling of generic references.
5621
5622         * ali.adb (Read_Instantiation_Ref): New procedure to read
5623         instantiation references
5624
5625         * ali.ads: Add spec for storing instantiation references
5626
5627         * bindusg.adb: Minor reformatting
5628
5629         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
5630
5631         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
5632
5633         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
5634
5635         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
5636
5637         * csets.ads:
5638         Fix header format
5639         Add 2001 to copyright date
5640         Add entry for Latin-5 (Cyrillic ISO-8859-5)
5641
5642 2001-12-14  Matt Gingell <gingell@gnat.com>
5643
5644         * adaint.c: mktemp is a macro on Lynx and can not be used as an
5645         expression.
5646
5647 2001-12-14  Richard Kenner <kenner@gnat.com>
5648
5649         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
5650         if operand is CONSTRUCTOR.
5651
5652 2001-12-14  Ed Schonberg <schonber@gnat.com>
5653
5654         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
5655         before emiting check on right-hand side, so that exception information
5656         is correct.
5657
5658 2001-12-14  Richard Kenner <kenner@gnat.com>
5659
5660         * utils.c (create_var_decl): Throw away initializing expression
5661         if just annotating types and non-constant.
5662
5663 2001-12-14  Vincent Celier <celier@gnat.com>
5664
5665         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
5666         Default_Ada_...
5667
5668         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
5669         Remove functions.
5670         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
5671
5672         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
5673         Remove functions.
5674         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
5675
5676 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
5677
5678         * ChangeLog: Remove piece of diff output.
5679
5680 2001-12-14  Geert Bosch <bosch@gnat.com>
5681
5682         * config-lang.in: Update copyright notice
5683
5684         * layout.adb: Remove commented out code.
5685
5686         * mdllfile.ads: Update copyright notice. Fix header format.
5687
5688         * sem_case.ads: Likewise.
5689
5690         * sem_ch3.adb: Minor reformatting.
5691
5692 2001-12-12  Geert Bosch <bosch@gnat.com>
5693
5694         * freeze.ads: Update copyright date.
5695
5696         * g-comlin.ads: Minor reformatting.
5697
5698         * gnat-style.texi: Fix typo.
5699
5700 2001-12-12  Geert Bosch <bosch@gnat.com>
5701
5702         *  einfo.h: Regenerate.
5703
5704 2001-12-12  Ed Schonberg <schonber@gnat.com>
5705
5706         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
5707         on known node types, rather than untyped fields. Further cleanups.
5708
5709 2001-12-12  Robert Dewar <dewar@gnat.com>
5710
5711         * sem_ch12.adb:
5712         (Save_Entity_Descendant): Minor comment update.
5713         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
5714          of an N_Attribute_Reference node. As per note below, this does not
5715         eliminate need for Associated_Node in attribute ref nodes.
5716         (Associated_Node): Documentation explicitly mentions attribute
5717         reference nodes, since this field is used in such nodes.
5718
5719         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
5720
5721 2001-12-12  Robert Dewar <dewar@gnat.com>
5722
5723         * s-stalib.adb: Add more comments on with statements being needed
5724
5725         * par-ch12.adb: Minor reformatting
5726
5727         * prj-dect.ads: Fix copyright header
5728
5729         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
5730         inputs fit in 32 bits, but the result still overflows.
5731
5732         * s-fatgen.ads: Minor comment improvement
5733
5734 2001-12-12  Ed Schonberg <schonber@gnat.com>
5735
5736         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
5737         formal derived type, look for an inherited component from the full
5738         view of the parent, if any.
5739
5740 2001-12-12  Robert Dewar <dewar@gnat.com>
5741
5742         * checks.ads (Apply_Alignment_Check): New procedure.
5743
5744         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
5745         ensure that the alignment of objects with address clauses is
5746         appropriate, and raise PE if not.
5747
5748         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
5749         Exp_Pakd.Known_Aligned_Enough
5750
5751         * mdllfile.ads: Minor reformatting
5752
5753         * mlib-fil.ads: Minor reformatting
5754
5755 2001-12-12  Ed Schonberg <schonber@gnat.com>
5756
5757         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
5758         fix to any component reference if enclosing record has non-standard
5759         representation.
5760
5761 2001-12-12  Vincent Celier <celier@gnat.com>
5762
5763         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
5764         Iteration
5765
5766 2001-12-12  Ed Schonberg <schonber@gnat.com>
5767
5768         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
5769         sem_attr.
5770
5771 2001-12-12  Robert Dewar <dewar@gnat.com>
5772
5773         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
5774
5775 2001-12-12  Emmanuel Briot <briot@gnat.com>
5776
5777         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
5778         and it adds dependencies to system.io.
5779
5780 2001-12-12  Pascal Obry <obry@gnat.com>
5781
5782         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
5783         variable name.
5784
5785 2001-12-11  Ed Schonberg <schonber@gnat.com>
5786
5787         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
5788         that is the parent of other generics, the instance body replaces the
5789         instance node.  Retrieve the instance of the spec, which is the one
5790         that is visible in clients and within the body.
5791
5792 2001-12-11  Vincent Celier <celier@gnat.com>
5793
5794         * gnatmain.adb: Initial version.
5795
5796         * gnatmain.ads: Initial version.
5797
5798         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
5799
5800         * snames.adb: Updated to match snames.ads.
5801
5802         * snames.ads: Added Gnatstub.
5803
5804 2001-12-11  Vincent Celier <celier@gnat.com>
5805
5806         * prj-attr.adb (Initialization_Data): Change name from
5807         Initialisation_Data.
5808
5809 2001-12-11  Emmanuel Briot <briot@gnat.com>
5810
5811         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
5812         + and * applied to backslashed expressions like \r.
5813
5814 2001-12-11  Vasiliy Fofanov <fofanov@gnat.com>
5815
5816         * g-os_lib.ads: String_List type added, Argument_List type is now
5817         subtype of String_List.
5818
5819 2001-12-11  Robert Dewar <dewar@gnat.com>
5820
5821         * g-os_lib.ads: Change copyright to FSF
5822         Add comments for String_List type
5823
5824 2001-12-11  Vincent Celier <celier@gnat.com>
5825
5826         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
5827         string to the buffer).
5828
5829 2001-12-11  Ed Schonberg <schonber@gnat.com>
5830
5831         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
5832         sem_attr.
5833
5834         * sem_attr.adb: Simplify previous fix for Address.
5835         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
5836         to avoid anomalies where the bound of the type appears to raise
5837         constraint error.
5838
5839 2001-12-11  Robert Dewar <dewar@gnat.com>
5840
5841         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
5842         handled.
5843
5844 2001-12-11  Ed Schonberg <schonber@gnat.com>
5845
5846         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
5847         renamed unit before checking for recursive instantiations.
5848
5849 2001-12-11  Emmanuel Briot <briot@gnat.com>
5850
5851         * prj.ads: Add comments for some of the fields.
5852
5853 2001-12-11  Robert Dewar <dewar@gnat.com>
5854
5855         * lib-xref.adb (Output_Refs): Don't output type references outside
5856         the main unit if they are not otherwise referenced.
5857
5858 2001-12-11  Ed Schonberg <schonber@gnat.com>
5859
5860         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
5861         code and diagnose additional illegal uses
5862
5863         * sem_util.adb (Is_Object_Reference): An indexed component is an
5864         object only if the prefix is.
5865
5866 2001-12-11  Vincent Celier <celier@gnat.com>
5867
5868         * g-diopit.adb: Initial version.
5869
5870         * g-diopit.ads: Initial version.
5871
5872         * g-dirope.adb:
5873         (Expand_Path): Avoid use of Unbounded_String
5874         (Find, Wildcard_Iterator): Moved to child package Iteration
5875
5876         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
5877
5878 2001-12-11  Robert Dewar <dewar@gnat.com>
5879
5880         * sem_attr.adb: Minor reformatting
5881
5882 2001-12-11  Ed Schonberg <schonber@gnat.com>
5883
5884         * sem_ch3.adb: Clarify some ???.
5885
5886 2001-12-11  Robert Dewar <dewar@gnat.com>
5887
5888         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
5889         Exp_Pakd.Known_Aligned_Enough
5890
5891         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
5892         version is moved to Exp_Ch13.
5893
5894 2001-12-11  Robert Dewar <dewar@gnat.com>
5895
5896         * einfo.ads: Minor reformatting
5897
5898         * exp_ch5.adb: Add comment for previous.change
5899
5900         * ali.adb: New interface for extended typeref stuff.
5901
5902         * ali.ads: New interface for typeref stuff.
5903
5904         * checks.adb (Apply_Alignment_Check): New procedure.
5905
5906         * debug.adb: Add -gnatdM for modified ALI output
5907
5908         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
5909
5910         * lib-xref.adb: Extend generation of <..> notation to cover
5911         subtype/object types. Note that this is a complete rewrite,
5912         getting rid of the very nasty quadratic algorithm previously
5913         used for derived type output.
5914
5915         * lib-xref.ads: Extend description of <..> notation to cover
5916         subtype/object types. Uses {..} for these other cases.
5917         Also use (..) for pointer types.
5918
5919         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
5920
5921         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
5922         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
5923
5924 2001-12-11  Vincent Celier <celier@gnat.com>
5925
5926         * gnatcmd.adb:
5927         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
5928         Changed /BIND_ONLY to /ACTIONS=BIND
5929         Changed /LINK_ONLY to /ACTIONS=LINK
5930
5931 2001-12-11  Ed Schonberg  <schonber@gnat.com>
5932
5933         * sem_ch8.adb (Find_Selected_Component): improved search for a
5934         candidate package in case of error.
5935
5936         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
5937         chain back on scope stack before reinstalling use clauses.
5938
5939         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
5940         is enabled, do not kill the code for the condition, to preserve
5941         warning.
5942
5943 2001-12-11  Robert Dewar <dewar@gnat.com>
5944
5945         * checks.adb (Insert_Valid_Check): Apply validity check to expression
5946         of conversion, not to result of conversion.
5947
5948 2001-12-11  Ed Schonberg <schonber@gnat.com>
5949
5950         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
5951         before freezing parent. If the declarations are mutually recursive,
5952         an access to the current record type may be frozen before the
5953         derivation is complete.
5954
5955 2001-12-05  Vincent Celier <celier@gnat.com>
5956
5957         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
5958         -c /COMPILE_ONLY, -l /LINK_ONLY
5959
5960         * opt.ads:
5961         (Bind_Only): New Flag
5962         (Link_Only): New flag
5963
5964         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
5965         and -l (Link_Only)
5966
5967         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
5968
5969         * make.adb:
5970         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
5971         (Gnatmake): Set the step flags. Only perform a step if the
5972         corresponding step flag is True.
5973         (Scan_Make_Arg): Reset the bind and link step flags when -u
5974         or -gnatc has been specified.
5975
5976 2001-12-05  Ed Schonberg <schonber@gnat.com>
5977
5978         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
5979         get bounds from right operand.
5980
5981         * sem_eval.adb: Minor reformatting
5982
5983         * exp_util.adb (Make_Literal_Range): use bound of literal rather
5984         than Index'First, its lower bound may be different from 1.
5985
5986         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
5987         and C48009J
5988
5989 2001-12-05  Vincent Celier <celier@gnat.com>
5990
5991         * prj-nmsc.adb Minor reformatting
5992
5993         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
5994         set and libraries are not supported.
5995
5996 2001-12-05  Ed Schonberg <schonber@gnat.com>
5997
5998         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
5999         private view explicitly, so the back-end can treat as a global
6000         when appropriate.
6001
6002 2001-12-05  Ed Schonberg <schonber@gnat.com>
6003
6004         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
6005          unit, always replace instance node with new body, for ASIS use.
6006
6007 2001-12-05  Vincent Celier <celier@gnat.com>
6008
6009         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
6010         libraries are not supported and both attributes Library_Name and
6011         Library_Dir are specified.
6012
6013         * prj-proc.adb (Expression): Set location of Result to location of
6014         first term.
6015
6016         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
6017         (prj-nmsc is now importing MLib.Tgt)
6018
6019         * prj-proc.adb: Put the change indicated above that was forgotten.
6020
6021 2001-12-05  Robert Dewar <dewar@gnat.com>
6022
6023         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
6024
6025 2001-12-05  Ed Schonberg <schonber@gnat.com>
6026
6027         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
6028         constraint, introduce explicit subtype declaration and derive from it.
6029
6030         * sem_ch3.adb: Minor reformatting
6031
6032 2001-12-05  Robert Dewar <dewar@gnat.com>
6033
6034         * checks.adb (Determine_Range): Increase cache size for checks.
6035         Minor reformatting
6036
6037         * exp_ch6.adb: Minor reformatting
6038         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
6039         a parameter whose root type is System.Address, since treating such
6040         subprograms as pure in the code generator is almost surely a mistake
6041         that will lead to unexpected results.
6042
6043         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
6044         change handling of conversions.
6045
6046         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
6047
6048 2001-12-05  Ed Schonberg <schonber@gnat.com>
6049
6050         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
6051         aggregate with static wrong size, attach generated Raise node to
6052         declaration.
6053
6054 2001-12-05  Robert Dewar <dewar@gnat.com>
6055
6056         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
6057         Fixes compilation abandoned bomb in B24009B.
6058
6059 2001-12-05  Ed Schonberg <schonber@gnat.com>
6060
6061         * sem_ch12.adb:
6062         Document use of Associated_Node on Selected_Components.
6063         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
6064         to clarify use of untyped descendant fields.
6065
6066 2001-12-05  Robert Dewar <dewar@gnat.com>
6067
6068         * prj-dect.ads: Add ??? comment
6069         Add 2001 to copyright notice (was not done in after all)
6070
6071         * prj-part.adb: Minor reformatting. Reword one awkward error message.
6072
6073         * prj.ads: Minor reformatting throughout, and add some ??? comments
6074
6075         * snames.ads: Minor reformatting
6076
6077 2001-12-05  Geert Bosch <bosch@gnat.com>
6078
6079         * snames.adb: Autoupdate
6080
6081 2001-12-05  Vincent Celier <celier@gnat.com>
6082
6083         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
6084
6085         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
6086
6087         * prj-env.adb: Minor comment changes (modifying -> extends).
6088
6089         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
6090
6091         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
6092         Tok_Extends.
6093
6094         * prj.adb (Initialize): Change Modifying to Extends.
6095
6096         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
6097
6098         * prj.ads: Minor comment change (Modifying -> extending).
6099
6100         * snames.ads: Change modifying to extends.
6101
6102 2001-12-05  Robert Dewar <dewar@gnat.com>
6103
6104         * sem_warn.adb: Remove stuff for conditionals, we are not going to
6105         do this after all.
6106
6107         * sem_warn.ads: Remove stuff for conditionals, we are not going to
6108         do this after all.  Add 2001 to copyright notice
6109
6110 2001-12-04  Geert Bosch <bosch@gnat.com>
6111
6112         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
6113
6114 2001-12-04  Robert Dewar <dewar@gnat.com>
6115
6116         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
6117         location if we already have errors. Stops some cases of cascaded
6118         errors.
6119
6120         * errout.adb: Improve comment.
6121
6122 2001-12-04  Robert Dewar <dewar@gnat.com>
6123
6124         * sem_ch12.adb:
6125         (Analyze_Formal_Type_Definition): Defend against Error.
6126         (Analyze_Formal_Subprogram): Defend against Error.
6127
6128         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
6129         remove following semicolon if present. Removes cascaded error.
6130
6131 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
6132
6133         * bindgen.adb:
6134         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
6135          exceptions equals 0.
6136         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
6137         Fixes PIWG E tests (which have to be run with -gnatL).
6138
6139 2001-12-04  Robert Dewar <dewar@gnat.com>
6140
6141         * einfo.ads: Minor reformatting
6142
6143 2001-12-04  Ed Schonberg <schonber@gnat.com>
6144
6145         * einfo.ads: Block_Node points to the identifier of the block, not to
6146         the block node itself, to preserve the link when the block is
6147         rewritten, e.g. within an if-statement with a static condition.
6148
6149         * inline.adb (Cleanup_Scopes): recover block statement from block
6150         entity using new meaning of Block_Node.
6151
6152         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
6153         identifier of block node, rather than to node itself.
6154
6155 2001-12-04  Gary Dismukes <dismukes@gnat.com>
6156
6157         * layout.adb:
6158         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
6159         (Discrimify): Go back to setting the Etypes of the selected component
6160         because the Vname component does not exist at this point and will
6161         fail name resolution. Also set Analyzed.
6162         Remove with and use of Sem_Res.
6163
6164 2001-12-04  Arnaud Charlet <charlet@gnat.com>
6165
6166         * Makefile.in: (HIE_SOURCES): add s-fat*.
6167
6168 2001-12-04  Robert Dewar <dewar@gnat.com>
6169
6170         * sem_attr.adb:
6171         (Compile_Time_Known_Attribute): New procedure.
6172         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
6173          proper range check.
6174
6175 2001-12-04  Ed Schonberg <schonber@gnat.com>
6176
6177         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
6178         processing discriminants to diagnose illegal default values.
6179
6180 2001-12-04  Ed Schonberg <schonber@gnat.com>
6181
6182         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
6183         access discriminant within a type extension that constrains its
6184         parent discriminants.
6185
6186 2001-12-04  Ed Schonberg <schonber@gnat.com>
6187
6188         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
6189         is malformed, use instance of Any_Id to allow analysis to proceed.
6190
6191         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
6192         type definition is illegal.
6193         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
6194         misplaced.
6195
6196 2001-12-04  Ed Schonberg <schonber@gnat.com>
6197
6198         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
6199         constants.
6200
6201 2001-12-04  Robert Dewar <dewar@gnat.com>
6202
6203         * errout.adb: Minor reformatting
6204
6205 2001-12-04  Robert Dewar <dewar@gnat.com>
6206
6207         * exp_util.adb: Minor reformatting from last change
6208
6209         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
6210         which is a rewriting of an expression, traverse the original
6211         expression to remove warnings that may have been posted on it.
6212
6213 2001-12-04  Ed Schonberg <schonber@gnat.com>
6214
6215         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
6216         record that has other packed components.
6217
6218 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
6219
6220         * adaint.c: Minor cleanups.
6221
6222 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
6223
6224         * adaint.c: Do not use utime.h on vxworks.
6225
6226 2001-12-04  Arnaud Charlet <charlet@gnat.com>
6227
6228         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
6229         more confusion than it solves.
6230
6231 2001-12-04  Geert bosch <bosch@gnat.com>
6232
6233         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
6234
6235 2001-12-04  Geert Bosch  <bosch@gnat.com>
6236
6237         * Makefile.in (update-sources): New target.
6238         For use by gcc_release script.
6239
6240 2001-12-04  Ed Schonberg <schonber@gnat.com>
6241
6242         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
6243         a configuration pragma, it is now legal wherever a pragma can appear.
6244
6245 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
6246
6247         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
6248         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
6249         is now @CROSS@ -DIN_GCC; update comment.
6250
6251 2001-12-04  Robert Dewar <dewar@gnat.com>
6252
6253         * einfo.adb (Has_Pragma_Pure_Function): New flag.
6254         Fix problem that stopped ceinfo from working
6255
6256         * einfo.ads (Has_Pragma_Pure_Function): New flag.
6257
6258         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
6259
6260 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
6261
6262         * gnatchop.adb:
6263         (File_Time_Stamp): New procedure.
6264         (Preserve_Mode): New boolean.
6265         (Write_Unit): Pass time stamp.
6266         Implement -p switch (preserve time stamps).
6267
6268         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
6269
6270         * gnatchop.adb: Do usage info for -p switch
6271
6272         * adaint.h (__gnat_set_file_time_name): New function
6273
6274         * adaint.c (__gnat_set_file_time_name): Implement
6275
6276         * adaint.h: Fix typo
6277
6278 2001-12-03  Robert Dewar <dewar@gnat.com>
6279
6280         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
6281         have Associated_Node.
6282
6283 2001-12-03  Robert Dewar <dewar@gnat.com>
6284
6285         * prj-proc.adb: Minor reformatting
6286
6287         * make.adb: Minor reformatting
6288
6289 2001-12-03  Geert Bosch <bosch@gnat.com>
6290
6291         * make.adb: Minor reformatting.
6292
6293 2001-12-03 Robert Dewar  <dewar@gnat.com>
6294
6295         * sem_ch12.adb: Minor reformatting
6296
6297 2001-12-03  Ed Schonberg <schonber@gnat.com>
6298
6299         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
6300         push Standard on the stack before analyzing the instance body,
6301         in order to have a clean visibility environment.
6302
6303         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
6304
6305 2001-12-03  Ed Schonberg <schonber@gnat.com>
6306
6307         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
6308         instantiation of a body that contains an inlined body.
6309
6310 2001-12-03  Ed Schonberg <schonber@gnat.com>
6311
6312         * sem_ch12.adb:
6313         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
6314         to prevent freezing within formal packages.
6315         (Freeze_Subprogram_Body): If body comes from another instance that
6316         appeared before its own body, place freeze node at end of current
6317         declarative part, to prevent a back-end crash.
6318         (Inline_Instance_Body): Handle properly a package instance within
6319         a subprogram instance that is a child unit.
6320
6321 2001-12-01  Graham Stott  <grahams@redhat.com>
6322
6323         * Makefile.in (misc.o): Add missing $(srcdir) prefix
6324         and add optabs.h dependency.
6325
6326         * misc.c: Include optabs.h
6327         (gnat_tree_code_type): Make static and const.
6328         (gnat_tree_code_length): Likewise.
6329         (gnat_tree_code_name): Likewise.
6330         (update_setjmp_buf): Obtain operands mode from insn_data.
6331
6332 2001-11-29  Richard Henderson  <rth@redhat.com>
6333
6334         * init.c: Remove obsolete dwarf2 frame.h section.
6335
6336 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6337
6338         * Make-lang.in (ada.generated-manpages): New dummy target.
6339
6340 2001-11-29  Ed Schonberg <schonber@gnat.com>
6341
6342         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
6343         into Command, an array conversion is illegal here. Uncovered by
6344         ACATS B460005.
6345
6346 2001/11/28  Geert Bosch <bosch@gnat.com>
6347
6348         * init.c: Minor whitespace changes.
6349
6350 2001-11-28  Doug Rupp <rupp@gnat.com>
6351
6352         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
6353         signal stack.
6354
6355 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
6356
6357         * misc.c (gnat_expand_constant): Move declaration above
6358         definition of lang_hooks.
6359         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
6360         (gnat_init): lang_expand_constant no longer exists.
6361
6362         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
6363         always have vprintf.
6364         (gnat_init): Always call set_internal_error_function.
6365
6366 2001-11-27  Andreas Jaeger  <aj@suse.de>
6367
6368         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
6369
6370 2001-11-27  Laurent Guerby  <guerby@acm.org>
6371
6372         * Makefile.in: Regenerate Ada dependencies.
6373
6374 2001-11-26  Richard Henderson  <rth@redhat.com>
6375
6376         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
6377         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
6378         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
6379
6380 2001-11-25  Laurent Guerby  <guerby@acm.org>
6381
6382         * sysdep.c (rts_get_*): Fix style.
6383
6384 2001-11-19  Laurent Guerby  <guerby@acm.org>
6385
6386         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
6387         since it is of no apparent use and cause warnings.
6388
6389 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
6390
6391         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
6392         static too.
6393         (gnat_init): Don't return NULL.
6394         (finish_parse): Remove.
6395
6396 2001-11-17  Laurent Guerby  <guerby@acm.org>
6397
6398         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
6399         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
6400         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
6401         * lang-spec.h: Add missing struct field to silence warnings.
6402         * sysdep.c (rts_get_*): Provide K&R prototype.
6403         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
6404         * traceback.c (Unlock_Task, Lock_Task): Likewise.
6405         * tracebak.c (__gnat_backtrace): Remove unused variable.
6406         * utils.c (end_subprog_body): Move to K&R style.
6407
6408 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6409
6410         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
6411
6412 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6413
6414         * misc.c (gnat_init): Change prototype.  Include the
6415         functionality of the old init_parse and init_decl_processing.
6416         (gnat_init_decl_processing): New prototype.
6417         (init_parse): Remove.
6418         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
6419
6420 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6421
6422         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
6423         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
6424         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
6425         set_yydebug): Remove.
6426
6427 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6428
6429         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
6430         (struct lang_hooks): Constify.
6431         (language_string, lang_identify): Remove.
6432         * utils.c (init_decl_processing): Update.
6433
6434 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6435
6436         * misc.c: Include langhooks-def.h.
6437         * Makefile.in: Update.
6438
6439 2001-10-30  Robert Dewar <dewar@gnat.com>
6440
6441         * style.adb:
6442         (Check_Identifier): Rewrite circuit to be compatible with use of letters
6443         in the upper half of ASCII.
6444         (Check_Identifier): Minor reformatting
6445
6446 2001-10-30  Geert Bosch <bosch@gnat.com>
6447
6448         * (Associated_Node, Set_Associated_Node): Do not check for
6449         Freeze_Entity.
6450
6451 2001-10-30  Robert Dewar <dewar@gnat.com>
6452
6453         * a-reatim.ads: Minor reformatting
6454
6455 2001-10-30  Robert Dewar <dewar@gnat.com>
6456
6457         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
6458         undocumented declarations.
6459
6460 2001-10-30  Pascal Obry <obry@gnat.com>
6461
6462         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
6463         to the binder and linker.
6464         Minor style fix.
6465
6466         * mdll.ads: Fix layout.  Update copyright notice.
6467
6468         * mdll.adb: Fix layout.  Update copyright notice.
6469
6470 2001-10-30  Robert Dewar <dewar@gnat.com>
6471
6472         * usage.adb: Minor fix to output for -gnaty.
6473
6474 2001-10-30  Ed Schonberg <schonber@gnat.com>
6475
6476         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
6477         to accommodate all its possible values.
6478
6479         * a-reatim.adb (Split): Special-case handling of Time_Span_First
6480         and of small absolute values of T.
6481
6482 2001-10-30  Richard Kenner <kenner@gnat.com>
6483
6484         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
6485         set_mem_attributes since not needed and wrong if RESULT if a REG;
6486         fixes ACATS failures.
6487
6488 2001-10-30  Geert Bosch <bosch@gnat.com>
6489
6490         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
6491         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
6492
6493 2001-10-30  Robert Dewar <dewar@gnat.com>
6494
6495         * bindusg.adb: Undocument -f switch.
6496
6497         * gnatcmd.adb: Remove /FULL_ELABORATION.
6498
6499         * opt.ads (Force_RM_Elaboration_Order): Document that this is
6500         obsolescent.
6501
6502         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
6503
6504         * gnatbind.adb: Minor update of warning msg.
6505
6506 2001-10-30  Vincent Celier <celier@gnat.com>
6507
6508         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
6509         for project file switches (-P (/PROJECT_FILE=),
6510          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
6511         or MEDIUM or HIGH)
6512
6513 2001-10-30  Geert Bosch <bosch@gnat.com>
6514
6515         * decl.c: Minor whitespace fixes.
6516
6517 2001-10-30  Richard Kenner <kenner@gnat.com>
6518
6519         * utils2.c (build_allocator): Test for SIZE overflow in array case too
6520
6521 2001-10-30  Geert Bosch <bosch@gnat.com>
6522
6523         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
6524         Found due to GCC 3.0 warning of using uninitialized value.
6525
6526         * layout.adb:
6527         (Get_Max_Size): Use variant record for tracking value/expression.
6528          Makes logic clearer and prevents warnings for uninitialized variables.
6529         (Layout_Array_Type): Use variant record for tracking value/expression.
6530          Makes logic clearer and prevents warnings for uninitialized variables.
6531
6532 2001-10-30  Robert Dewar <dewar@gnat.com>
6533
6534         * lib.adb: Minor reformatting
6535
6536         * s-taprop.ads: Minor reformatting
6537
6538 2001-10-29  Laurent Guerby  <guerby@acm.org>
6539
6540         * init.c:
6541         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
6542         const.
6543         (_gnat_error_handler): Make MSG const.
6544
6545 2001-10-29  Richard Kenner <kenner@gnat.com>
6546
6547         * sysdep.c: Fix localtime_r problem on LynxOS.
6548         Also remove #elif to avoid warnings.
6549
6550         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
6551         used by this.
6552
6553         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
6554
6555 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
6556
6557         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
6558         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
6559         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
6560         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
6561         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
6562         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
6563         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
6564         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
6565         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
6566         types.ads, urealp.adb: Fix spelling errors.
6567
6568 2001-10-27  Laurent Guerby <guerby@acm.org>
6569
6570         * trans.c (gigi): Fix non determinism leading to bootstrap
6571         comparison failures for debugging information.
6572
6573 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
6574
6575         * gnat_rm.texi: Use @./@: where appropriate.
6576
6577 2001-10-26  Robert Dewar <dewar@gnat.com>
6578
6579         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
6580
6581 2001-10-26  Richard Kenner <kenner@gnat.com>
6582
6583         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
6584
6585 2001-10-26  Richard Kenner <kenner@gnat.com>
6586
6587         * decl.c (validate_size): Modify message for bad size to avoid
6588         implication that compiler is modifying the size.
6589
6590 2001-10-26  Robert Dewar <dewar@gnat.com>
6591
6592         * prj-util.adb: Minor reformatting. Fix bad header format.
6593
6594 2001-10-26  Robert Dewar <dewar@gnat.com>
6595
6596         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
6597
6598         * sinfo.ads: Clarify use of Associated_Node (documentation only).
6599
6600         * sem_ch12.adb: Change Node4 to Associated_Node. Change
6601         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
6602         much more narrowly in places where needed. These are cleanups.
6603
6604 2001-10-26  Joel Brobecker <brobecke@gnat.com>
6605
6606         * 5zosinte.ads (null_pthread): new constant.
6607
6608         * 5ztaprop.adb:
6609         (Initialize_TCB): Initialize thread ID to null, to be able to verify
6610          later that this field has been set.
6611         (Finalize_TCB): ditto.
6612         (Suspend_Task): Verify that the thread ID is not null before using it.
6613         (Resume_Task): ditto.
6614
6615         * s-tasdeb.adb:
6616         (Resume_All_Tasks): Lock the tasks list before using it.
6617         (Suspend_All_Tasks): ditto.
6618
6619 2001-10-26  Richard Kenner <kenner@gnat.com>
6620
6621         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
6622         Make constant variant of designated type for Is_Access_Constant.
6623         Call update_pointer_to with main variant.
6624
6625         * trans.c (process_freeze_entity, process_type):
6626         Call update_pointer_to on main variant.
6627
6628         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
6629         If main variant, update all other variants.
6630
6631         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
6632         TREE_STATIC.
6633
6634 2001-10-26  Robert Dewar <dewar@gnat.com>
6635
6636         * prj-util.adb: Minor reformatting
6637
6638 2001-10-26  Robert Dewar <dewar@gnat.com>
6639
6640         * prj-util.adb: Minor reformatting
6641
6642 2001-10-26  Robert Dewar <dewar@gnat.com>
6643
6644         * prj-attr.adb: Minor reformatting throughout
6645
6646 2001-10-26  Robert Dewar <dewar@gnat.com>
6647
6648         * prj-attr.ads: Minor reformatting
6649         Add ??? comment (this whole spec has almost no comments)
6650
6651 2001-10-26  Vincent Celier <celier@gnat.com>
6652
6653         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
6654         ("//") that precede the drive letter on Interix.
6655
6656 2001-10-26  Geert Bosch <bosch@gnat.com>
6657
6658         * gnat_rm.texi: Add GNAT Reference Manual.
6659
6660 2001-10-25  Robert Dewar <dewar@gnat.com>
6661
6662         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
6663         is Error. Similar change for other renaming cases.
6664
6665 2001-10-25  Robert Dewar <dewar@gnat.com>
6666
6667         * s-atacco.ads: Add pragma Inline_Always for functions.
6668         Fix header format. Add copyright 2001
6669
6670 2001-10-25  Ed Schonberg <schonber@gnat.com>
6671
6672         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
6673         return Error rather than Empty so that analysis can proceed.
6674
6675 2001-10-25  Ed Schonberg <schonber@gnat.com>
6676
6677         * sem_util.adb (Enter_Name): better handling of cascaded error
6678         messages when a unit appears in its own context.
6679
6680 2001-10-25  Ed Schonberg <schonber@gnat.com>
6681
6682         * sem_util.adb (Defining_Entity): in case of error, attach created
6683         entity to specification, so that semantic analysis can proceed.
6684
6685 2001-10-25  Robert Dewar <dewar@gnat.com>
6686
6687         * sem_util.adb
6688         (Defining_Entity): Deal with Error.
6689         (Process_End_Label): Deal with bad end label for.
6690
6691 2001-10-25  Ed Schonberg <schonber@gnat.com>
6692
6693         * sem_elab.adb (Check_A_Call): refine message when call is in an
6694         instance but callee is not declared in the generic unit.
6695
6696 2001-10-25  Ed Schonberg <schonber@gnat.com>
6697
6698         * sem_elab.adb (Check_A_Call): check for renaming before finding the
6699         enclosing unit, which may already be different from the calling unit.
6700
6701 2001-10-25  Geert Bosch <bosch@gnat.com>
6702
6703         * 4gintnam.ads: fix header format.
6704
6705 2001-10-25  Ed Schonberg <schonber@gnat.com>
6706
6707         * sem_res.adb (Resolve_Call): if the call is actually an indexing
6708         operation on the result of a parameterless call, perform elaboration
6709         check after the node has been properly rewritten.
6710
6711         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
6712         inlined within the generic tree, the defining identifier is not a
6713         compilation_unit.
6714
6715 2001-10-25  Ed Schonberg <schonber@gnat.com>
6716
6717         * sem_res.adb (Resolve): special-case resolution of Null in an
6718          instance or an inlined body to avoid view conflicts.
6719
6720         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
6721          compatibility by retrieving the access type of the generic copy.
6722
6723 2001-10-25  Robert Dewar <dewar@gnat.com>
6724
6725         * sem_ch3.adb:
6726         (Analyze_Number_Declaration): Handle error expression.
6727         (Signed_Integer_Type_Declaration): Handle error bound.
6728         (Analyze_Subtype_Indication): Handle error range.
6729
6730         * sem_util.adb (Get_Index_Bounds): Check for Error.
6731
6732 2001-10-25  Robert Dewar <dewar@gnat.com>
6733
6734         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
6735         in no run time mode.
6736
6737 2001-10-25  Pascal Obry <obry@gnat.com>
6738
6739         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
6740         mode case for ALLOC case.
6741
6742         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
6743         all platforms. Improvement of last change.
6744
6745 2001-10-25  Robert Dewar <dewar@gnat.com>
6746
6747         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
6748
6749 2001-10-25  Geert Bosch  <bosch@gnat.com>
6750
6751         * osint.adb (Is_Relative): Remove duplicate.
6752
6753 2001-10-25  Pascal Obry <obry@gnat.com>
6754
6755         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
6756         pathnames in UNIX and DOS style with drive letter.
6757         (Is_Relative): new routine.
6758
6759         * osint.adb: Minor reformatting
6760
6761         * osint.adb (Is_Relative): implementation using
6762         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
6763
6764 2001-10-25  Pascal Obry <obry@gnat.com>
6765
6766         * g-dirope.adb (Basename): correctly compute offset between the
6767         original Path and the translated one.
6768
6769         * g-dirope.adb: (Base_Name): add some comments.
6770
6771 2001-10-25  Robert Dewar <dewar@gnat.com>
6772
6773         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
6774         in HIE mode, avoids compilation abandoned message
6775
6776         * exp_imgv.adb: Correct typo in previous change
6777
6778         * exp_imgv.adb: Correct typo in previous change (not my day!)
6779
6780 2001-10-25  Robert Dewar <dewar@gnat.com>
6781
6782         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
6783
6784 2001-10-25  Pascal Obry <obry@gnat.com>
6785
6786         * g-awk.ads: Move all pragma inlines next to the routine
6787          declarations. This is more uniform with other GNAT spec.
6788
6789 2001-10-22  Geert Bosch  <bosch@gnat.com>
6790
6791         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
6792
6793 2001-10-19  Geert Bosch  <bosch@gnat.com>
6794
6795         * Makefile.in (tools, gnattools): Remove gnatmem.
6796
6797 2001-10-17  Richard Henderson  <rth@redhat.com>
6798
6799         * Makefile.in (misc.o): Depend on langhooks.h.
6800         * misc.c: Include it.
6801         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
6802         (LANG_HOOKS_DECODE_OPTION): New.
6803         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
6804
6805 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
6806
6807         * trans.c (tree_transform): Adjust to recent change in
6808         expand_asm_operands to implement named asm operands.
6809
6810 2001-10-11  Ed Schonberg  <schonber@gnat.com>
6811
6812         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
6813         renaming of discriminant for mutable record type.
6814
6815 2001-10-11  Robert Dewar  <dewar@gnat.com>
6816
6817         * validsw.adb: Properly save -gnatVn status.
6818
6819 2001-10-11  Robert Dewar <dewar@gnat.com>
6820
6821         * usage.adb: Add lines for V switch.
6822
6823         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
6824         (/VALIDITY_CHECKING).
6825
6826 2001-10-11  Ed Schonberg <schonber@gnat.com>
6827
6828         * sem_type.adb (Add_One_Interp): an operator for a type declared in
6829         an extension of System is known to be visible.
6830
6831 2001-10-11  Ed Schonberg <schonber@gnat.com>
6832
6833         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
6834         properly. Fixes regression on ACATS C34005G.
6835
6836 2001-10-11  Robert Dewar <dewar@gnat.com>
6837
6838         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
6839         loop in generic instance, since this is likely not very useful.
6840
6841 2001-10-11  Robert Dewar <dewar@gnat.com>
6842
6843         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
6844         the error message for high integrity mode.
6845
6846         * rtsfind.adb (RTE): Give message if we try to find an entity that
6847         is not available in high integrity mode.
6848
6849         * rtsfind.ads:
6850         (OK_To_Use_In_HIE_Mode): New array.
6851         (RTE): May return Empty in high integrity mode.
6852
6853         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
6854         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
6855
6856         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
6857         unit if not inlined always and in no runtime mode. Fixes problem
6858         caused by new Rtsfind changes.
6859
6860         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
6861         body is deleted.
6862
6863         * rtsfind.adb (RTE): Make sure we do not try to load unit after
6864         giving message for entity not available in high integrity mode.
6865
6866 2001-10-11  Pascal Obry <obry@gnat.com>
6867
6868         * impunit.adb: Add GNAT.CRC32.
6869
6870 2001-10-11  Ed Schonberg <schonber@gnat.com>
6871
6872         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
6873         properly the case where one universal operand in a non-static
6874         exponentiation of a real literal.
6875
6876 2001-10-11  Ed Schonberg <schonber@gnat.com>
6877
6878         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
6879         clause, return the gobal finalization list, for lack of anthing else.
6880
6881 2001-10-11  Ed Schonberg <schonber@gnat.com>
6882
6883         * exp_ch7.adb (Make_Transient_Block): if statement is within
6884         exception handler, always use new transient scope to place Clean
6885         procedure.
6886
6887 2001-10-11  Pascal Obry <obry@gnat.com>
6888
6889         * Makefile.in:
6890         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
6891         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
6892         (GNATLS_RTL_OBJS): add g-crc32.o
6893         (GNATMAKE_RTL_OBJS): add g-crc32.o
6894
6895         * ali-util.adb:
6896         (CRC_Match): new function.
6897         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
6898         instead of the previous simple checksum algorithm.
6899         (Time_Stamp_Mismatch): use CRC_Match for comparison.
6900         (Set_Source_Table): idem.
6901
6902         * ali-util.ads:
6903         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
6904         instead of simple checksum.
6905         (CRC_Match): new function.
6906         (CRC_Error): new constant.
6907
6908         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
6909         a CRC now and not a simple checksum. A CRC uses lower-case hex
6910         letters, fixes ambiguity in parsing.
6911
6912         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
6913         is what this variable will store.
6914
6915         * bcheck.adb: Change reference to chechsum in comments by CRC.
6916         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
6917         rename All_Checksum_Match to All_CRC_Match. Change due to API
6918         renaming since now GNAT does not use a simple checksum but a
6919         CRC using GNAT.CRC32.
6920
6921         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
6922         now and not anymore a simple checksum.
6923
6924         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
6925         places.
6926
6927         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
6928
6929         * scans.adb:
6930         (Restore_Scan_State): rename Checksum to CRC.
6931         (Save_Scan_State): idem.
6932
6933         * scans.ads:
6934         With GNAT.CRC32.
6935         (Checksum): rename to CRC.
6936         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
6937
6938         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
6939         GNAT.CRC32).  Update copyright notice.
6940
6941         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
6942         GNAT.CRC32).  Update copyright notice.
6943
6944         * scn.adb:
6945         (Accumulate_Checksum): removed.
6946         (Update): new procedure. Add a wide-character into the CRC.
6947
6948         * sinput-l.adb:
6949         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
6950         (Load_File): fix initialization of S (change Source_Checksum to
6951         Source_CRC)
6952
6953         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
6954         Source_CRC in S initialization.
6955
6956         * sinput.adb (Source_Checksum): renamed to Source_CRC.
6957
6958         * sinput.ads (Source_Checksum): renamed to Source_CRC.
6959         Update comments for the CRC.
6960
6961         * types.adb (Hex): Use lowercase for the letter part.
6962
6963         * types.ads (Get_Hex_String): Returns the hexadecimal representation
6964         for a word. This is currently used only for CRC. In previous version,
6965         the checksum was using a representation with all letter being
6966         upper-case. With the new implementation (using CRC) we do not remove
6967         the 32th bit of the CRC, so we can have an upper-case starting letter
6968         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
6969         It is ambigous since the CRC was optional and could be followed by
6970         options like EB, EE. So now this routines uses lower-case letter for
6971         the hexadecimal representation. Strange enough only lower case letters
6972         where checked in Scan_ALI (even if this was not a possible case).
6973
6974         * gnatvsn.ads (Library_Version): changed to 3.15a.
6975
6976         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
6977         for the compiler.
6978
6979         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
6980         for the compiler.
6981
6982         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
6983         Add 2001 to copyright notice
6984         (Accumulate_Checksum): Modify to use System.CRC32.
6985
6986         * ali-util.ads: Redo changes of previous revision to continue to use
6987         the word Checksum. Add 2001 to copyright notice.
6988
6989         * ali.adb: Undo some of previous changes, not needed.
6990         Keep the change for lower case letters in the checksum.
6991
6992         * ali.ads: Undo previous change not needed.
6993
6994         * bcheck.adb: Undo most of previous change, not needed.
6995         But do use Checksums_Match for checksum comparison.
6996
6997         * gnatls.adb: Undo most of previous change, not needed.
6998         But do use Checksums_Match for comparing checksums.
6999
7000         * lib-load.adb: Undo previous change, not needed.
7001
7002         * lib-writ.adb: Undo previous change, not needed.
7003
7004         * lib-writ.ads: Document that checksums use lower case,
7005         not upper case letters.
7006
7007         * scans.adb: Undo previous change, not needed
7008
7009         * scans.ads: Undo previous change, not needed.
7010
7011         * scn-nlit.adb: Undo previous changes, not needed.
7012
7013         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
7014
7015         * scn.adb:
7016         (Accumulate_Checksum): Use System.CRC32.
7017         (Initialize_Checksum): New procedure.
7018         Remove other changes of previous revision.
7019
7020         * sinput-p.adb: Undo previous change, not needed.
7021
7022         * sinput.adb: Undo previous change, not needed.
7023
7024         * sinput-l.adb: Undo previous change, not needed.
7025
7026         * sinput.ads: Undo previous change, not needed.  Keep only comment
7027         on new checksum algorithm
7028
7029         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
7030         Also remove a-tags and a-stream from GNAT sources.
7031
7032         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
7033
7034         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
7035
7036 2001-10-11  Geert Bosch  <bosch@gnat.com>
7037
7038         * einfo.h: Regenerate.
7039
7040         * nmake.ads: Regenerate.
7041
7042         * nmake.adb: Regenerate.
7043
7044         * sinfo.h: Regenerate.
7045
7046         * treeprs.adb: Regenerate.
7047
7048 2001-10-10  Geert Bosch  <bosch@gnat.com>
7049
7050         * gnat-style.texi: New file describing coding guidelines for Ada.
7051
7052 2001-10-10  Ed Schonberg <schonber@gnat.com>
7053
7054         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
7055         is Flag174.
7056
7057 2001-10-10  Geert Bosch  <bosch@gnat.com>
7058
7059         * snames.ads: Add new names for project facility.
7060
7061         * snames.adb: Update to reflect snames.ads changes.
7062
7063         * snames.h: Update to reflect snames.ads changes.
7064
7065 2001-10-10  Vincent Celier <celier@gnat.com>
7066
7067         * make.adb:
7068         (Add_Switches): reflect the changes for the switches attributes
7069         Default_Switches indexed by the programming language,
7070         Switches indexed by the file name.
7071         (Collect_Arguments_And_Compile): Idem.
7072         Reflect the attribute name changes.
7073
7074         * prj-attr.adb:
7075         (Initialisation_Data): Change the names of some packages and
7076         attributes.
7077         (Initialize): process case insensitive associative arrays.
7078
7079         * prj-attr.ads:
7080         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
7081
7082         * prj-dect.adb:
7083         (Parse_Attribute_Declaration): For case insensitive associative
7084          arrays, set the index string to lower case.
7085
7086         * prj-env.adb:
7087         Reflect the changes of the project attributes.
7088
7089         * prj-nmsc.adb:
7090         Replace Check_Naming_Scheme by Ada_Check and
7091         Language_Independent_Check.
7092
7093         * prj-nmsc.ads:
7094         Replaced Check_Naming_Scheme by 2 procedures:
7095         Ada_Check and Language_Independent_Check.
7096
7097         * prj-proc.adb:
7098         (Process_Declarative_Items): For case-insensitive associative
7099         arrays, set the index string to lower case.
7100         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
7101         Prj.Nmsc.Check_Naming_Scheme.
7102
7103         * prj-tree.adb:
7104         (Case_Insensitive): New function
7105         (Set_Case_Insensitive): New procedure
7106
7107         * prj-tree.ads:
7108         (Case_Insensitive): New function
7109         (Set_Case_Insensitive): New procedure
7110         (Project_Node_Record): New flag Case_Insensitive.
7111
7112         * prj-util.adb:
7113         (Value_Of): new function to get the string value of a single
7114         string variable or attribute.
7115
7116         * prj-util.ads:
7117         (Value_Of): new function to get the string value of a single
7118         string variable or attribute.
7119
7120         * prj.adb:
7121         (Ada_Default_Spec_Suffix): New function
7122         (Ada_Default_Impl_Suffix): New function
7123         Change definitions of several constants to reflect
7124         new components of record types.
7125
7126         * prj.ads:
7127         (Naming_Data): Change several components to reflect new
7128         elements of naming schemes.
7129         (Project_Data): New flags Sources_Present and
7130         Language_Independent_Checked.
7131         (Ada_Default_Spec_Suffix): New function.
7132         (Ada_Default_Impl_Suffix): New function.
7133
7134         * snames.ads:
7135         Modification of predefined names for project manager: added
7136         Implementation, Specification_Exceptions, Implementation_Exceptions,
7137         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
7138         Default_Switches, _Languages, Builder, Cross_Reference,
7139         Finder. Removed Body_Part, Specification_Append, Body_Append,
7140         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
7141         Gnatlink.
7142
7143         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
7144         Add comments.
7145
7146         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
7147         not that it is Nil_Variable_Value.
7148
7149         * prj.ads: Add ??? for uncommented declarations
7150
7151 2001-10-10  Ed Schonberg <schonber@gnat.com>
7152
7153         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
7154         constant, do not indicate possible modification, so that gigi can
7155         treat it as a bona fide constant.
7156
7157 2001-10-10  Robert Dewar <dewar@gnat.com>
7158
7159         * sem_prag.adb: Add processing for pragma External.
7160
7161         * snames.ads: Add entry for pragma External.
7162
7163         * par-prag.adb: Add pragma External.
7164
7165         * snames.adb: Updated to match snames.ads.
7166
7167 2001-10-10  Ed Schonberg <schonber@gnat.com>
7168
7169         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
7170         a dynamic task if the allocator appears in an indexed assignment
7171         or selected component assignment.
7172
7173         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
7174         For a dynamic task in an assignment statement, use target of
7175         assignment to generate meaningful name.
7176
7177 2001-10-10  Ed Schonberg <schonber@gnat.com>
7178
7179         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
7180         a generic package.
7181
7182         * einfo.ads: Body_Entity is also defined for generic package.
7183         Documentation change only
7184
7185         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
7186         others_choice for a discriminated component initialization,
7187         convert discriminant references into the corresponding discriminals.
7188
7189         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
7190         only if original type is private and expression has to be wrapped
7191         in a conversion.
7192
7193         * checks.adb:
7194         (Apply_Constraint_Check): Do not perform length check
7195         if expression is an aggregate with only an others_choice.
7196         (Length_N_Cond): two references to the same in_parameter
7197         (typically the discriminal in an init_proc) denote the same value.
7198         Two useful optimization uncovered by bugfixes above.
7199
7200 2001-10-10  Robert Dewar <dewar@gnat.com>
7201
7202         * xeinfo.adb: Change int to char in translation of enumeration types.
7203         This fixes a problem in the C representation of component alignment.
7204         Add 2001 to copyright notice
7205
7206 2001-10-10  Richard Kenner <kenner@gnat.com>
7207
7208         * decl.c: (validate_size): Do check size of object of integral type
7209         if it is a packed array type.
7210
7211 2001-10-10  Richard Kenner <kenner@gnat.com>
7212
7213         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
7214         VAR_DECL for constant if not Is_Public but -O0.
7215
7216 2001-10-10  Richard Kenner  <kenner@gnat.com>
7217
7218         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
7219
7220 2001-10-10  Geert Bosch  <bosch@gnat.com>
7221
7222         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
7223         use '/' as switch character, allowing for absolute file names.
7224
7225 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7226
7227         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
7228         FSF address.
7229
7230 2001-10-08  Geert Bosch  <bosch@gnat.com>
7231
7232         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
7233         Automatically build utilities when files need to be regenerated.
7234
7235 2001-10-08  Geert Bosch  <bosch@gnat.com>
7236
7237         * xsnames.adb: New utility for updating snames.ads and snames.adb
7238
7239 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
7240
7241         * Make-lang.in (ADAFLAGS): Add -W -Wall.
7242         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
7243         (gnat1): Also depend on attribs.o.
7244         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
7245         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
7246         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
7247         (ADAFLAGS): Add -W -Wall.
7248         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
7249         take out CFLAGS.
7250
7251         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
7252         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
7253         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
7254         Use $(ADAC), not $(CC), as compilation command.
7255
7256         (gnattools): Depend directly on tools to build, don't use
7257         recursive make.
7258         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
7259
7260         * einfo.h, sinfo.h: New files (autogenerated).
7261
7262 2001-10-08  Richard Henderson  <rth@redhat.com>
7263
7264         * comperr.adb (Abort_In_Progress): New.
7265         (Compiler_Abort): Use it to prevent recursion.
7266
7267 2001-10-08  Robert Dewar <dewar@gnat.com>
7268
7269         * atree.adb: Set Error_Posted in Error node, helps error recovery.
7270
7271         * par-endh.adb (Output_End_Expected): We should also not test
7272         Error_Posted on the Error node, since now it is always set.
7273
7274         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
7275         to help error recovery. Part of general work on 9407-004.
7276
7277         * par.adb: Add ??? for misuse of error
7278
7279         * sem_res.adb:
7280         (Resolve): Defend against Error, fixes 9407-003.
7281         (Resolve_Discrete_Subtype_Indication): Defend against Error.
7282
7283         * sinfo.ads (N_Error): Now has Etype field (which will be set
7284         to Any_Type to help error recovery).
7285
7286 2001-10-08  Richard Kenner (kenner@gnat.com)
7287
7288         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
7289         Consistently set MEM attributes from expression; fixes
7290         bootstrap failure on x86.
7291
7292 2001-10-08  Geert Bosch  (bosch@gnat.com)
7293
7294         * 5oosinte.adb: Add 2001 to copyright notice.
7295
7296 2001-10-08  Geert Bosch  (bosch@gnat.com)
7297
7298         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
7299
7300         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
7301
7302 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7303
7304         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
7305
7306 2001-10-05  Geert Bosch  (bosch@gnat.com)
7307
7308         * adaint.h: Small formatting fix.
7309
7310 2001-10-04  Geert Bosch  <bosch@gnat.com>
7311
7312         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
7313         Arg is int, not FILE *, in dummy version of functions.
7314
7315         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
7316         Arg is int, not FILE *.
7317
7318 2001-10-04  Geert Bosch  <bosch@gnat.com>
7319
7320         * 3lsoccon.ads: Added file, missed with initial check ins.
7321
7322         * 4lintnam.ads: Fix header format.
7323         Change Linux to GNU/Linux.
7324
7325         * 5iosinte.adb: Change Linux to GNU/Linux.
7326
7327         * 5iosinte.ads: Change Linux to GNU/Linux.
7328
7329         * 5itaprop.adb: Change Linux to GNU/Linux.
7330
7331         * 5itaspri.ads: Change Linux to GNU/Linux.
7332         Update copyright notice.
7333
7334         * 5lintman.adb: Change Linux to GNU/Linux.
7335
7336         * 5lml-tgt.adb: Change Linux to GNU/Linux.
7337
7338         * 5losinte.ads: Change Linux to GNU/Linux.
7339
7340         * 5lsystem.ads: Change Linux to GNU/Linux.
7341
7342         * 5qosinte.adb: Change Linux to GNU/Linux.
7343
7344         * 5qosinte.ads: Change Linux to GNU/Linux.
7345
7346         * 5qparame.ads: Change Linux to GNU/Linux.
7347
7348         * 5qtaprop.adb: Change Linux to GNU/Linux.
7349
7350         * 5qtaspri.ads: Change Linux to GNU/Linux.
7351         Add 2001 to copyright notice.
7352
7353         * 5vintman.ads: Change Linux to GNU/Linux.
7354         Fix header format.  Add 2001 to copyright notice.
7355
7356         * g-soccon.ads: Change Linux to GNU/Linux.
7357
7358         * g-trasym.ads: Change Linux to GNU/Linux.
7359         Add 2001 to copyright notice.
7360
7361         * memtrack.adb: Change Linux to GNU/Linux.
7362
7363         * s-intman.ads: Change Linux to GNU/Linux.
7364         Add 2001 to copyright notice.  Fix header format.
7365
7366         * s-stache.adb: Change Linux to GNU/Linux.
7367
7368         * adaint.c: Change Linux to GNU/Linux.
7369
7370         * cio.c: Change Linux to GNU/Linux.
7371
7372         * cstreams.c: Change Linux to GNU/Linux.
7373
7374         * init.c: Change Linux to GNU/Linux.
7375
7376         * gmem.c: Change Linux to GNU/Linux.
7377
7378         * tracebak.c: Change Linux to GNU/Linux.
7379
7380
7381 2001-10-02  Geert Bosch  <bosch@gnat.com>
7382
7383         * misc.c (insert_default_attributes): Add dummy version.