OSDN Git Service

1d33b4adf1e37b9defbfd6861f5a72e8c6e196ce
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
1 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
2
3         * Make-lang.in (dvi): Move targets to $(docobjdir).
4         (gnat_ug_vms.dvi): Simplify rule and adjust target.
5         (gnat_ug_wnt.dvi): Likewise.
6         (gnat_ug_unx.dvi): Likewise.
7         (gnat_ug_vxw.dvi): Likewise.
8         (gnat_rm.dvi): Likewise.
9         (gnat-style.dvi): Likewise.
10
11 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
12
13         * gigi.h: Missed commit from update for C90.
14
15 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
16
17         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
18
19 2003-10-31  Andreas Schwab  <schwab@suse.de>
20
21         * raise.c (get_action_description_for): Fix typo in last change.
22
23 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
24
25         PR ada/12761
26         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
27         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
28
29 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
30
31         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
32         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
33         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
34         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
35         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
36
37 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
38
39         * 3vtrasym.adb: 
40         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
41         numbers when symbol name is too long.
42
43 2003-10-30  Ed Falis  <falis@gnat.com>
44
45         * g-signal.ads, g-signal.adb: New files
46
47         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
48
49         * Makefile.rtl: Introduce GNAT.Signals
50
51 2003-10-30  Robert Dewar  <dewar@gnat.com>
52
53         * freeze.adb: Minor reformatting
54
55         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
56
57         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb, 
58         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb: 
59         New handling of Id_Check parameter to improve recognition of keywords
60         used as identifiers.
61         Update copyright notice to include 2003
62
63 2003-10-29  Robert Dewar  <dewar@gnat.com>
64
65         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
66         sem_ch10.adb: Minor reformatting
67
68         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
69         (Expand_Assign_Record): Test right hand side for bit unaligned as well
70
71 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
72
73         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c: 
74         Support for TBK$SYMBOLIZE-based symbolic traceback.
75
76 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
77
78         * exp_disp.adb: 
79         Revert previous change, that did not work well when pragma No_Run_Time
80         was used in conjunction with a run-time other than ZFP.
81
82 2003-10-29  Vincent Celier  <celier@gnat.com>
83
84         * make.adb: 
85         (Gnatmake): When there are no Ada mains in attribute Main, disable the
86          bind and link steps only is switch -z is not used.
87
88 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
89
90         * Makefile.generic: Remove duplicated setting of CC.
91
92         * Makefile.prolog: Set CC to gcc by default, to override make's
93         default (cc).
94
95         * einfo.h: Regenerated.
96
97 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
98
99         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
100         current body, after compiling subunit.
101
102         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
103         when in deleted code, because gigi needs properly ordered freeze
104         actions to annotate types.
105
106         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
107         prevent the premature freezing of record type that contains
108         subcomponents with a private type that does not yet have a completion.
109
110 2003-10-29  Javier Miranda  <miranda@gnat.com>
111
112         * sem_ch12.adb: 
113         (Analyze_Package_Instantiation): Check that instances can not be used in
114         limited with_clauses.
115
116         * sem_ch8.adb: 
117         (Analyze_Package_Renaming): Check that limited withed packages cannot
118         be renamed. Improve text on error messages related to limited
119         with_clauses.
120
121         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
122
123         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
124         Update copyright notice.
125
126         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
127         (Install_Limited_Context_Clauses): New subprogram that isolates all the
128         checks required for limited context_clauses and installs the limited
129         view.
130         (Install_Limited_Withed_Unit): Complete its documentation.
131         (Analyze_Context): Check that limited with_clauses are only allowed in
132         package specs.
133         (Install_Context): Call Install_Limited_Context_Clauses after the
134         parents have been installed.
135         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
136         package as 'From_With_Type'; this mark indicates that the limited view
137         is installed. Used to check bad usages of limited with_clauses.
138         (Build_Limited_Views): Do not add shadow entities to the scope's list
139         of entities. Do not add real entities to the Non_Limited_Views chain.
140         Improve error notification.
141         (Remove_Context_Clauses): Remove context clauses in two phases:
142         limited views first and regular views later (to maintain the
143         stack model).
144         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
145         its visible entities.
146
147 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
148
149         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
150         with any type that Is_Fixed_Point_Type.
151
152         * sinfo.ads: Fix documentation for Associated_Node attribute.
153
154 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
155
156         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
157         both '-gnatc' and '-gnatt' are specified.
158
159         * atree.adb (Initialize): Add initialization for Node_Count (set to
160         zero).
161
162 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
163
164         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
165         do not consider as Pure.
166
167         Part of implementation of function-at-a-time:
168
169         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
170         (tree_transform): Add new argument to build_component_ref.
171         (tree_transform, case N_Assignment_Statement): Make and return an
172         EXPR_STMT.
173         (tree_transform): If result IS_STMT, set flags and return it.
174         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
175
176         * utils2.c (build_simple_component_ref, build_component_ref): Add new
177         arg, NO_FOLD_P.
178         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
179         (build_allocator): Likewise.
180
181         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
182         Add new arg to build_component_ref.
183         (maybe_unconstrained_array, unchecked_convert): Likewise.
184
185         * ada-tree.def (EXPR_STMT): New code.
186
187         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
188
189         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
190         build_component_ref calls.
191
192         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
193
194         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
195         (build_component_ref): Add new argument, NO_FOLD_P.
196
197 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
198
199         * Makefile.generic: Add missing substitution on object_deps handling.
200
201         PR ada/5909:
202         * Make-lang.in (check-ada): Enable ACATS test suite.
203
204 2003-10-27  Robert Dewar  <dewar@gnat.com>
205
206         * exp_ch3.adb: 
207         (Freeze_Array_Type): We do not need an initialization routine for types
208         derived from String or Wide_String. They should be treated the same
209         as String and Wide_String themselves. This caused problems with the
210         use of Initialize_Scalars.
211
212         * exp_ch5.adb: 
213         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
214         composites. This allows use of component clauses that are not byte
215         aligned.
216
217         * sem_prag.adb: 
218         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
219         is an attempt to pack an array of atomic objects.
220
221         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
222
223 2003-10-27  Pascal Obry  <obry@gnat.com>
224
225         * g-dirope.adb: 
226         (Basename): Check for drive letters in a pathname only on DOS based OS.
227
228 2003-10-27  Vincent Celier  <celier@gnat.com>
229
230         * make.adb: 
231         (Gnatmake): When unable to change dir to the object dir, display the
232         content of the parent dir of the obj dir, to try to understand why this
233         happens.
234
235 2003-10-27  GNAT Script  <nobody@gnat.com>
236
237         * Make-lang.in: Makefile automatically updated
238
239 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
240
241         * sem_ch12.adb: 
242         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
243         should not be done in Save/Restore_Scope_Stack, because it is performed
244         locally.
245
246         * sem_ch8.adb: 
247         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
248         whether use clauses should be removed/restored.
249
250         * sem_ch8.ads: 
251         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
252         whether use clauses should be removed/restored.
253
254 2003-10-26  Andreas Jaeger  <aj@suse.de>
255
256         * Makefile.in: Remove duplicated lines.
257
258 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
259
260         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
261         minimize the differences with ACT tree.
262
263         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
264         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
265         Gnatvsn.Gnat_Static_Version_String to reduce differences between
266         ACT and FSF trees.
267
268 2003-10-24  Pascal Obry  <obry@gnat.com>
269
270         * adadecode.c (ostrcpy): New function.
271         (__gnat_decode): Use ostrcpy of strcpy.
272         (has_prefix): Set first parameter a const.
273         (has_suffix): Set first parameter a const.
274         Update copyright notice. Fix source name in header.
275         Removes a trailing space.
276         PR ada/12014.
277
278 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
279
280         * exp_disp.adb:
281         Remove the test against being in No_Run_Time_Mode before generating a
282         call to Register_Tag. It is redundant with the test against the
283         availability of the function Register_Tag.
284
285 2003-10-24  Vincent Celier  <celier@gnat.com>
286
287         * g-catiio.adb: (Month_Name): Correct spelling of February
288
289         * make.adb: (Mains): New package
290         (Initialize): Call Mains.Delete
291         (Gnatmake): Check that each main on the command line is a source of a
292         project file and, if there are several mains, each of them is a source
293         of the same project file.
294         (Gnatmake): When a foreign language is specified in attribute Languages,
295         no main is specified on the command line and attribute Mains is not
296         empty, only build the Ada main. If there is no Ada main, just compile
297         the Ada sources and their closure.
298         (Gnatmake): If a main is specified on the command line with directory
299         information, check that the source exists and, if it does, that the path
300         is the actual path of a source of a project.
301
302         * prj-env.adb:
303         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
304         Full_Path is True, return the full path instead of the simple file name.
305         (Project_Of): New function
306
307         * prj-env.ads:
308         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
309         defaulted to False.
310         (Project_Of): New function
311
312 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
313
314         * Makefile.generic:
315         Ensure objects of main project are always checked and rebuilt if needed.
316         Set CC to gcc by default.
317         Prepare new handling of link by creating a global archive (not activated
318         yet).
319
320         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
321         stringt.h: Update copyright notice. Remove trailing blanks.
322         Fix source name in header.
323
324 2003-10-24  Robert Dewar  <dewar@gnat.com>
325
326         * sem_ch12.adb: Minor reformatting
327
328         * sem_ch3.adb:
329         Minor reformatting (including new function return style throughout)
330
331         * sem_ch3.ads:
332         Minor reformatting (including new function return style throughout)
333
334 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
335
336         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
337         stringt.h: Update copyright notice. Remove trailing blanks.
338         Fix source name in header.
339
340 2003-10-24  GNAT Script  <nobody@gnat.com>
341
342         * Make-lang.in: Makefile automatically updated
343
344 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
345
346         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
347         stringt.h: Convert to ISO C90 declarations and definitions.
348
349 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
350
351         PR ada/11978:
352         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
353         External_Tag attribute definition clauses.
354
355 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
356
357         PR ada/7613:
358         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
359         child unit, generate a fully qualified name to avoid spurious errors
360         when the context contains renamings of different child units with
361         the same simple name.
362
363         * exp_dbug.ads: Add documentation on name qualification for renamings
364         of child units.
365
366 2003-10-23  Robert Dewar  <dewar@gnat.com>
367
368         * g-regpat.ads, g-regpat.adb: Minor reformatting
369
370 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
371
372         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
373
374 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
375
376         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
377         Machine call.
378
379         * urealp.h: (Machine): Update to proper definition.
380
381 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
382
383         * init.c, adaint.c: Minor reformatting.
384
385 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
386
387         * adaint.c (w32_epoch_offset): Define static const at file level.
388         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
389         rather than t_create, t_access in call to GetFileTime. Use union
390         to convert between FILETIME and  unsigned long long.
391         (__gnat_file_time_name): Test for invalid file handle.
392         (__gnat_set_filetime_name): Support win32 targets using
393         w32api SetFileTime.
394
395 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
396
397         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
398
399         * ctrl_c.c (__gnat_int_handler): Remove declaration.
400
401         * decl.c (creat_concat_name):  Const-ify prefix.
402
403         * adaint.c: Include ctype.h if __MINGW32__.
404         (__gnat_readlink): Mark arguments as possibly unused.
405         (__gnat_symlink): Likewise.
406         (__gnat_is_symbolic_link): Likewise.
407         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
408         declaration
409         (__gnat_file_time_name): Don't declare struct stat statbuf when
410         not needed.
411         (__gnat_is_absolute_path): Add parenthesis around condition of
412         'if' statement to avoid warning.
413         (__gnat_plist_init): Specify void as parameter.
414         (plist_enter): Likewise.
415         (plist_leave): Likewise.
416         (remove_handle): Make static. Initialize prev.
417
418 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
419
420         * Makefile.in: Disable build of gnatpsta. PR ada/10110.
421         * cstreams.c (__gnat_full_name): Minor improvements and clean up
422         of previous change.
423
424 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
425
426         * tracebak.c (MAX): Avoid redefinition warning.
427
428         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
429         Change msg to const char *.
430         (__gnat_install_handler): Remove ss, unused.
431         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
432         to const char *.
433         * cstreams.c (__gnat_full_name): Declare p only when used.
434         (__gnat_full_name) [sgi] Return buffer.
435
436 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
437
438         * mingw32.h: New file.
439         * gnat_wrapper.adb: New file.
440
441 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
442
443         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
444         string match a pre compiled regular expression (the corresponding
445         version of the function working on a raw regular expression)
446         Fix typos in various comments
447         Update copyright notice in spec
448
449 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
450
451         * exp_ch3.adb:
452         (Component_Needs_Simple_Initialization): Return False when the type is a
453         packed bit array. Revise spec comments to document this case.
454
455         * exp_prag.adb:
456         (Expand_Pragma_Import): Set any expression on the imported object to
457         empty to avoid initializing imported objects (in particular this
458         covers the case of zero-initialization of bit arrays).
459         Update copyright notice.
460
461 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
462
463         * sem_ch12.adb:
464         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
465         a subunit is missing.
466         (Instantiate_Subprogram_Body): If body of function is missing, set type
467         of return expression explicitly in dummy body, to prevent cascaded
468         errors when a subunit is missing.
469         Fixes PR 5677.
470
471         * sem_ch3.adb:
472         (Access_Subprogram_Declaration): Verify that return type is valid.
473         Fixes PR 8693.
474
475         * sem_elab.adb:
476         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
477         generic.
478         Fixes PR 12318.
479
480         * sem_util.adb:
481         (Corresponding_Discriminant): If the scope of the discriminant is a
482         private type without discriminant, use its full view.
483         Fixes PR 8247.
484
485 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
486
487         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
488         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
489         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
490         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
491         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
492         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
493         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
494         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
495         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
496         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
497         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
498         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
499         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
500         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
501         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
502         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
503         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
504         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
505         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
506         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
507         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
508         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
509         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
510         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
511         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
512         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
513         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
514         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
515         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
516         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
517         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
518         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
519         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
520         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
521         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
522         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
523         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
524         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
525         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
526         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
527         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
528         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
529         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
530         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
531         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
532         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
533         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
534         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
535         vms_conv.ads, vms_conv.adb, vms_data.ads,
536         vxaddr2line.adb: Files added. Merge with ACT tree.
537
538         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
539         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
540         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
541         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
542         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
543         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
544         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
545         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
546         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
547         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
548
549         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
550         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
551         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
552         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
553         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
554         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
555         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
556         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
557         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
558         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
559         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
560         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
561         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
562         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
563         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
564         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
565         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
566         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
567         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
568         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
569         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
570         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
571         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
572         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
573         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
574         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
575         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
576         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
577         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
578         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
579         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
580         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
581         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
582         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
583         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
584         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
585         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
586         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
587         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
588         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
589         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
590         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
591         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
592         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
593         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
594         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
595         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
596         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
597         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
598         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
599         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
600         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
601         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
602         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
603         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
604         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
605         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
606         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
607         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
608         checks.adb, checks.ads, cio.c, comperr.adb,
609         comperr.ads, csets.adb, cstand.adb, cstreams.c,
610         debug_a.adb, debug_a.ads, debug.adb, decl.c,
611         einfo.adb, einfo.ads, errout.adb, errout.ads,
612         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
613         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
614         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
615         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
616         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
617         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
618         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
619         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
620         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
621         fe.h, fmap.adb, fmap.ads, fname.adb,
622         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
623         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
624         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
625         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
626         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
627         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
628         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
629         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
630         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
631         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
632         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
633         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
634         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
635         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
636         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
637         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
638         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
639         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
640         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
641         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
642         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
643         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
644         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
645         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
646         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
647         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
648         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
649         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
650         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
651         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
652         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
653         layout.adb, lib.adb, lib.ads, lib-list.adb,
654         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
655         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
656         link.c, live.adb, make.adb, make.ads,
657         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
658         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
659         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
660         misc.c, mkdir.c, mlib.adb, mlib.ads,
661         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
662         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
663         namet.adb, namet.ads, namet.h, nlists.ads,
664         nlists.h, nmake.adt, opt.adb, opt.ads,
665         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
666         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
667         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
668         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
669         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
670         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
671         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
672         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
673         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
674         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
675         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
676         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
677         prj-util.adb, prj-util.ads, raise.c, raise.h,
678         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
679         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
680         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
681         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
682         scans.ads, scn.adb, scn.ads, s-crc32.adb,
683         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
684         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
685         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
686         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
687         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
688         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
689         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
690         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
691         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
692         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
693         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
694         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
695         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
696         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
697         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
698         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
699         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
700         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
701         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
702         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
703         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
704         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
705         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
706         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
707         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
708         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
709         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
710         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
711         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
712         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
713         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
714         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
715         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
716         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
717         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
718         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
719         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
720         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
721         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
722         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
723         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
724         stringt.adb, stringt.ads, stringt.h, style.ads,
725         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
726         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
727         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
728         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
729         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
730         table.adb, table.ads, targparm.adb, targparm.ads,
731         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
732         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
733         ttypes.ads, types.ads, types.h, uintp.adb,
734         uintp.ads, uintp.h, uname.adb, urealp.adb,
735         urealp.ads, urealp.h, usage.adb, utils2.c,
736         utils.c, validsw.adb, validsw.ads, widechar.adb,
737         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
738         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
739         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
740         gnatvsn.ads: Merge with ACT tree.
741
742         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
743
744 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
745
746         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
747         (gnat_ug_vmx.info): Likewise.
748         (gnat_ug_vxw.info): Likewise.
749         (gnat_ug_wnt.info): Likewise.
750         (gnat_rm.info): Likewise.
751         (gnat-style.info): Likewise.
752
753         * Make-lang.in (ada.install-info): Remove target.
754         (info): New target.
755         (install-info): Likewise.
756         (gnat_ug_unx.info): Simplify rule.
757         (gnat_ug_vmx.info): Likewise.
758         (gnat_ug_vxw.info): Likewise.
759         (gnat_ug_wnt.info): Likewise.
760         (gnat_rm.info): Likewise.
761         (gnat-style.info): Likewise.
762
763 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
764
765         * Make-lang.in: Replace uses of $(target_alias) with
766         $(target_noncanonical).
767         * ada/Makefile.in: Remove unused mention of $(target_alias).
768
769 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
770
771         * Make-lang.in (ada.info): Replace with ...
772         (info): ... this.
773         (ada.dvi): Replace with ...
774         (dvi): ... this.
775
776 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
777
778         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
779         initialize dconstp5 and dconstmp5.
780
781 2003-09-28  Richard Henderson  <rth@redhat.com>
782
783         * trans.c (tree_transform): Update call to expand_asm_operands.
784
785 2003-09-21  Richard Henderson  <rth@redhat.com>
786
787         * trans.c, utils.c: Revert.
788
789 2003-09-21  Richard Henderson  <rth@redhat.com>
790
791         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
792         change to const.
793
794 2003-09-04  Michael Matz  <matz@suse.de>
795
796         * misc.c: Include "target.h".
797         * Make-lang.in (misc.o): Add dependency on target.h.
798
799 2003-09-03  DJ Delorie  <dj@redhat.com>
800
801         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
802         hook.
803
804 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
805
806         * Makefile.in: Update substitutions to match changes to
807         configure.  Use include directives instead of @-insertions
808         to read in host and target fragments.  Add a rule to
809         regenerate ada/Makefile.
810
811 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
812
813         * lang-options.h: Remove.
814         * lang.opt: Add help text.
815
816 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
817
818         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
819         calls.
820
821 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
822
823         * misc.c (gnat_handle_option): Don't handle filenames.
824
825 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
826
827         * Make-lang.in: Replace PWD with PWD_COMMAND.
828         * Makefile.adalib: Likewise.
829         * Makefile.in: Likewise.
830
831 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
832
833         * misc.c (gnat_argv): Revert last change.
834         (gnat_handle_option, gnat_init_options): Copy arguments.
835
836 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
837
838         * misc.c (gnat_argv): Make const.
839
840 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
841
842         * misc.c (save_argc, save_argv): Keep non-static!
843
844 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
845
846         * misc.c (save_argc, save_argv): Make static.
847         (gnat_init_options): New prototype.
848         (gnat_init_options): Update.
849
850 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
851
852         * gnat_ug.texi: Remove unlikely characters from @vars.
853         * gnat_ug_vms.texi: Regenerate.
854
855 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
856
857         * misc.c (record_code_position): Adjust emit_note call.
858
859 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
860
861         * misc.c (gnat_handle_option): Don't check for missing arguments.
862
863 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
864
865         * utils.c (end_subprog_body): Adjust expand_function_end call.
866
867 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
868
869         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
870         Bind_Main_Program.
871
872 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
873
874         * lang.opt: Declare Ada.
875         * misc.c (gnat_init_options): Update.
876
877 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
878
879         * utils.c (begin_subprog_body): Adjust init_function_start call.
880
881 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
882
883         * Make-lang.in: Update to use options.c and options.h.
884         * misc.c: Include options.h not aoptions.h.
885         (gnat_handle_option): Abort on unrecognized switch.
886         (gnat_init_options): Request Ada switches.
887
888 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
889
890         * lang.opt: Add -Wall.
891         * misc.c (gnat_handle_option): Handle it.
892
893 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
894
895         * misc.c (gnat_handle_option): Fix warnings.
896
897 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
898
899         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
900
901 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
902
903         * Make-lang.in: Update to handle command-line options.
904         * lang.opt: New file.
905         * misc.c: Include aoptions.h.
906         (cl_options_count, cl_options): Remove.
907         (gnat_handle_option): New.
908         (gnat_decode_option): Remove.
909         (LANG_HOOKS_DECODE_OPTION): Remove.
910         (LANG_HOOKS_HANDLE_OPTION): Override.
911
912 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
913
914         * init.c, misc.c, trans.c, utils.c: Remove dead code.
915
916 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
917
918         * Makefile.in: Replace "host_canonical" with "host" for autoconf
919         substitution.
920
921 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
922
923         * Make-lang.in: Update.
924         * misc.c: Include opts.h. Define cl_options_count and cl_options.
925
926 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
927
928         * misc.c (gnat_init_options): Update.
929
930 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
931
932         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
933         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
934         __attribute__ ((__unused__)).
935
936 2003-06-05  Jan Hubicka  <jh@suse.cz>
937
938         * Make-lang.in:  Add support for stageprofile and stagefeedback
939
940 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
941
942         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
943         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
944
945 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
946
947         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
948         Remove non-VMS directive.
949         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
950         alternatives.
951         (Examples of gnatls Usage): Remove VMS alternative.
952
953 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
954
955         PR ada/9953:
956         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
957         and turn ZCX_By_Default back to False since the underlying support
958         is not quite there yet.
959
960 2003-06-01  Andreas Jaeger  <aj@suse.de>
961
962         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
963         and ROUND_TYPE_SIZE_UNIT.
964
965 2003-05-22   Geert Bosch <bosch@gnat.com>
966
967         * gnat_rm.texi : Remove reference to Ada Core Technologies.
968
969 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
970
971         * trans.c (tree_transform): Use location_t and input_location
972         directly.
973         (build_unit_elab): Likewise.
974         * utils.c (create_label_decl): Likewise.
975
976 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
977
978         * trans.c (tree_transform, build_unit_elab,
979         set_lineno): Rename lineno to input_line.
980         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
981         end_subprog_body): Likewise.
982         * utils2.c (build_call_raise): Likewise.
983
984 2003-05-01  Laurent Guerby <guerby@acm.org>
985
986         PR ada/10546
987         * 5iosinte.ads: Increase pthread_cond_t size to match recent
988         LinuxThread and NPTL version, merge from ACT.
989
990 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
991
992         * utils.c (convert): No need to clear TREE_CST_RTL.
993
994 2003-04-23   Geert Bosch <bosch@gnat.com>
995
996         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
997         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
998         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
999         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
1000         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
1001         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
1002         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
1003         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
1004         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
1005         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
1006         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
1007         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
1008         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
1009         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
1010         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
1011         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
1012         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
1013         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
1014         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
1015         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
1016         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
1017         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
1018         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
1019         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
1020         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
1021         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
1022         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
1023         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
1024         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
1025         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
1026         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
1027         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
1028         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
1029         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
1030         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
1031         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
1032         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
1033         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
1034         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
1035         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
1036         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
1037         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
1038         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
1039         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
1040         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
1041         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
1042         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
1043         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
1044         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
1045         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
1046         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
1047         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
1048         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
1049         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
1050         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
1051         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
1052         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
1053         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
1054         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
1055         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
1056         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
1057         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
1058         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
1059         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
1060         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
1061         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
1062         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
1063         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
1064         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
1065         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
1066         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
1067         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
1068         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
1069         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
1070         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
1071         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
1072         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
1073         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
1074         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
1075         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
1076         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
1077         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
1078         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
1079         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
1080         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
1081         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
1082         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
1083         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
1084         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
1085         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
1086         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
1087         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
1088         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
1089         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
1090         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
1091         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
1092         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
1093         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
1094         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
1095         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
1096         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
1097         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
1098         ali.adb, ali.ads, alloc.ads, argv.c,
1099         atree.adb, atree.ads, atree.h, aux-io.c,
1100         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
1101         binde.adb, binde.ads, binderr.adb, binderr.ads,
1102         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
1103         butil.adb, butil.ads, cal.c, calendar.ads,
1104         casing.adb, casing.ads, ceinfo.adb, checks.adb,
1105         checks.ads, cio.c, comperr.adb, comperr.ads,
1106         config-lang.in, csets.adb, csets.ads, csinfo.adb,
1107         cstand.adb, cstand.ads, cuintp.c, debug.adb,
1108         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
1109         dec-io.ads, dec.ads, deftarg.c, directio.ads,
1110         einfo.adb, einfo.ads, elists.adb, elists.ads,
1111         elists.h, errno.c, errout.adb, errout.ads,
1112         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
1113         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
1114         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
1115         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
1116         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
1117         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
1118         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
1119         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
1120         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
1121         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
1122         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
1123         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
1124         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
1125         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
1126         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
1127         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
1128         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
1129         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
1130         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
1131         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
1132         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
1133         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
1134         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
1135         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
1136         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
1137         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
1138         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
1139         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
1140         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
1141         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
1142         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
1143         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
1144         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
1145         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
1146         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
1147         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
1148         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
1149         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
1150         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
1151         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
1152         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
1153         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
1154         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
1155         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
1156         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
1157         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
1158         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
1159         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
1160         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
1161         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
1162         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
1163         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
1164         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
1165         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
1166         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
1167         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
1168         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
1169         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
1170         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
1171         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
1172         lib.adb, lib.ads, live.adb, live.ads,
1173         machcode.ads, make.adb, make.ads, makeusg.adb,
1174         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
1175         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
1176         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
1177         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
1178         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
1179         mlib.ads, namet.adb, namet.ads, nlists.adb,
1180         nlists.ads, opt.adb, opt.ads, osint-b.adb,
1181         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
1182         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
1183         osint.ads, output.adb, output.ads, par-ch10.adb,
1184         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
1185         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
1186         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
1187         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
1188         par-tchk.adb, par-util.adb, par.adb, par.ads,
1189         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
1190         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
1191         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
1192         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
1193         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
1194         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
1195         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
1196         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
1197         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
1198         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
1199         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
1200         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
1201         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
1202         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
1203         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
1204         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
1205         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
1206         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
1207         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
1208         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
1209         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
1210         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
1211         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
1212         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
1213         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
1214         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
1215         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
1216         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
1217         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
1218         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
1219         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
1220         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
1221         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
1222         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
1223         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
1224         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
1225         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
1226         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
1227         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
1228         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
1229         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
1230         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
1231         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
1232         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
1233         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
1234         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
1235         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
1236         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
1237         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
1238         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
1239         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
1240         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
1241         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
1242         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
1243         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
1244         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
1245         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
1246         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
1247         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
1248         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
1249         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
1250         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
1251         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
1252         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
1253         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
1254         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
1255         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
1256         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
1257         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
1258         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
1259         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
1260         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
1261         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
1262         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
1263         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
1264         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
1265         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
1266         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
1267         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
1268         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
1269         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
1270         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
1271         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
1272         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
1273         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
1274         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
1275         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
1276         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
1277         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
1278         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
1279         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
1280         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
1281         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
1282         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
1283         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
1284         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
1285         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
1286         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
1287         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
1288         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
1289         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
1290         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
1291         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
1292         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
1293         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
1294         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
1295         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
1296         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
1297         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
1298         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
1299         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
1300         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
1301         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
1302         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
1303         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
1304         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
1305         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
1306         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
1307         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
1308         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
1309         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
1310         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
1311         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
1312         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
1313         snames.ads, sprint.adb, sprint.ads, stand.adb,
1314         stand.ads, stringt.adb, stringt.ads, style.adb,
1315         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
1316         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
1317         switch-m.ads, switch.adb, switch.ads, system.ads,
1318         table.adb, table.ads, targparm.adb, targparm.ads,
1319         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
1320         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
1321         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
1322         ttypef.ads, ttypes.ads, types.adb, types.ads,
1323         uintp.adb, uintp.ads, uname.adb, uname.ads,
1324         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
1325         usage.adb, usage.ads, validsw.adb, validsw.ads,
1326         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
1327         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
1328         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
1329         formatting and other trivial changes from ACT.
1330
1331 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
1332
1333         * gigi.h, utils2.c (build_constructor):
1334         Rename gnat_build_constructor. Use build_constructor.
1335         * decl.c (gnat_to_gnu_entity)
1336         * trans.c (tree_transform, pos_to_constructor, extract_values)
1337         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
1338         (unchecked_convert)
1339         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
1340         (fill_vms_descriptor):
1341         Update to match.
1342
1343 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
1344
1345         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
1346         * misc.c (gnat_tree_size): New function.
1347         (LANG_HOOKS_TREE_SIZE): Override.
1348
1349 2003-04-03  Jason Merrill  <jason@redhat.com>
1350
1351         * misc.c (gnat_adjust_rli): #if 0.
1352
1353 2003-03-31   Geert Bosch <bosch@gnat.com>
1354
1355         PR ada/10020
1356         * link.c : Fix misspelled "const" keyword
1357
1358 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
1359
1360         PR c++/7086
1361         * utils2.c: Adjust calls to put_var_into_stack.
1362
1363 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1364
1365         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
1366
1367 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
1368
1369         * misc.c (gnat_init): Update for new prototype.
1370
1371 2003-03-05  Olivier Hainque  <hainque@gnat.com>
1372
1373         ada/9961
1374         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
1375         warning, and fix return type for the IN_RTS && !SJLJ case.
1376
1377 2003-03-04  Tom Tromey  <tromey@redhat.com>
1378
1379         * Make-lang.in (ada.tags): New target.
1380
1381 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
1382
1383         ada/9911
1384         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
1385         wrapper, which name remains constant whatever underlying GCC
1386         scheme.
1387
1388         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
1389         the stable interface needed for a-except.
1390
1391 2003-03-02  Andreas Jaeger  <aj@suse.de>
1392
1393         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
1394         gnat_ug_wnt.texi: Regenerate.
1395
1396 2003-03-02  Laurent Guerby <guerby@acm.org>
1397
1398         * Makefile.in (install-gnatlib): Match previous change there
1399         so it works.
1400
1401 2003-02-28  Andreas Schwab  <schwab@suse.de>
1402
1403         * Make-lang.in (install-gnatlib): Change to ada directory before
1404         running make instead of using ada/Makefile directly.
1405
1406 2003-02-18  Ben Elliston  <bje@redhat.com>
1407
1408         Part of fix for PR ada/9406
1409         * gnat_ug.texi (Binder output file): Grammar fix.
1410
1411 2003-02-18  Ben Elliston  <bje@redhat.com>
1412
1413         PR other/7350
1414         * 5qtaprop.adb (Sleep): Fix typo in comment.
1415
1416 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
1417
1418         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
1419         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
1420         gnat_ug_wnt.texi: Regenerate.
1421
1422 2003-02-03  Christian Cornelssen <ccorn@cs.tu-berlin.de>
1423
1424         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
1425         be created if necessary.
1426         (ada.install-common): Let $(DESTDIR)$(bindir) be created
1427         if necessary.  Remove erroneous and redundant gnatchop
1428         installation commands.  Test for gnatdll before attempting
1429         to install it.
1430         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
1431         and gnatdll from all plausible locations.
1432
1433 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1434
1435         * utils2.c (build_unary_op): Don't check flag_volatile.
1436         * gnat_ug.texi: Remove -fvolatile from example.
1437         * gnat_ug_vxw.texi: Likewise.
1438
1439 2003-01-29  Laurent Guerby <guerby@acm.org>
1440
1441         PR ada/8344
1442         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
1443         * Makefile.in: match previous change.
1444         * Make-lang.in: match previous change.
1445
1446 2003-01-29      Joel Sherrill <joel@OARcorp.com>
1447
1448         * 5rosinte.ads: Add SIGXCPU.
1449         * 5rtpopsp.adb: New file.
1450         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
1451         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
1452         specific file 5rtpopsp.adb.
1453         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
1454         is likely needed for all newlib targets.
1455         * init.c: Add RTEMS specific version of __gnat_initialize().
1456
1457 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1458
1459         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
1460
1461 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1462
1463         * init.c (__gnat_error_handler): Make msg const.
1464
1465         * gmem.c (convert_addresses): Move declaration ...
1466         * adaint.h: ... here.
1467         * adaint.c (convert_addresses): Adapt addrs type to match
1468         prototype.
1469
1470         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
1471
1472 2003-01-24  Andreas Schwab  <schwab@suse.de>
1473
1474         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
1475         size_t to avoid warning.
1476
1477 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
1478
1479         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
1480
1481 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1482
1483         * gnat_rm.texi: Remove RCS version number.
1484
1485         * ada-tree.h (union lang_tree_node): Add chain_next option.
1486
1487 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1488
1489         * Make-lang.in (ada.install-info, ada.install-common,
1490         ada.uninstall): Prepend $(DESTDIR) to the destination
1491         directory in all (un)installation commands.
1492         * Makefile.in (install-gnatlib, install-rts): Ditto.
1493
1494 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1495
1496         * gnat_rm.texi, gnat_ug.texi: Use @copying.
1497         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
1498         gnat_ug_wnt.texi: Regenerate.
1499
1500 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
1501
1502         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
1503         only.
1504         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
1505         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
1506         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
1507         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
1508         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
1509         $(srcdir)/doc/include/gcc-common.texi.
1510
1511 2002-12-15   Geert Bosch <bosch@gnat.com>
1512
1513         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
1514
1515 2002-12-14   Geert Bosch <bosch@gnat.com>
1516
1517         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
1518         case of a body created for a Renaming_As_Body, on which
1519         conformance checks are not performed. Fixes PR ada/5690.
1520
1521 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
1522
1523         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
1524         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
1525         not already included.
1526         * Make-lang.in: Update dependencies.
1527
1528 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1529         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
1530         solution to buffer overflow bug on GNU/Linux.
1531
1532 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
1533         Closes PR ada/5856 and PR ada/6919 !
1534         * bindgen.adb: Remove all references to Public_Version.
1535         * comperr.adb: Remove all references to Public_Version and
1536         GNATPRO_Version; correct bug reporting instructions.
1537         * comperr.ads: Change to match bug box.
1538         * gnatvsn.ads: Remove all references to Public version and
1539         GNATPRO version.
1540
1541 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1542         PR ada/6919
1543         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
1544         GNU/Linux.
1545
1546         PR ada/6558
1547         * config-lang.in: Remove diff_excludes.
1548
1549 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
1550         PR ada/8358
1551         * trans.c (gnu_pending_elaboration_lists): New GC root.
1552         (build_unit_elab): Use..
1553
1554 2002-10-30   Geert Bosch <bosch@gnat.com>
1555         PR ada/6558
1556         * misc.c : Include optabs.h
1557
1558         * Make-lang.in (misc.o): Add dependency on optabs.h
1559
1560 2002-10-29   Geert Bosch <bosch@gnat.com>
1561         PR ada/6558
1562         * Make-lang.in (gnatbind): Depend on CONFIG_H
1563
1564 2002-10-29  Geert bosch  <bosch@gnat.com>
1565         PR ada/6558
1566         * misc.c: Unrevert misc.c (1.13)
1567
1568 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1569
1570         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
1571         maintainership comments.
1572
1573 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1574         PR ada/5904
1575         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
1576         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
1577         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
1578         7staprop.adb: Correct statements in comments about
1579         maintainership of GNAT.
1580
1581         PR ada/5904
1582         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
1583         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
1584         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
1585         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
1586         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
1587         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
1588         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
1589         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
1590         comments about maintainership of GNAT.
1591
1592         PR ada/6919 (forward port of patch for PR ada/5904)
1593         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
1594         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
1595         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
1596         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
1597         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
1598         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
1599         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
1600         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
1601         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
1602         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
1603         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
1604         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
1605         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
1606         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
1607         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
1608         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
1609         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
1610         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
1611         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
1612         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
1613         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
1614         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
1615         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
1616         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
1617         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
1618         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
1619         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
1620         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
1621         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
1622         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
1623         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
1624         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
1625         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
1626         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
1627         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
1628         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
1629         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
1630         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
1631         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
1632         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
1633         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
1634         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
1635         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
1636         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
1637         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
1638         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
1639         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
1640         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
1641         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
1642         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
1643         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
1644         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
1645         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
1646         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
1647         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
1648         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
1649         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
1650         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
1651         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
1652         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
1653         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
1654         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
1655         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
1656         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
1657         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
1658         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
1659         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
1660         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
1661         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
1662         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
1663         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
1664         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
1665         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
1666         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
1667         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
1668         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
1669         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
1670         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
1671         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
1672         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
1673         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
1674         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
1675         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
1676         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
1677         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
1678         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
1679         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
1680         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
1681         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
1682         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
1683         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
1684         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
1685         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
1686         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
1687         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
1688         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
1689         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
1690         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
1691         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
1692         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
1693         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
1694         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
1695         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
1696         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
1697         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
1698         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
1699         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
1700         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
1701         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
1702         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
1703         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
1704         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
1705         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
1706         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
1707         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
1708         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
1709         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
1710         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
1711         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
1712         par-endh.adb par-labl.adb par-load.adb par-prag.adb
1713         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
1714         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
1715         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
1716         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
1717         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
1718         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
1719         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
1720         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
1721         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
1722         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
1723         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
1724         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
1725         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
1726         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
1727         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
1728         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
1729         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
1730         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
1731         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
1732         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
1733         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
1734         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
1735         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
1736         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
1737         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
1738         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
1739         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
1740         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
1741         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
1742         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
1743         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
1744         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
1745         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
1746         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
1747         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
1748         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
1749         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
1750         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
1751         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
1752         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
1753         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
1754         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
1755         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
1756         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
1757         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
1758         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
1759         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
1760         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
1761         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
1762         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
1763         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
1764         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
1765         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
1766         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
1767         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
1768         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
1769         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
1770         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
1771         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
1772         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
1773         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
1774         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
1775         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
1776         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
1777         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
1778         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
1779         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
1780         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
1781         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
1782         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
1783         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
1784         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
1785         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
1786         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
1787         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
1788         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
1789         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
1790         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
1791         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
1792         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
1793         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
1794         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
1795         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
1796         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
1797         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
1798         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
1799         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
1800         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
1801         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
1802         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
1803         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
1804         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
1805         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
1806         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
1807         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
1808         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
1809         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
1810         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
1811         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
1812         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
1813         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
1814         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
1815         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
1816         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
1817         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
1818         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
1819         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
1820         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
1821         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
1822         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
1823         stringt.ads stringt.h style.adb style.ads stylesw.adb
1824         stylesw.ads switch.adb switch.ads sysdep.c system.ads
1825         table.adb table.ads targparm.adb targparm.ads targtyps.c
1826         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
1827         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
1828         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
1829         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
1830         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
1831         usage.ads utils.c utils2.c validsw.adb validsw.ads
1832         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
1833         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
1834         xtreeprs.adb: Correct statements in comments about maintainership
1835         of GNAT.
1836
1837 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
1838
1839         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
1840         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
1841         * gnatvsn.ads: Gnat_Version_String is now a function.
1842         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
1843         copy the C version_string into a String and return it.
1844         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
1845         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
1846         Remove pragma Ident (Gnat_Version_String).  If this was the
1847         sole use of package Gnatvsn, remove the with statement too.
1848         * gnat1drv.adb: Tweak -gnatv output.
1849
1850 2002-09-17  Richard Henderson  <rth@redhat.com>
1851
1852         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
1853         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
1854         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
1855         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
1856         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
1857         and real_2expN instead of a loop.
1858         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
1859         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
1860
1861 2002-08-25  Andre Leis <a.leis@gmx.net>
1862             David Billinghurst (David.Billinghurst@riotinto.com>
1863
1864         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
1865
1866 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1867
1868         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
1869         Remove $(CONFIG_H) dependency.
1870
1871 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1872
1873         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
1874
1875 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1876
1877         * adadecode.c (ada_demangle): Use xstrdup in lieu of
1878         xmalloc/strcpy.
1879         * misc.c (gnat_decode_option): Likewise.
1880
1881 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
1882
1883         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
1884         function approach did not work well because of a side effect (the
1885         function call could reallocate the table which was being indexed
1886         using its result). Fixes ada/4851. [RESURRECTED]
1887
1888 2002-07-01  Roger Sayle  <roger@eyesopen.com>
1889
1890         * ada/utils.c (builtin_function): Accept an additional parameter.
1891
1892 2002-06-28  Andreas Jaeger  <aj@suse.de>
1893
1894         PR ada/7144
1895         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
1896         <adi@thur.de>.
1897
1898 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1899
1900         * Makefile.in (SHELL): Set to @SHELL@.
1901
1902 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1903
1904         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
1905         array size calculation.
1906
1907 2002-06-04  Andreas Jaeger  <aj@suse.de>
1908
1909         * Make-lang.in (gnatbind): Readd rule that has been lost in last
1910         patch.
1911
1912 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
1913
1914         Merge from pch-branch:
1915
1916         * config-lang.in (gtfiles): Add ada-tree.h.
1917         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
1918         (SET_TYPE_MODULUS): New.
1919         (SET_TYPE_INDEX): New.
1920         (SET_TYPE_DIGITS_VALUE): New.
1921         (SET_TYPE_RM_SIZE): New.
1922         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
1923         (SET_TYPE_ADA_SIZE): New.
1924         (SET_TYPE_ACTUAL_BOUNDS): New.
1925         (SET_DECL_CONST_CORRESPONDING_VAR): New.
1926         (SET_DECL_ORIGINAL_FIELD): New.
1927         (TREE_LOOP_ID): Correct typo.
1928         * decl.c: Use new macros.
1929         * utils.c: Include debug.h, use new macros.
1930         * utils2.c: Use new macros.
1931
1932         * ada-tree.h: Update all macros for new tree description.
1933         (struct tree_loop_id): New.
1934         (union lang_tree_node): New.
1935         (struct lang_decl): New.
1936         (struct lang_type): New.
1937         * misc.c (gnat_mark_tree): Delete.
1938         (LANG_HOOKS_MARK_TREE): Delete.
1939         * trans.c (tree_transform): No longer any need to cast
1940         for TREE_LOOP_ID.
1941
1942         * utils.c (struct language_function): New dummy structure.
1943
1944         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
1945         (misc.o): Likewise.
1946         (utils.o): Likewise; also gtype-ada.h.
1947         * Make-lang.in (gnat1): Add dependency on s-gtype.
1948         (gnatbind): Add dependency on $(CONFIG_H).
1949         * utils.c: Correct last #include.
1950         (stuct e_stack): Remove unnecessary 'static'.
1951         (mark_e_stack): Remove unused prototype.
1952
1953         * scn-nlit.adb: Remove whitespace after version number to
1954         keep lines under 80 chars.
1955         * snames.adb: Likewise.
1956         * treepr.ads: Likewise.
1957
1958         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
1959         (misc.o): Likewise.
1960         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
1961         * config-lang.in (gtfiles): New.
1962         * decl.c: Use gengtype for roots.
1963         * gigi.h: Use gengtype for roots.
1964         * trans.c: Use gengtype for roots.
1965         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
1966
1967 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
1968
1969         * misc.c (gnat_init): Adjust setting of internal_error_function.
1970
1971 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1972
1973         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
1974         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
1975         gnat_ug_wnt.texi: Regenerate.
1976
1977 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1978
1979         * 5ntaprop.adb (with System.OS_Primitives): Remove.
1980
1981         * cstreams.c (max_path_len): Move from here ...
1982         * adaint.c (__gnat_max_path_len): ... to here.
1983         * adaint.c (__gnat_max_path_len): Declare.
1984         * g-dirope.adb (Max_Path): Adjust.
1985         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
1986         * i-cstrea.ads (max_path_len): Adjust.
1987         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
1988         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
1989
1990         * Makefile.in, Make-lang.in: Documentation is now built in
1991         Make-lang.in.  Store Info and generated Texinfo files in the
1992         source directory.
1993         * gnat_ug.texi: Remove CVS keywords, correct version number.
1994         Set file name correctly.
1995
1996         * gnat_ug_*.texi: Add.
1997         * .cvsignore: Ignore generated Texinfo files.
1998
1999 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
2000
2001         * ada.h: Add MI guard macro.
2002         (SUBTYPE): Define constants with an anonymous enum, not static
2003         const variables.
2004         (IN): Cast constants to appropriate type before use.
2005
2006 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
2007
2008         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
2009         (experimental)".
2010
2011 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2012
2013         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
2014         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
2015         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
2016         (ALL_ADA_CFLAGS): Likewise.
2017         (ADA_INCLUDES): Likewise.
2018         Adapt for new working dir.
2019         (GNATBIND): Use Makefile.in version.
2020         (.SUFFIXES): Copy from Makefile.in.
2021         (ada-warn): Define.
2022         (.adb.o, .ads.o): Copy from Makefile.in.
2023         Added $(OUTPUT_OPTION).
2024         (GNAT1_C_OBJS): Moved from Makefile.in.
2025         Prefix with ada subdir.
2026         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
2027         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
2028         Adapt for new working dir.
2029         (EXTRA_GNATBIND_OBJS): Likewise.
2030         (ADA_BACKEND): Moved from Makefile.in.
2031         Renamed to avoid conflict with global BACKEND.
2032         Use that one.
2033         (TARGET_ADA_SRCS): Moved from Makefile.in.
2034         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
2035         Use ADA_BACKEND.
2036         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
2037         (ada_extra_files): Moved from Makefile.in.
2038         Prefix with ada subdir.
2039         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
2040         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
2041         (ada/nmake.ads): Likewise.
2042         (update-sources): Moved from Makefile.in.
2043         Prefix with ada subdir.
2044         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
2045         (ADA_TREE_H): Likewise.
2046         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
2047         (ada/memtrack.o): Likewise.
2048         (ada/adadecode.o): Likewise.
2049         Update dependencies.
2050         (ada/adaint.o): New.
2051         (ada/argv.o): Moved from Makefile.in.
2052         Prefix with ada subdir.
2053         Update dependencies.
2054         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
2055         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
2056         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
2057         Prefix with ada subdir.
2058         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
2059         (GNAT DEPENDENCIES): Regenerate.
2060         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
2061         toplevel Makefile.in.
2062         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
2063         (TARGET_ADA_SRCS): Removed.
2064         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
2065         (GNATBIND_OBJS): Likewise.
2066         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
2067         (BACKEND): Removed.
2068         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
2069         (TREE_H): Likewise.
2070         (ada_extra_files): Likewise.
2071         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
2072         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
2073         (update-sources): Likewise.
2074         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
2075         (ADA_TREE_H): Likewise.
2076         (adadecoce.o): Likewise.
2077         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
2078         (GNAT DEPENDENCIES): Likewise.
2079
2080 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2081
2082         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
2083         * Makefile.in: Likewise.
2084
2085 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2086
2087         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
2088         Restore $(CONFIG_H) and prefix.o dependencies.
2089         (ada.stage[1-4]): Depend on stage?-start.
2090
2091         * Makefile.in (b_gnatb.c): Depend on interfac.o.
2092
2093 2002-05-02  Jim Wilson  <wilson@redhat.com>
2094
2095         * utils.c (finish_record_type): Change record_size to record_type.
2096
2097 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2098
2099         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
2100         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
2101         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
2102
2103 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2104
2105         * misc.c (gnat_parse_file): Update.
2106
2107 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2108
2109         * misc.c (gnat_init): Don't set lang_attribute_common.
2110
2111 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2112
2113         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
2114
2115 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
2116
2117         * gnat_ug.texi: New file.
2118
2119         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
2120         instead of gfdl.texi
2121
2122         * xgnatug.adb, ug_words: New files.
2123
2124         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
2125         gnat_rm and gnat-style manuals.
2126
2127 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2128
2129         * gigi.h (incomplete_type_error): Remove.
2130         * utils.c (incomplete_type_error): Remove.
2131
2132 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
2133
2134         * trans.c (tree_transform): Add has_scope argument to
2135         expand_start_stmt_expr.
2136
2137 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
2138
2139         * gigi.h (truthvalue_conversion): Rename.
2140         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
2141         * trans.c (tree_transform): Update.
2142         * utils2.c (truthvalue_conversion): Rename, update.
2143         (build_binary_op, build_unary_op): Update.
2144
2145 2002-04-04  Laurent Guerby  <guerby@acm.org>
2146
2147         * make.adb: Implement -margs, remove restriction about file name placement.
2148         * makeusg.adb: Documentation update.
2149         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
2150         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
2151
2152 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
2153
2154         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
2155         (builtin_function): Similarly.
2156
2157 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2158
2159         * decl.c (gnat_to_gnu_entity): Update.
2160         * gigi.h (mark_addressable): Rename.
2161         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
2162         * trans.c (tree_transform): Update.
2163         * utils.c (create_var_decl): Update.
2164         * util2.c (build_binary_op, build_unary_op,
2165         fill_vms_descriptor): Update.
2166         (mark_addressable): Rename, update.
2167
2168 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2169
2170         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
2171         Rename.
2172         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
2173         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
2174         * trans.c (tree_transform, convert_with_check): Update.
2175         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
2176         Rename.
2177
2178 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2179
2180         * gigi.h (finish_incomplete_decl): Rename.
2181         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
2182         * utils.c (gnat_init_decl_processing): Don't set hook.
2183         (finish_incomplete_decl): Rename.
2184
2185 2002-03-29  Andreas Schwab  <schwab@suse.de>
2186
2187         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
2188         directory.
2189
2190 2001-03-28  Robert Dewar <dewar@gnat.com>
2191
2192         * checks.ads:
2193         (Remove_Checks): New procedure
2194
2195         * checks.adb:
2196         (Remove_Checks): New procedure
2197
2198         * exp_util.adb:
2199         Use new Duplicate_Subexpr functions
2200         (Duplicate_Subexpr_No_Checks): New procedure
2201         (Duplicate_Subexpr_No_Checks_Orig): New procedure
2202         (Duplicate_Subexpr): Restore original form (checks duplicated)
2203         (Duplicate_Subexpr): Call Remove_Checks
2204
2205         * exp_util.ads:
2206         (Duplicate_Subexpr_No_Checks): New procedure
2207         (Duplicate_Subexpr_No_Checks_Orig): New procedure
2208         Add 2002 to copyright notice
2209
2210         * sem_util.adb: Use new Duplicate_Subexpr functions
2211
2212         * sem_eval.adb:
2213         (Eval_Indexed_Component): This is the place to call
2214         Constant_Array_Ref and to replace the value. We simply merge
2215         the code of this function in here, since it is now no longer
2216         used elsewhere. This fixes the problem of the back end not
2217         realizing we were clever enough to see that this was
2218         constant.
2219         (Expr_Val): Remove call to Constant_Array_Ref
2220         (Expr_Rep_Val): Remove call to Constant_Array_Ref
2221         Minor reformatting
2222         (Constant_Array_Ref): Deal with string literals (patch
2223         suggested by Zack Weinberg on the gcc list)
2224
2225 2001-03-28  Ed Schonberg <schonber@gnat.com>
2226
2227         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
2228         Duplicate_Subexpr_Move_Checks.
2229
2230         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
2231         Duplicate_Subexpr_Move_Checks.
2232
2233         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
2234         value of array exists before retrieving it (it may a private
2235         protected component in a function).
2236
2237 2002-03-28   Geert Bosch <bosch@gnat.com>
2238
2239         * prj-pp.adb : New file.
2240
2241         * prj-pp.ads : New file.
2242
2243 2002-03-28  Andreas Jaeger  <aj@suse.de>
2244
2245         * Makefile.in (stamp-sdefault): Fix path for Makefile.
2246
2247 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2248
2249         * misc.c (gnat_expand_expr): Move prototype.
2250
2251 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2252
2253         * misc.c (insert_default_attributes): Remove.
2254
2255 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2256
2257         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
2258         (gnat_init): Don't set hook.
2259         (gnat_expand_expr): Fix prototype.
2260
2261 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2262
2263         * misc.c (ggc_p): Remove.
2264
2265 2002-03-27  Geert Bosch  <bosch@gnat.com>
2266
2267         * prj-makr.ads, prj-makr.adb : New files.
2268
2269 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
2270
2271         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
2272         (lang_mark_tree): Make static, rename.
2273
2274 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2275
2276         * misc.c (maybe_build_cleanup): Remove.
2277
2278 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2279
2280         * gigi.h (yyparse): Remove.
2281
2282 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
2283
2284         * gnat_rm.texi: Sync with ACT version.
2285           (From Ben Brosgol <brosgol@gnat.com>)
2286
2287 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
2288
2289         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
2290         (gnat_init): Remove old hook.
2291
2292 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2293
2294         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
2295         (yyparse): Rename gnat_parse_file.
2296
2297 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
2298
2299         Delete all lines containing "$Revision:".
2300         * xeinfo.adb: Don't look for revision numbers.
2301         * xnmake.adb: Likewise.
2302         * xsinfo.adb: Likewise.
2303         * xsnames.adb: Likewise.
2304         * xtreeprs.adb: Likewise.
2305
2306 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2307
2308         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
2309         gnat_tree_code_name): Delete.
2310         (tree_code_type, tree_code_length, tree_code_name): Define.
2311         (gnat_init): Don't try to copy into the various tree_code
2312         arrays.
2313
2314 2002-03-11  Richard Henderson  <rth@redhat.com>
2315
2316         * Makefile.in (.NOTPARALLEL): Add fake tag.
2317
2318 2002-03-07  Geert Bosch  <bosch@gnat.com>
2319
2320         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
2321         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
2322         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
2323         switch-m.adb, switch-m.ads : New files.
2324
2325 2002-03-07  Geert Bosch  <bosch@gnat.com>
2326
2327         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
2328         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
2329         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
2330         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
2331         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
2332         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
2333         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
2334         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
2335         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
2336         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
2337         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
2338         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
2339         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
2340         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
2341         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
2342         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
2343         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
2344         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
2345         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
2346         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
2347         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
2348         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
2349         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
2350         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
2351         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
2352         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
2353         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
2354         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
2355         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
2356         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
2357         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
2358         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
2359         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
2360         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
2361         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
2362         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
2363         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
2364         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
2365         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
2366         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
2367         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
2368         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
2369         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
2370         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
2371         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
2372         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
2373         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
2374         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
2375         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
2376         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
2377         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
2378         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
2379         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
2380         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
2381         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
2382         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
2383         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
2384         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
2385         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
2386         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
2387         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
2388         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
2389         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
2390         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
2391         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
2392         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
2393         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
2394         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
2395         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
2396         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
2397         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
2398         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
2399         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
2400         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
2401         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
2402         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
2403         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
2404         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
2405         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
2406         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
2407         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
2408         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
2409         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
2410         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
2411         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
2412         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
2413         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
2414         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
2415         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
2416         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
2417         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
2418         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
2419         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
2420         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
2421         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
2422         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
2423         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
2424
2425         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
2426         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
2427         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
2428         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
2429
2430         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
2431         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
2432
2433         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
2434         to mdll-fil.ad[bs] and mdll-util.ad[bs]
2435
2436         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
2437         from mdllfile.ad[bs] and mdlltool.ad[bs]
2438
2439 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2440
2441         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
2442         lieu of explicit sizeof/sizeof.
2443
2444 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2445
2446         * misc.c (copy_lang_decl): Remove.
2447
2448 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
2449
2450         * misc.c: Delete traditional-mode-related code copied from the
2451         C front end but not used, or used only to permit the compiler
2452         to link.
2453
2454 2002-02-07  Richard Henderson  <rth@redhat.com>
2455
2456         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
2457         * adaint.h (__gnat_to_gm_time): Update prototype.
2458
2459 2002-01-30  Richard Henderson  <rth@redhat.com>
2460
2461         * trans.c (tree_transform) [N_Loop_Statement]: Use
2462         expand_exit_loop_top_cond.
2463
2464 2001-12-23  Richard Henderson  <rth@redhat.com>
2465
2466         * utils.c (end_subprog_body): Push GC context around
2467         rest_of_compilation for nested functions.
2468
2469 2001-12-23  Richard Henderson  <rth@redhat.com>
2470
2471         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
2472
2473 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
2474
2475         * gnat-style.texi (Declarations and Types): Remove ancient style
2476         rule which was mandated by code generation issues.
2477
2478         * gnat-style.texi (header): Add @dircategory, @direntry.
2479         (title page): Remove date.
2480         (general) Add @./@: where approriate, and two spaces after the
2481         full stop at the end of a sentence.  Use @samp markup when
2482         referring concrete lexical entities (keywords, attribute names
2483         etc.), and @syntax for ARM grammar elements. Use @r for English
2484         text in comments.  Use @emph for emphasis.  Change "if-statements"
2485         etc. to "if statements" (without @samp). Break long lines.  Make
2486         casing of section names consistent.
2487         (Identifiers): Use @samp markup for variable names.
2488         (Comments): Use @samp markup for comment characters. Line-end
2489         comments may follow any Ada code, not just statements.  Fix
2490         misspelling of "Integer" as "integer".
2491         (Loop statements): Do not use variable name "I", use "J".
2492         (Subprogram Declarations): Document alignment.
2493         (Subprogram Bodies, Block statements): Document empty line before
2494         "begin".
2495
2496 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
2497
2498         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
2499         function approach did not work well because of a side effect (the
2500         function call could reallocate the table which was being indexed
2501         using its result). Fixes ada/4851.
2502
2503 2001-12-19  Robert Dewar <dewar@gnat.com>
2504
2505         * bindgen.adb: Minor reformatting
2506
2507         * cstand.adb: Minor reformatting
2508
2509         * fmap.adb: Minor reformatting
2510         Change name from Add for Add_To_File_Map (Add is much too generic)
2511         Change Path_Name_Of to Mapped_Path_Name
2512         Change File_Name_Of to Mapped_File_Name
2513         Fix copyright dates in header
2514
2515         * fmap.ads:
2516         Change name from Add for Add_To_File_Map (Add is much too generic)
2517         Change Path_Name_Of to Mapped_Path_Name
2518         Change File_Name_Of to Mapped_File_Name
2519         Fix copyright dates in header
2520
2521         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
2522         Add use clause for Fmap.
2523
2524         * make.adb: Minor reformatting
2525
2526         * osint.adb: Minor reformatting.  Change of names in Fmap.
2527         Add use clause for Fmap.
2528
2529         * prj-env.adb: Minor reformatting
2530
2531         * prj-env.ads: Minor reformatting
2532
2533         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
2534         error found (there were odd exceptions to this general rule in
2535         -gnatec/-gnatem processing)
2536
2537 2001-12-19  Olivier Hainque <hainque@gnat.com>
2538
2539         * raise.c (__gnat_eh_personality): Exception handling personality
2540         routine for Ada.  Still in rough state, inspired from the C++ version
2541         and still containing a bunch of debugging artifacts.
2542         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
2543         inspired from the C++ library.
2544
2545         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
2546         exception handling integration.
2547
2548 2001-12-19  Arnaud Charlet <charlet@gnat.com>
2549
2550         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
2551         (HIE_SOURCES): Add s-secsta.ad{s,b}.
2552         (HIE_OBJS): Add s-fat*.o
2553         (RAVEN_SOURCES): Remove files that are no longer required. Add
2554         interrupt handling files.
2555         (RAVEN_MOD): Removed, no longer needed.
2556
2557 2001-12-19  Robert Dewar <dewar@gnat.com>
2558
2559         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
2560         Add 2001 to copyright date
2561
2562         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
2563         need to force universal inlining for these cases.
2564
2565 2001-12-19  Arnaud Charlet <charlet@gnat.com>
2566
2567         * s-taprob.adb: Minor clean ups so that this unit can be used in
2568         Ravenscar HI.
2569
2570         * exp_ch7.adb: Allow use of secondary stack in HI mode.
2571         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
2572
2573 2001-12-19  Vincent Celier <celier@gnat.com>
2574
2575         * prj-tree.ads (Project_Node_Record): Add comments for components
2576         Pkg_Id and Case_Insensitive.
2577
2578 2001-12-19  Pascal Obry <obry@gnat.com>
2579
2580         * g-socket.adb: Minor reformatting. Found while reading code.
2581
2582 2001-12-19  Robert Dewar <dewar@gnat.com>
2583
2584         * prj-tree.ads: Minor reformatting
2585
2586 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2587
2588         * config-lang.in (diff_excludes): Remove.
2589
2590 2001-12-17  Ed Schonberg <schonber@gnat.com>
2591
2592         * sem_res.adb (Resolve_Selected_Component): do not generate a
2593         discriminant check if the selected component is a component of
2594         the argument of an initialization procedure.
2595
2596         * trans.c (tree_transform, case of arithmetic operators): If result
2597         type is private, the gnu_type is the base type of the full view,
2598         given that the full view itself may be a subtype.
2599
2600 2001-12-17  Robert Dewar <dewar@gnat.com>
2601
2602         * sem_res.adb: Minor reformatting
2603
2604         * trans.c (tree_transform, case N_Real_Literal): Add missing third
2605         parameter in call to Machine (unknown horrible effects from this
2606         omission).
2607
2608         * urealp.h: Add definition of Round_Even for call to Machine
2609         Add third parameter for Machine
2610
2611 2001-12-17  Ed Schonberg <schonber@gnat.com>
2612
2613         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
2614         predefined units in No_Run_Time mode.
2615
2616 2001-12-17  Richard Kenner <kenner@gnat.com>
2617
2618         * misc.c (insn-codes.h): Now include.
2619
2620 2001-12-17  Olivier Hainque <hainque@gnat.com>
2621
2622         * a-except.adb: Preparation work for future integration of the GCC 3
2623         exception handling mechanism
2624         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
2625         to factorize previous code sequences and make them externally callable,
2626         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
2627         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
2628         Use the new notification routines.
2629
2630 2001-12-17  Emmanuel Briot <briot@gnat.com>
2631
2632         * prj-tree.ads (First_Choice_Of): Document the when others case
2633
2634 2001-12-17  Arnaud Charlet <charlet@gnat.com>
2635
2636         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
2637         HI-E mode, in order to support Ravenscar profile properly.
2638
2639         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
2640         mode on 32 bits targets.
2641
2642 2001-12-17  Vincent Celier <celier@gnat.com>
2643
2644         * fmap.adb: Initial version.
2645
2646         * fmap.ads: Initial version.
2647
2648         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
2649         If search is successfully done, add to mapping.
2650
2651         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
2652
2653         * make.adb:
2654         (Gnatmake): Add new local variable Mapping_File_Name.
2655          Create mapping file when using project file(s).
2656          Delete mapping file before exiting.
2657
2658         * opt.ads (Mapping_File_Name): New variable
2659
2660         * osint.adb (Find_File): Use path name found in mapping, if any.
2661
2662         * prj-env.adb (Create_Mapping_File): New procedure
2663
2664         * prj-env.ads (Create_Mapping_File): New procedure.
2665
2666         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
2667         (Mapping_File)
2668
2669         * usage.adb: Add entry for new switch -gnatem.
2670
2671         * Makefile.in: Add dependencies for fmap.o.
2672
2673 2001-12-17  Ed Schonberg <schonber@gnat.com>
2674
2675         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
2676         is a package instantiation rewritten as a package body.
2677         (Install_Withed_Unit): Undo previous change, now redundant.
2678
2679 2001-12-17  Gary Dismukes <dismukes@gnat.com>
2680
2681         * layout.adb:
2682         (Compute_Length): Move conversion to Unsigned to callers.
2683         (Get_Max_Size): Convert Len expression to Unsigned after calls to
2684         Compute_Length and Determine_Range.
2685         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
2686         Compute_Length and Determine_Range.
2687         Above changes fix problem with length computation for supernull arrays
2688         where Max (Len, 0) wasn't getting applied due to the Unsigned
2689         conversion used by Compute_Length.
2690
2691 2001-12-17  Arnaud Charlet <charlet@gnat.com>
2692
2693         * rtsfind.ads:
2694         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
2695          System.Secondary_Stack.
2696         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
2697          in HI-E mode.
2698         Remove unused entity RE_Exception_Data.
2699
2700         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
2701
2702         * rident.ads (No_Secondary_Stack): New restriction.
2703
2704 2001-12-17  Joel Brobecker <brobecke@gnat.com>
2705
2706         * gnat_rm.texi: Fix minor typos. Found while reading the section
2707         regarding "Bit_Order Clauses" that was sent to a customer.
2708         Very interesting documentation!
2709
2710 2001-12-17  Robert Dewar <dewar@gnat.com>
2711
2712         * sem_case.adb (Choice_Image): Avoid creating improper character
2713         literal names by using the routine Set_Character_Literal_Name. This
2714         fixes bombs in certain error message cases.
2715
2716 2001-12-17  Arnaud Charlet <charlet@gnat.com>
2717
2718         * a-reatim.adb: Minor reformatting.
2719
2720 2001-12-17  Ed Schonberg <schonber@gnat.com>
2721
2722         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
2723         case where the formal is an extension of another formal in the current
2724         unit or in a parent generic unit.
2725
2726 2001-12-17  Arnaud Charlet <charlet@gnat.com>
2727
2728         * s-tposen.adb: Update comments.  Minor reformatting.
2729         Minor code clean up.
2730
2731         * s-tarest.adb: Update comments.  Minor code reorganization.
2732
2733 2001-12-17  Gary Dismukes <dismukes@gnat.com>
2734
2735         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
2736         when Java_VM.
2737
2738 2001-12-17  Robert Dewar <dewar@gnat.com>
2739
2740         * exp_attr.adb: Minor reformatting
2741
2742 2001-12-17  Ed Schonberg <schonber@gnat.com>
2743
2744         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
2745         derivations nested within a child unit: verify that the parent
2746         type is declared in an outer scope.
2747
2748 2001-12-17  Robert Dewar <dewar@gnat.com>
2749
2750         * sem_ch12.adb: Minor reformatting
2751
2752 2001-12-17  Ed Schonberg <schonber@gnat.com>
2753
2754         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
2755         warning if current unit is a predefined one, from which bodies may
2756         have been deleted.
2757
2758 2001-12-17  Robert Dewar <dewar@gnat.com>
2759
2760         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
2761         Fix header format. Add 2001 to copyright date.
2762
2763         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
2764         which caused CE during compilation if checks were enabled.
2765
2766 2001-12-17  Vincent Celier <celier@gnat.com>
2767
2768         * make.adb:
2769         (Switches_Of): New function
2770         (Test_If_Relative_Path): New procedure
2771         (Add_Switches): Use new function Switches_Of
2772         (Collect_Arguments_And_Compile): Use new function Switches_Of.
2773         When using a project file, test if there are any relative
2774         search path. Fail if there are any.
2775         (Gnatmake): Only add switches for the primary directory when not using
2776         a project file. When using a project file, change directory to the
2777         object directory of the main project file. When using a project file,
2778         test if there are any relative search path. Fail if there are any.
2779         When using a project file, fail if specified executable is relative
2780         path with directory information, and prepend executable, if not
2781         specified as an absolute path, with the exec directory.  Make sure
2782         that only one -o switch is transmitted to the linker.
2783
2784         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
2785
2786         * prj-nmsc.adb:
2787         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
2788         when using a non standard naming scheme.
2789         (Check_Ada_Naming_Scheme): Make sure that error messages
2790         do not raise exceptions.
2791         (Is_Illegal_Append): Return True if there is no dot in the suffix.
2792         (Language_Independent_Check): Check the exec directory.
2793
2794         * prj.adb (Project_Empty): Add new component Exec_Directory
2795
2796         * prj.ads:
2797         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
2798         (Project_Data): Add component Exec_Directory
2799
2800         * snames.adb: Updated to match snames.ads revision 1.215
2801
2802         * snames.ads: Added Exec_Dir
2803
2804 2001-12-17  Robert Dewar <dewar@gnat.com>
2805
2806         * make.adb: Minor reformatting
2807
2808         * prj-nmsc.adb: Minor reformatting
2809
2810         * snames.adb: Updated to match snames.ads
2811
2812         * snames.ads: Alphebetize entries for project file
2813
2814 2001-12-17  Ed Schonberg <schonber@gnat.com>
2815
2816         * trans.c (process_freeze_entity): Do nothing if the entity is a
2817         subprogram that was already elaborated.
2818
2819 2001-12-17  Richard Kenner <kenner@gnat.com>
2820
2821         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
2822         and Esize if object is referenced via pointer.
2823
2824 2001-12-17  Ed Schonberg <schonber@gnat.com>
2825
2826         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
2827         is discrete before analyzing choices.
2828
2829 2001-12-17  Joel Brobecker <brobecke@gnat.com>
2830
2831         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
2832         containing the name of the Ada Main Program. This string is mainly
2833         intended for the debugger.
2834         (Gen_Output_File_C): Do the equivalent change when generating a C file.
2835
2836 2001-12-17  Robert Dewar <dewar@gnat.com>
2837
2838         * ali.adb: Set new Dummy_Entry field in dependency entry
2839
2840         * ali.ads: Add Dummy_Entry field to source dependency table
2841
2842         * bcheck.adb (Check_Consistency): Ignore dummy D lines
2843
2844         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
2845
2846         * lib-writ.ads: Document dummy D lines for missing files.
2847
2848         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
2849
2850 2001-12-17  Robert Dewar <dewar@gnat.com>
2851
2852         * ali.adb: Type reference does not reset current file.
2853
2854         * ali.adb: Recognize and scan renaming reference
2855
2856         * ali.ads: Add spec for storing renaming references.
2857
2858         * lib-xref.ads: Add documentation for handling of renaming references
2859
2860         * lib-xref.adb: Implement output of renaming reference.
2861
2862         * checks.adb:
2863         (Determine_Range): Document local variables
2864         (Determine_Range): Make sure Hbound is initialized. It looks as though
2865          there could be a real problem here with an uninitialized reference
2866          to Hbound, but no actual example of failure has been found.
2867
2868 2001-12-17  Laurent Pautet <pautet@gnat.com>
2869
2870         * g-socket.ads:
2871         Fix comment of Shutdown_Socket and Close_Socket. These functions
2872         should not fail silently because if they are called twice, this
2873         probably means that there is a race condition in the user program.
2874         Anyway, this behaviour is consistent with the rest of this unit.
2875         When an error occurs, an exception is raised with the error message
2876         as exception message.
2877
2878 2001-12-17  Robert Dewar <dewar@gnat.com>
2879
2880         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
2881         that it happens before modification of Sloc values for -gnatD.
2882
2883         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
2884         so that it happens before modification of Sloc values for -gnatD.
2885
2886         * switch.adb: Minor reformatting
2887
2888 2001-12-15  Richard Henderson  <rth@redhat.com>
2889
2890         * sem_ch7.adb: Wrap comment.
2891
2892 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2893
2894         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
2895         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
2896         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
2897         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
2898         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
2899         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
2900         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
2901         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
2902         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
2903         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
2904         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
2905         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
2906         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
2907         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
2908         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
2909         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
2910         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
2911         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
2912         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
2913         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
2914         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
2915         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
2916         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
2917         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
2918         spelling errors.
2919
2920 2001-12-14  Vincent Celier <celier@gnat.com>
2921
2922         * osint.adb(Create_Debug_File): When an object file is specified,
2923         put the .dg file in the same directory as the object file.
2924
2925 2001-12-14  Robert Dewar <dewar@gnat.com>
2926
2927         * osint.adb: Minor reformatting
2928
2929         * lib-xref.adb (Output_Instantiation): New procedure to generate
2930         instantiation references.
2931
2932         * lib-xref.ads: Add documentation of handling of generic references.
2933
2934         * ali.adb (Read_Instantiation_Ref): New procedure to read
2935         instantiation references
2936
2937         * ali.ads: Add spec for storing instantiation references
2938
2939         * bindusg.adb: Minor reformatting
2940
2941         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
2942
2943         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
2944
2945         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
2946
2947         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
2948
2949         * csets.ads:
2950         Fix header format
2951         Add 2001 to copyright date
2952         Add entry for Latin-5 (Cyrillic ISO-8859-5)
2953
2954 2001-12-14  Matt Gingell <gingell@gnat.com>
2955
2956         * adaint.c: mktemp is a macro on Lynx and can not be used as an
2957         expression.
2958
2959 2001-12-14  Richard Kenner <kenner@gnat.com>
2960
2961         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
2962         if operand is CONSTRUCTOR.
2963
2964 2001-12-14  Ed Schonberg <schonber@gnat.com>
2965
2966         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
2967         before emiting check on right-hand side, so that exception information
2968         is correct.
2969
2970 2001-12-14  Richard Kenner <kenner@gnat.com>
2971
2972         * utils.c (create_var_decl): Throw away initializing expression
2973         if just annotating types and non-constant.
2974
2975 2001-12-14  Vincent Celier <celier@gnat.com>
2976
2977         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
2978         Default_Ada_...
2979
2980         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
2981         Remove functions.
2982         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
2983
2984         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
2985         Remove functions.
2986         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
2987
2988 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2989
2990         * ChangeLog: Remove piece of diff output.
2991
2992 2001-12-14  Geert Bosch <bosch@gnat.com>
2993
2994         * config-lang.in: Update copyright notice
2995
2996         * layout.adb: Remove commented out code.
2997
2998         * mdllfile.ads: Update copyright notice. Fix header format.
2999
3000         * sem_case.ads: Likewise.
3001
3002         * sem_ch3.adb: Minor reformatting.
3003
3004 2001-12-12  Geert Bosch <bosch@gnat.com>
3005
3006         * freeze.ads: Update copyright date.
3007
3008         * g-comlin.ads: Minor reformatting.
3009
3010         * gnat-style.texi: Fix typo.
3011
3012 2001-12-12  Geert Bosch <bosch@gnat.com>
3013
3014         *  einfo.h: Regenerate.
3015
3016 2001-12-12  Ed Schonberg <schonber@gnat.com>
3017
3018         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
3019         on known node types, rather than untyped fields. Further cleanups.
3020
3021 2001-12-12  Robert Dewar <dewar@gnat.com>
3022
3023         * sem_ch12.adb:
3024         (Save_Entity_Descendant): Minor comment update.
3025         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
3026          of an N_Attribute_Reference node. As per note below, this does not
3027         eliminate need for Associated_Node in attribute ref nodes.
3028         (Associated_Node): Documentation explicitly mentions attribute
3029         reference nodes, since this field is used in such nodes.
3030
3031         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
3032
3033 2001-12-12  Robert Dewar <dewar@gnat.com>
3034
3035         * s-stalib.adb: Add more comments on with statements being needed
3036
3037         * par-ch12.adb: Minor reformatting
3038
3039         * prj-dect.ads: Fix copyright header
3040
3041         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
3042         inputs fit in 32 bits, but the result still overflows.
3043
3044         * s-fatgen.ads: Minor comment improvement
3045
3046 2001-12-12  Ed Schonberg <schonber@gnat.com>
3047
3048         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
3049         formal derived type, look for an inherited component from the full
3050         view of the parent, if any.
3051
3052 2001-12-12  Robert Dewar <dewar@gnat.com>
3053
3054         * checks.ads (Apply_Alignment_Check): New procedure.
3055
3056         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
3057         ensure that the alignment of objects with address clauses is
3058         appropriate, and raise PE if not.
3059
3060         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
3061         Exp_Pakd.Known_Aligned_Enough
3062
3063         * mdllfile.ads: Minor reformatting
3064
3065         * mlib-fil.ads: Minor reformatting
3066
3067 2001-12-12  Ed Schonberg <schonber@gnat.com>
3068
3069         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
3070         fix to any component reference if enclosing record has non-standard
3071         representation.
3072
3073 2001-12-12  Vincent Celier <celier@gnat.com>
3074
3075         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
3076         Iteration
3077
3078 2001-12-12  Ed Schonberg <schonber@gnat.com>
3079
3080         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
3081         sem_attr.
3082
3083 2001-12-12  Robert Dewar <dewar@gnat.com>
3084
3085         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
3086
3087 2001-12-12  Emmanuel Briot <briot@gnat.com>
3088
3089         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
3090         and it adds dependencies to system.io.
3091
3092 2001-12-12  Pascal Obry <obry@gnat.com>
3093
3094         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
3095         variable name.
3096
3097 2001-12-11  Ed Schonberg <schonber@gnat.com>
3098
3099         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
3100         that is the parent of other generics, the instance body replaces the
3101         instance node.  Retrieve the instance of the spec, which is the one
3102         that is visible in clients and within the body.
3103
3104 2001-12-11  Vincent Celier <celier@gnat.com>
3105
3106         * gnatmain.adb: Initial version.
3107
3108         * gnatmain.ads: Initial version.
3109
3110         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
3111
3112         * snames.adb: Updated to match snames.ads.
3113
3114         * snames.ads: Added Gnatstub.
3115
3116 2001-12-11  Vincent Celier <celier@gnat.com>
3117
3118         * prj-attr.adb (Initialization_Data): Change name from
3119         Initialisation_Data.
3120
3121 2001-12-11  Emmanuel Briot <briot@gnat.com>
3122
3123         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
3124         + and * applied to backslashed expressions like \r.
3125
3126 2001-12-11  Vasiliy Fofanov <fofanov@gnat.com>
3127
3128         * g-os_lib.ads: String_List type added, Argument_List type is now
3129         subtype of String_List.
3130
3131 2001-12-11  Robert Dewar <dewar@gnat.com>
3132
3133         * g-os_lib.ads: Change copyright to FSF
3134         Add comments for String_List type
3135
3136 2001-12-11  Vincent Celier <celier@gnat.com>
3137
3138         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
3139         string to the buffer).
3140
3141 2001-12-11  Ed Schonberg <schonber@gnat.com>
3142
3143         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
3144         sem_attr.
3145
3146         * sem_attr.adb: Simplify previous fix for Address.
3147         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
3148         to avoid anomalies where the bound of the type appears to raise
3149         constraint error.
3150
3151 2001-12-11  Robert Dewar <dewar@gnat.com>
3152
3153         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
3154         handled.
3155
3156 2001-12-11  Ed Schonberg <schonber@gnat.com>
3157
3158         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
3159         renamed unit before checking for recursive instantiations.
3160
3161 2001-12-11  Emmanuel Briot <briot@gnat.com>
3162
3163         * prj.ads: Add comments for some of the fields.
3164
3165 2001-12-11  Robert Dewar <dewar@gnat.com>
3166
3167         * lib-xref.adb (Output_Refs): Don't output type references outside
3168         the main unit if they are not otherwise referenced.
3169
3170 2001-12-11  Ed Schonberg <schonber@gnat.com>
3171
3172         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
3173         code and diagnose additional illegal uses
3174
3175         * sem_util.adb (Is_Object_Reference): An indexed component is an
3176         object only if the prefix is.
3177
3178 2001-12-11  Vincent Celier <celier@gnat.com>
3179
3180         * g-diopit.adb: Initial version.
3181
3182         * g-diopit.ads: Initial version.
3183
3184         * g-dirope.adb:
3185         (Expand_Path): Avoid use of Unbounded_String
3186         (Find, Wildcard_Iterator): Moved to child package Iteration
3187
3188         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
3189
3190 2001-12-11  Robert Dewar <dewar@gnat.com>
3191
3192         * sem_attr.adb: Minor reformatting
3193
3194 2001-12-11  Ed Schonberg <schonber@gnat.com>
3195
3196         * sem_ch3.adb: Clarify some ???.
3197
3198 2001-12-11  Robert Dewar <dewar@gnat.com>
3199
3200         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
3201         Exp_Pakd.Known_Aligned_Enough
3202
3203         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
3204         version is moved to Exp_Ch13.
3205
3206 2001-12-11  Robert Dewar <dewar@gnat.com>
3207
3208         * einfo.ads: Minor reformatting
3209
3210         * exp_ch5.adb: Add comment for previous.change
3211
3212         * ali.adb: New interface for extended typeref stuff.
3213
3214         * ali.ads: New interface for typeref stuff.
3215
3216         * checks.adb (Apply_Alignment_Check): New procedure.
3217
3218         * debug.adb: Add -gnatdM for modified ALI output
3219
3220         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
3221
3222         * lib-xref.adb: Extend generation of <..> notation to cover
3223         subtype/object types. Note that this is a complete rewrite,
3224         getting rid of the very nasty quadratic algorithm previously
3225         used for derived type output.
3226
3227         * lib-xref.ads: Extend description of <..> notation to cover
3228         subtype/object types. Uses {..} for these other cases.
3229         Also use (..) for pointer types.
3230
3231         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
3232
3233         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
3234         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
3235
3236 2001-12-11  Vincent Celier <celier@gnat.com>
3237
3238         * gnatcmd.adb:
3239         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
3240         Changed /BIND_ONLY to /ACTIONS=BIND
3241         Changed /LINK_ONLY to /ACTIONS=LINK
3242
3243 2001-12-11  Ed Schonberg  <schonber@gnat.com>
3244
3245         * sem_ch8.adb (Find_Selected_Component): improved search for a
3246         candidate package in case of error.
3247
3248         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
3249         chain back on scope stack before reinstalling use clauses.
3250
3251         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
3252         is enabled, do not kill the code for the condition, to preserve
3253         warning.
3254
3255 2001-12-11  Robert Dewar <dewar@gnat.com>
3256
3257         * checks.adb (Insert_Valid_Check): Apply validity check to expression
3258         of conversion, not to result of conversion.
3259
3260 2001-12-11  Ed Schonberg <schonber@gnat.com>
3261
3262         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
3263         before freezing parent. If the declarations are mutually recursive,
3264         an access to the current record type may be frozen before the
3265         derivation is complete.
3266
3267 2001-12-05  Vincent Celier <celier@gnat.com>
3268
3269         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
3270         -c /COMPILE_ONLY, -l /LINK_ONLY
3271
3272         * opt.ads:
3273         (Bind_Only): New Flag
3274         (Link_Only): New flag
3275
3276         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
3277         and -l (Link_Only)
3278
3279         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
3280
3281         * make.adb:
3282         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
3283         (Gnatmake): Set the step flags. Only perform a step if the
3284         corresponding step flag is True.
3285         (Scan_Make_Arg): Reset the bind and link step flags when -u
3286         or -gnatc has been specified.
3287
3288 2001-12-05  Ed Schonberg <schonber@gnat.com>
3289
3290         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
3291         get bounds from right operand.
3292
3293         * sem_eval.adb: Minor reformatting
3294
3295         * exp_util.adb (Make_Literal_Range): use bound of literal rather
3296         than Index'First, its lower bound may be different from 1.
3297
3298         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
3299         and C48009J
3300
3301 2001-12-05  Vincent Celier <celier@gnat.com>
3302
3303         * prj-nmsc.adb Minor reformatting
3304
3305         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
3306         set and libraries are not supported.
3307
3308 2001-12-05  Ed Schonberg <schonber@gnat.com>
3309
3310         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
3311         private view explicitly, so the back-end can treat as a global
3312         when appropriate.
3313
3314 2001-12-05  Ed Schonberg <schonber@gnat.com>
3315
3316         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
3317          unit, always replace instance node with new body, for ASIS use.
3318
3319 2001-12-05  Vincent Celier <celier@gnat.com>
3320
3321         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
3322         libraries are not supported and both attributes Library_Name and
3323         Library_Dir are specified.
3324
3325         * prj-proc.adb (Expression): Set location of Result to location of
3326         first term.
3327
3328         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
3329         (prj-nmsc is now importing MLib.Tgt)
3330
3331         * prj-proc.adb: Put the change indicated above that was forgotten.
3332
3333 2001-12-05  Robert Dewar <dewar@gnat.com>
3334
3335         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
3336
3337 2001-12-05  Ed Schonberg <schonber@gnat.com>
3338
3339         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
3340         constraint, introduce explicit subtype declaration and derive from it.
3341
3342         * sem_ch3.adb: Minor reformatting
3343
3344 2001-12-05  Robert Dewar <dewar@gnat.com>
3345
3346         * checks.adb (Determine_Range): Increase cache size for checks.
3347         Minor reformatting
3348
3349         * exp_ch6.adb: Minor reformatting
3350         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
3351         a parameter whose root type is System.Address, since treating such
3352         subprograms as pure in the code generator is almost surely a mistake
3353         that will lead to unexpected results.
3354
3355         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
3356         change handling of conversions.
3357
3358         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
3359
3360 2001-12-05  Ed Schonberg <schonber@gnat.com>
3361
3362         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
3363         aggregate with static wrong size, attach generated Raise node to
3364         declaration.
3365
3366 2001-12-05  Robert Dewar <dewar@gnat.com>
3367
3368         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
3369         Fixes compilation abandoned bomb in B24009B.
3370
3371 2001-12-05  Ed Schonberg <schonber@gnat.com>
3372
3373         * sem_ch12.adb:
3374         Document use of Associated_Node on Selected_Components.
3375         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
3376         to clarify use of untyped descendant fields.
3377
3378 2001-12-05  Robert Dewar <dewar@gnat.com>
3379
3380         * prj-dect.ads: Add ??? comment
3381         Add 2001 to copyright notice (was not done in after all)
3382
3383         * prj-part.adb: Minor reformatting. Reword one awkward error message.
3384
3385         * prj.ads: Minor reformatting throughout, and add some ??? comments
3386
3387         * snames.ads: Minor reformatting
3388
3389 2001-12-05  Geert Bosch <bosch@gnat.com>
3390
3391         * snames.adb: Autoupdate
3392
3393 2001-12-05  Vincent Celier <celier@gnat.com>
3394
3395         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
3396
3397         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
3398
3399         * prj-env.adb: Minor comment changes (modifying -> extends).
3400
3401         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
3402
3403         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
3404         Tok_Extends.
3405
3406         * prj.adb (Initialize): Change Modifying to Extends.
3407
3408         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
3409
3410         * prj.ads: Minor comment change (Modifying -> extending).
3411
3412         * snames.ads: Change modifying to extends.
3413
3414 2001-12-05  Robert Dewar <dewar@gnat.com>
3415
3416         * sem_warn.adb: Remove stuff for conditionals, we are not going to
3417         do this after all.
3418
3419         * sem_warn.ads: Remove stuff for conditionals, we are not going to
3420         do this after all.  Add 2001 to copyright notice
3421
3422 2001-12-04  Geert Bosch <bosch@gnat.com>
3423
3424         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
3425
3426 2001-12-04  Robert Dewar <dewar@gnat.com>
3427
3428         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
3429         location if we already have errors. Stops some cases of cascaded
3430         errors.
3431
3432         * errout.adb: Improve comment.
3433
3434 2001-12-04  Robert Dewar <dewar@gnat.com>
3435
3436         * sem_ch12.adb:
3437         (Analyze_Formal_Type_Definition): Defend against Error.
3438         (Analyze_Formal_Subprogram): Defend against Error.
3439
3440         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
3441         remove following semicolon if present. Removes cascaded error.
3442
3443 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
3444
3445         * bindgen.adb:
3446         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
3447          exceptions equals 0.
3448         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
3449         Fixes PIWG E tests (which have to be run with -gnatL).
3450
3451 2001-12-04  Robert Dewar <dewar@gnat.com>
3452
3453         * einfo.ads: Minor reformatting
3454
3455 2001-12-04  Ed Schonberg <schonber@gnat.com>
3456
3457         * einfo.ads: Block_Node points to the identifier of the block, not to
3458         the block node itself, to preserve the link when the block is
3459         rewritten, e.g. within an if-statement with a static condition.
3460
3461         * inline.adb (Cleanup_Scopes): recover block statement from block
3462         entity using new meaning of Block_Node.
3463
3464         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
3465         identifier of block node, rather than to node itself.
3466
3467 2001-12-04  Gary Dismukes <dismukes@gnat.com>
3468
3469         * layout.adb:
3470         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
3471         (Discrimify): Go back to setting the Etypes of the selected component
3472         because the Vname component does not exist at this point and will
3473         fail name resolution. Also set Analyzed.
3474         Remove with and use of Sem_Res.
3475
3476 2001-12-04  Arnaud Charlet <charlet@gnat.com>
3477
3478         * Makefile.in: (HIE_SOURCES): add s-fat*.
3479
3480 2001-12-04  Robert Dewar <dewar@gnat.com>
3481
3482         * sem_attr.adb:
3483         (Compile_Time_Known_Attribute): New procedure.
3484         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
3485          proper range check.
3486
3487 2001-12-04  Ed Schonberg <schonber@gnat.com>
3488
3489         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
3490         processing discriminants to diagnose illegal default values.
3491
3492 2001-12-04  Ed Schonberg <schonber@gnat.com>
3493
3494         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
3495         access discriminant within a type extension that constrains its
3496         parent discriminants.
3497
3498 2001-12-04  Ed Schonberg <schonber@gnat.com>
3499
3500         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
3501         is malformed, use instance of Any_Id to allow analysis to proceed.
3502
3503         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
3504         type definition is illegal.
3505         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
3506         misplaced.
3507
3508 2001-12-04  Ed Schonberg <schonber@gnat.com>
3509
3510         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
3511         constants.
3512
3513 2001-12-04  Robert Dewar <dewar@gnat.com>
3514
3515         * errout.adb: Minor reformatting
3516
3517 2001-12-04  Robert Dewar <dewar@gnat.com>
3518
3519         * exp_util.adb: Minor reformatting from last change
3520
3521         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
3522         which is a rewriting of an expression, traverse the original
3523         expression to remove warnings that may have been posted on it.
3524
3525 2001-12-04  Ed Schonberg <schonber@gnat.com>
3526
3527         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
3528         record that has other packed components.
3529
3530 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
3531
3532         * adaint.c: Minor cleanups.
3533
3534 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
3535
3536         * adaint.c: Do not use utime.h on vxworks.
3537
3538 2001-12-04  Arnaud Charlet <charlet@gnat.com>
3539
3540         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
3541         more confusion than it solves.
3542
3543 2001-12-04  Geert bosch <bosch@gnat.com>
3544
3545         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
3546
3547 2001-12-04  Geert Bosch  <bosch@gnat.com>
3548
3549         * Makefile.in (update-sources): New target.
3550         For use by gcc_release script.
3551
3552 2001-12-04  Ed Schonberg <schonber@gnat.com>
3553
3554         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
3555         a configuration pragma, it is now legal wherever a pragma can appear.
3556
3557 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
3558
3559         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
3560         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
3561         is now @CROSS@ -DIN_GCC; update comment.
3562
3563 2001-12-04  Robert Dewar <dewar@gnat.com>
3564
3565         * einfo.adb (Has_Pragma_Pure_Function): New flag.
3566         Fix problem that stopped ceinfo from working
3567
3568         * einfo.ads (Has_Pragma_Pure_Function): New flag.
3569
3570         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
3571
3572 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
3573
3574         * gnatchop.adb:
3575         (File_Time_Stamp): New procedure.
3576         (Preserve_Mode): New boolean.
3577         (Write_Unit): Pass time stamp.
3578         Implement -p switch (preserve time stamps).
3579
3580         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
3581
3582         * gnatchop.adb: Do usage info for -p switch
3583
3584         * adaint.h (__gnat_set_file_time_name): New function
3585
3586         * adaint.c (__gnat_set_file_time_name): Implement
3587
3588         * adaint.h: Fix typo
3589
3590 2001-12-03  Robert Dewar <dewar@gnat.com>
3591
3592         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
3593         have Associated_Node.
3594
3595 2001-12-03  Robert Dewar <dewar@gnat.com>
3596
3597         * prj-proc.adb: Minor reformatting
3598
3599         * make.adb: Minor reformatting
3600
3601 2001-12-03  Geert Bosch <bosch@gnat.com>
3602
3603         * make.adb: Minor reformatting.
3604
3605 2001-12-03 Robert Dewar  <dewar@gnat.com>
3606
3607         * sem_ch12.adb: Minor reformatting
3608
3609 2001-12-03  Ed Schonberg <schonber@gnat.com>
3610
3611         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
3612         push Standard on the stack before analyzing the instance body,
3613         in order to have a clean visibility environment.
3614
3615         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
3616
3617 2001-12-03  Ed Schonberg <schonber@gnat.com>
3618
3619         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
3620         instantiation of a body that contains an inlined body.
3621
3622 2001-12-03  Ed Schonberg <schonber@gnat.com>
3623
3624         * sem_ch12.adb:
3625         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
3626         to prevent freezing within formal packages.
3627         (Freeze_Subprogram_Body): If body comes from another instance that
3628         appeared before its own body, place freeze node at end of current
3629         declarative part, to prevent a back-end crash.
3630         (Inline_Instance_Body): Handle properly a package instance within
3631         a subprogram instance that is a child unit.
3632
3633 2001-12-01  Graham Stott  <grahams@redhat.com>
3634
3635         * Makefile.in (misc.o): Add missing $(srcdir) prefix
3636         and add optabs.h dependency.
3637
3638         * misc.c: Include optabs.h
3639         (gnat_tree_code_type): Make static and const.
3640         (gnat_tree_code_length): Likewise.
3641         (gnat_tree_code_name): Likewise.
3642         (update_setjmp_buf): Obtain operands mode from insn_data.
3643
3644 2001-11-29  Richard Henderson  <rth@redhat.com>
3645
3646         * init.c: Remove obsolete dwarf2 frame.h section.
3647
3648 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3649
3650         * Make-lang.in (ada.generated-manpages): New dummy target.
3651
3652 2001-11-29  Ed Schonberg <schonber@gnat.com>
3653
3654         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
3655         into Command, an array conversion is illegal here. Uncovered by
3656         ACATS B460005.
3657
3658 2001/11/28  Geert Bosch <bosch@gnat.com>
3659
3660         * init.c: Minor whitespace changes.
3661
3662 2001-11-28  Doug Rupp <rupp@gnat.com>
3663
3664         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
3665         signal stack.
3666
3667 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
3668
3669         * misc.c (gnat_expand_constant): Move declaration above
3670         definition of lang_hooks.
3671         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
3672         (gnat_init): lang_expand_constant no longer exists.
3673
3674         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
3675         always have vprintf.
3676         (gnat_init): Always call set_internal_error_function.
3677
3678 2001-11-27  Andreas Jaeger  <aj@suse.de>
3679
3680         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
3681
3682 2001-11-27  Laurent Guerby  <guerby@acm.org>
3683
3684         * Makefile.in: Regenerate Ada dependencies.
3685
3686 2001-11-26  Richard Henderson  <rth@redhat.com>
3687
3688         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
3689         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
3690         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
3691
3692 2001-11-25  Laurent Guerby  <guerby@acm.org>
3693
3694         * sysdep.c (rts_get_*): Fix style.
3695
3696 2001-11-19  Laurent Guerby  <guerby@acm.org>
3697
3698         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
3699         since it is of no apparent use and cause warnings.
3700
3701 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3702
3703         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
3704         static too.
3705         (gnat_init): Don't return NULL.
3706         (finish_parse): Remove.
3707
3708 2001-11-17  Laurent Guerby  <guerby@acm.org>
3709
3710         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
3711         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
3712         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
3713         * lang-spec.h: Add missing struct field to silence warnings.
3714         * sysdep.c (rts_get_*): Provide K&R prototype.
3715         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
3716         * traceback.c (Unlock_Task, Lock_Task): Likewise.
3717         * tracebak.c (__gnat_backtrace): Remove unused variable.
3718         * utils.c (end_subprog_body): Move to K&R style.
3719
3720 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3721
3722         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
3723
3724 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3725
3726         * misc.c (gnat_init): Change prototype.  Include the
3727         functionality of the old init_parse and init_decl_processing.
3728         (gnat_init_decl_processing): New prototype.
3729         (init_parse): Remove.
3730         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
3731
3732 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3733
3734         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
3735         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
3736         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
3737         set_yydebug): Remove.
3738
3739 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3740
3741         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
3742         (struct lang_hooks): Constify.
3743         (language_string, lang_identify): Remove.
3744         * utils.c (init_decl_processing): Update.
3745
3746 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3747
3748         * misc.c: Include langhooks-def.h.
3749         * Makefile.in: Update.
3750
3751 2001-10-30  Robert Dewar <dewar@gnat.com>
3752
3753         * style.adb:
3754         (Check_Identifier): Rewrite circuit to be compatible with use of letters
3755         in the upper half of ASCII.
3756         (Check_Identifier): Minor reformatting
3757
3758 2001-10-30  Geert Bosch <bosch@gnat.com>
3759
3760         * (Associated_Node, Set_Associated_Node): Do not check for
3761         Freeze_Entity.
3762
3763 2001-10-30  Robert Dewar <dewar@gnat.com>
3764
3765         * a-reatim.ads: Minor reformatting
3766
3767 2001-10-30  Robert Dewar <dewar@gnat.com>
3768
3769         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
3770         undocumented declarations.
3771
3772 2001-10-30  Pascal Obry <obry@gnat.com>
3773
3774         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
3775         to the binder and linker.
3776         Minor style fix.
3777
3778         * mdll.ads: Fix layout.  Update copyright notice.
3779
3780         * mdll.adb: Fix layout.  Update copyright notice.
3781
3782 2001-10-30  Robert Dewar <dewar@gnat.com>
3783
3784         * usage.adb: Minor fix to output for -gnaty.
3785
3786 2001-10-30  Ed Schonberg <schonber@gnat.com>
3787
3788         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
3789         to accommodate all its possible values.
3790
3791         * a-reatim.adb (Split): Special-case handling of Time_Span_First
3792         and of small absolute values of T.
3793
3794 2001-10-30  Richard Kenner <kenner@gnat.com>
3795
3796         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
3797         set_mem_attributes since not needed and wrong if RESULT if a REG;
3798         fixes ACATS failures.
3799
3800 2001-10-30  Geert Bosch <bosch@gnat.com>
3801
3802         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
3803         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
3804
3805 2001-10-30  Robert Dewar <dewar@gnat.com>
3806
3807         * bindusg.adb: Undocument -f switch.
3808
3809         * gnatcmd.adb: Remove /FULL_ELABORATION.
3810
3811         * opt.ads (Force_RM_Elaboration_Order): Document that this is
3812         obsolescent.
3813
3814         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
3815
3816         * gnatbind.adb: Minor update of warning msg.
3817
3818 2001-10-30  Vincent Celier <celier@gnat.com>
3819
3820         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
3821         for project file switches (-P (/PROJECT_FILE=),
3822          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
3823         or MEDIUM or HIGH)
3824
3825 2001-10-30  Geert Bosch <bosch@gnat.com>
3826
3827         * decl.c: Minor whitespace fixes.
3828
3829 2001-10-30  Richard Kenner <kenner@gnat.com>
3830
3831         * utils2.c (build_allocator): Test for SIZE overflow in array case too
3832
3833 2001-10-30  Geert Bosch <bosch@gnat.com>
3834
3835         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
3836         Found due to GCC 3.0 warning of using uninitialized value.
3837
3838         * layout.adb:
3839         (Get_Max_Size): Use variant record for tracking value/expression.
3840          Makes logic clearer and prevents warnings for uninitialized variables.
3841         (Layout_Array_Type): Use variant record for tracking value/expression.
3842          Makes logic clearer and prevents warnings for uninitialized variables.
3843
3844 2001-10-30  Robert Dewar <dewar@gnat.com>
3845
3846         * lib.adb: Minor reformatting
3847
3848         * s-taprop.ads: Minor reformatting
3849
3850 2001-10-29  Laurent Guerby  <guerby@acm.org>
3851
3852         * init.c:
3853         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
3854         const.
3855         (_gnat_error_handler): Make MSG const.
3856
3857 2001-10-29  Richard Kenner <kenner@gnat.com>
3858
3859         * sysdep.c: Fix localtime_r problem on LynxOS.
3860         Also remove #elif to avoid warnings.
3861
3862         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
3863         used by this.
3864
3865         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
3866
3867 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
3868
3869         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
3870         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
3871         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
3872         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
3873         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
3874         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
3875         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
3876         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
3877         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
3878         types.ads, urealp.adb: Fix spelling errors.
3879
3880 2001-10-27  Laurent Guerby <guerby@acm.org>
3881
3882         * trans.c (gigi): Fix non determinism leading to bootstrap
3883         comparison failures for debugging information.
3884
3885 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
3886
3887         * gnat_rm.texi: Use @./@: where appropriate.
3888
3889 2001-10-26  Robert Dewar <dewar@gnat.com>
3890
3891         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
3892
3893 2001-10-26  Richard Kenner <kenner@gnat.com>
3894
3895         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
3896
3897 2001-10-26  Richard Kenner <kenner@gnat.com>
3898
3899         * decl.c (validate_size): Modify message for bad size to avoid
3900         implication that compiler is modifying the size.
3901
3902 2001-10-26  Robert Dewar <dewar@gnat.com>
3903
3904         * prj-util.adb: Minor reformatting. Fix bad header format.
3905
3906 2001-10-26  Robert Dewar <dewar@gnat.com>
3907
3908         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
3909
3910         * sinfo.ads: Clarify use of Associated_Node (documentation only).
3911
3912         * sem_ch12.adb: Change Node4 to Associated_Node. Change
3913         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
3914         much more narrowly in places where needed. These are cleanups.
3915
3916 2001-10-26  Joel Brobecker <brobecke@gnat.com>
3917
3918         * 5zosinte.ads (null_pthread): new constant.
3919
3920         * 5ztaprop.adb:
3921         (Initialize_TCB): Initialize thread ID to null, to be able to verify
3922          later that this field has been set.
3923         (Finalize_TCB): ditto.
3924         (Suspend_Task): Verify that the thread ID is not null before using it.
3925         (Resume_Task): ditto.
3926
3927         * s-tasdeb.adb:
3928         (Resume_All_Tasks): Lock the tasks list before using it.
3929         (Suspend_All_Tasks): ditto.
3930
3931 2001-10-26  Richard Kenner <kenner@gnat.com>
3932
3933         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
3934         Make constant variant of designated type for Is_Access_Constant.
3935         Call update_pointer_to with main variant.
3936
3937         * trans.c (process_freeze_entity, process_type):
3938         Call update_pointer_to on main variant.
3939
3940         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
3941         If main variant, update all other variants.
3942
3943         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
3944         TREE_STATIC.
3945
3946 2001-10-26  Robert Dewar <dewar@gnat.com>
3947
3948         * prj-util.adb: Minor reformatting
3949
3950 2001-10-26  Robert Dewar <dewar@gnat.com>
3951
3952         * prj-util.adb: Minor reformatting
3953
3954 2001-10-26  Robert Dewar <dewar@gnat.com>
3955
3956         * prj-attr.adb: Minor reformatting throughout
3957
3958 2001-10-26  Robert Dewar <dewar@gnat.com>
3959
3960         * prj-attr.ads: Minor reformatting
3961         Add ??? comment (this whole spec has almost no comments)
3962
3963 2001-10-26  Vincent Celier <celier@gnat.com>
3964
3965         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
3966         ("//") that precede the drive letter on Interix.
3967
3968 2001-10-26  Geert Bosch <bosch@gnat.com>
3969
3970         * gnat_rm.texi: Add GNAT Reference Manual.
3971
3972 2001-10-25  Robert Dewar <dewar@gnat.com>
3973
3974         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
3975         is Error. Similar change for other renaming cases.
3976
3977 2001-10-25  Robert Dewar <dewar@gnat.com>
3978
3979         * s-atacco.ads: Add pragma Inline_Always for functions.
3980         Fix header format. Add copyright 2001
3981
3982 2001-10-25  Ed Schonberg <schonber@gnat.com>
3983
3984         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
3985         return Error rather than Empty so that analysis can proceed.
3986
3987 2001-10-25  Ed Schonberg <schonber@gnat.com>
3988
3989         * sem_util.adb (Enter_Name): better handling of cascaded error
3990         messages when a unit appears in its own context.
3991
3992 2001-10-25  Ed Schonberg <schonber@gnat.com>
3993
3994         * sem_util.adb (Defining_Entity): in case of error, attach created
3995         entity to specification, so that semantic analysis can proceed.
3996
3997 2001-10-25  Robert Dewar <dewar@gnat.com>
3998
3999         * sem_util.adb
4000         (Defining_Entity): Deal with Error.
4001         (Process_End_Label): Deal with bad end label for.
4002
4003 2001-10-25  Ed Schonberg <schonber@gnat.com>
4004
4005         * sem_elab.adb (Check_A_Call): refine message when call is in an
4006         instance but callee is not declared in the generic unit.
4007
4008 2001-10-25  Ed Schonberg <schonber@gnat.com>
4009
4010         * sem_elab.adb (Check_A_Call): check for renaming before finding the
4011         enclosing unit, which may already be different from the calling unit.
4012
4013 2001-10-25  Geert Bosch <bosch@gnat.com>
4014
4015         * 4gintnam.ads: fix header format.
4016
4017 2001-10-25  Ed Schonberg <schonber@gnat.com>
4018
4019         * sem_res.adb (Resolve_Call): if the call is actually an indexing
4020         operation on the result of a parameterless call, perform elaboration
4021         check after the node has been properly rewritten.
4022
4023         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
4024         inlined within the generic tree, the defining identifier is not a
4025         compilation_unit.
4026
4027 2001-10-25  Ed Schonberg <schonber@gnat.com>
4028
4029         * sem_res.adb (Resolve): special-case resolution of Null in an
4030          instance or an inlined body to avoid view conflicts.
4031
4032         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
4033          compatibility by retrieving the access type of the generic copy.
4034
4035 2001-10-25  Robert Dewar <dewar@gnat.com>
4036
4037         * sem_ch3.adb:
4038         (Analyze_Number_Declaration): Handle error expression.
4039         (Signed_Integer_Type_Declaration): Handle error bound.
4040         (Analyze_Subtype_Indication): Handle error range.
4041
4042         * sem_util.adb (Get_Index_Bounds): Check for Error.
4043
4044 2001-10-25  Robert Dewar <dewar@gnat.com>
4045
4046         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
4047         in no run time mode.
4048
4049 2001-10-25  Pascal Obry <obry@gnat.com>
4050
4051         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
4052         mode case for ALLOC case.
4053
4054         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
4055         all platforms. Improvement of last change.
4056
4057 2001-10-25  Robert Dewar <dewar@gnat.com>
4058
4059         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
4060
4061 2001-10-25  Geert Bosch  <bosch@gnat.com>
4062
4063         * osint.adb (Is_Relative): Remove duplicate.
4064
4065 2001-10-25  Pascal Obry <obry@gnat.com>
4066
4067         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
4068         pathnames in UNIX and DOS style with drive letter.
4069         (Is_Relative): new routine.
4070
4071         * osint.adb: Minor reformatting
4072
4073         * osint.adb (Is_Relative): implementation using
4074         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
4075
4076 2001-10-25  Pascal Obry <obry@gnat.com>
4077
4078         * g-dirope.adb (Basename): correctly compute offset between the
4079         original Path and the translated one.
4080
4081         * g-dirope.adb: (Base_Name): add some comments.
4082
4083 2001-10-25  Robert Dewar <dewar@gnat.com>
4084
4085         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
4086         in HIE mode, avoids compilation abandoned message
4087
4088         * exp_imgv.adb: Correct typo in previous change
4089
4090         * exp_imgv.adb: Correct typo in previous change (not my day!)
4091
4092 2001-10-25  Robert Dewar <dewar@gnat.com>
4093
4094         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
4095
4096 2001-10-25  Pascal Obry <obry@gnat.com>
4097
4098         * g-awk.ads: Move all pragma inlines next to the routine
4099          declarations. This is more uniform with other GNAT spec.
4100
4101 2001-10-22  Geert Bosch  <bosch@gnat.com>
4102
4103         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
4104
4105 2001-10-19  Geert Bosch  <bosch@gnat.com>
4106
4107         * Makefile.in (tools, gnattools): Remove gnatmem.
4108
4109 2001-10-17  Richard Henderson  <rth@redhat.com>
4110
4111         * Makefile.in (misc.o): Depend on langhooks.h.
4112         * misc.c: Include it.
4113         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
4114         (LANG_HOOKS_DECODE_OPTION): New.
4115         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
4116
4117 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
4118
4119         * trans.c (tree_transform): Adjust to recent change in
4120         expand_asm_operands to implement named asm operands.
4121
4122 2001-10-11  Ed Schonberg  <schonber@gnat.com>
4123
4124         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
4125         renaming of discriminant for mutable record type.
4126
4127 2001-10-11  Robert Dewar  <dewar@gnat.com>
4128
4129         * validsw.adb: Properly save -gnatVn status.
4130
4131 2001-10-11  Robert Dewar <dewar@gnat.com>
4132
4133         * usage.adb: Add lines for V switch.
4134
4135         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
4136         (/VALIDITY_CHECKING).
4137
4138 2001-10-11  Ed Schonberg <schonber@gnat.com>
4139
4140         * sem_type.adb (Add_One_Interp): an operator for a type declared in
4141         an extension of System is known to be visible.
4142
4143 2001-10-11  Ed Schonberg <schonber@gnat.com>
4144
4145         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
4146         properly. Fixes regression on ACATS C34005G.
4147
4148 2001-10-11  Robert Dewar <dewar@gnat.com>
4149
4150         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
4151         loop in generic instance, since this is likely not very useful.
4152
4153 2001-10-11  Robert Dewar <dewar@gnat.com>
4154
4155         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
4156         the error message for high integrity mode.
4157
4158         * rtsfind.adb (RTE): Give message if we try to find an entity that
4159         is not available in high integrity mode.
4160
4161         * rtsfind.ads:
4162         (OK_To_Use_In_HIE_Mode): New array.
4163         (RTE): May return Empty in high integrity mode.
4164
4165         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
4166         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
4167
4168         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
4169         unit if not inlined always and in no runtime mode. Fixes problem
4170         caused by new Rtsfind changes.
4171
4172         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
4173         body is deleted.
4174
4175         * rtsfind.adb (RTE): Make sure we do not try to load unit after
4176         giving message for entity not available in high integrity mode.
4177
4178 2001-10-11  Pascal Obry <obry@gnat.com>
4179
4180         * impunit.adb: Add GNAT.CRC32.
4181
4182 2001-10-11  Ed Schonberg <schonber@gnat.com>
4183
4184         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
4185         properly the case where one universal operand in a non-static
4186         exponentiation of a real literal.
4187
4188 2001-10-11  Ed Schonberg <schonber@gnat.com>
4189
4190         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
4191         clause, return the gobal finalization list, for lack of anthing else.
4192
4193 2001-10-11  Ed Schonberg <schonber@gnat.com>
4194
4195         * exp_ch7.adb (Make_Transient_Block): if statement is within
4196         exception handler, always use new transient scope to place Clean
4197         procedure.
4198
4199 2001-10-11  Pascal Obry <obry@gnat.com>
4200
4201         * Makefile.in:
4202         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
4203         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
4204         (GNATLS_RTL_OBJS): add g-crc32.o
4205         (GNATMAKE_RTL_OBJS): add g-crc32.o
4206
4207         * ali-util.adb:
4208         (CRC_Match): new function.
4209         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
4210         instead of the previous simple checksum algorithm.
4211         (Time_Stamp_Mismatch): use CRC_Match for comparison.
4212         (Set_Source_Table): idem.
4213
4214         * ali-util.ads:
4215         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
4216         instead of simple checksum.
4217         (CRC_Match): new function.
4218         (CRC_Error): new constant.
4219
4220         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
4221         a CRC now and not a simple checksum. A CRC uses lower-case hex
4222         letters, fixes ambiguity in parsing.
4223
4224         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
4225         is what this variable will store.
4226
4227         * bcheck.adb: Change reference to chechsum in comments by CRC.
4228         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
4229         rename All_Checksum_Match to All_CRC_Match. Change due to API
4230         renaming since now GNAT does not use a simple checksum but a
4231         CRC using GNAT.CRC32.
4232
4233         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
4234         now and not anymore a simple checksum.
4235
4236         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
4237         places.
4238
4239         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
4240
4241         * scans.adb:
4242         (Restore_Scan_State): rename Checksum to CRC.
4243         (Save_Scan_State): idem.
4244
4245         * scans.ads:
4246         With GNAT.CRC32.
4247         (Checksum): rename to CRC.
4248         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
4249
4250         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
4251         GNAT.CRC32).  Update copyright notice.
4252
4253         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
4254         GNAT.CRC32).  Update copyright notice.
4255
4256         * scn.adb:
4257         (Accumulate_Checksum): removed.
4258         (Update): new procedure. Add a wide-character into the CRC.
4259
4260         * sinput-l.adb:
4261         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
4262         (Load_File): fix initialization of S (change Source_Checksum to
4263         Source_CRC)
4264
4265         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
4266         Source_CRC in S initialization.
4267
4268         * sinput.adb (Source_Checksum): renamed to Source_CRC.
4269
4270         * sinput.ads (Source_Checksum): renamed to Source_CRC.
4271         Update comments for the CRC.
4272
4273         * types.adb (Hex): Use lowercase for the letter part.
4274
4275         * types.ads (Get_Hex_String): Returns the hexadecimal representation
4276         for a word. This is currently used only for CRC. In previous version,
4277         the checksum was using a representation with all letter being
4278         upper-case. With the new implementation (using CRC) we do not remove
4279         the 32th bit of the CRC, so we can have an upper-case starting letter
4280         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
4281         It is ambigous since the CRC was optional and could be followed by
4282         options like EB, EE. So now this routines uses lower-case letter for
4283         the hexadecimal representation. Strange enough only lower case letters
4284         where checked in Scan_ALI (even if this was not a possible case).
4285
4286         * gnatvsn.ads (Library_Version): changed to 3.15a.
4287
4288         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
4289         for the compiler.
4290
4291         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
4292         for the compiler.
4293
4294         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
4295         Add 2001 to copyright notice
4296         (Accumulate_Checksum): Modify to use System.CRC32.
4297
4298         * ali-util.ads: Redo changes of previous revision to continue to use
4299         the word Checksum. Add 2001 to copyright notice.
4300
4301         * ali.adb: Undo some of previous changes, not needed.
4302         Keep the change for lower case letters in the checksum.
4303
4304         * ali.ads: Undo previous change not needed.
4305
4306         * bcheck.adb: Undo most of previous change, not needed.
4307         But do use Checksums_Match for checksum comparison.
4308
4309         * gnatls.adb: Undo most of previous change, not needed.
4310         But do use Checksums_Match for comparing checksums.
4311
4312         * lib-load.adb: Undo previous change, not needed.
4313
4314         * lib-writ.adb: Undo previous change, not needed.
4315
4316         * lib-writ.ads: Document that checksums use lower case,
4317         not upper case letters.
4318
4319         * scans.adb: Undo previous change, not needed
4320
4321         * scans.ads: Undo previous change, not needed.
4322
4323         * scn-nlit.adb: Undo previous changes, not needed.
4324
4325         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
4326
4327         * scn.adb:
4328         (Accumulate_Checksum): Use System.CRC32.
4329         (Initialize_Checksum): New procedure.
4330         Remove other changes of previous revision.
4331
4332         * sinput-p.adb: Undo previous change, not needed.
4333
4334         * sinput.adb: Undo previous change, not needed.
4335
4336         * sinput-l.adb: Undo previous change, not needed.
4337
4338         * sinput.ads: Undo previous change, not needed.  Keep only comment
4339         on new checksum algorithm
4340
4341         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
4342         Also remove a-tags and a-stream from GNAT sources.
4343
4344         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
4345
4346         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
4347
4348 2001-10-11  Geert Bosch  <bosch@gnat.com>
4349
4350         * einfo.h: Regenerate.
4351
4352         * nmake.ads: Regenerate.
4353
4354         * nmake.adb: Regenerate.
4355
4356         * sinfo.h: Regenerate.
4357
4358         * treeprs.adb: Regenerate.
4359
4360 2001-10-10  Geert Bosch  <bosch@gnat.com>
4361
4362         * gnat-style.texi: New file describing coding guidelines for Ada.
4363
4364 2001-10-10  Ed Schonberg <schonber@gnat.com>
4365
4366         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
4367         is Flag174.
4368
4369 2001-10-10  Geert Bosch  <bosch@gnat.com>
4370
4371         * snames.ads: Add new names for project facility.
4372
4373         * snames.adb: Update to reflect snames.ads changes.
4374
4375         * snames.h: Update to reflect snames.ads changes.
4376
4377 2001-10-10  Vincent Celier <celier@gnat.com>
4378
4379         * make.adb:
4380         (Add_Switches): reflect the changes for the switches attributes
4381         Default_Switches indexed by the programming language,
4382         Switches indexed by the file name.
4383         (Collect_Arguments_And_Compile): Idem.
4384         Reflect the attribute name changes.
4385
4386         * prj-attr.adb:
4387         (Initialisation_Data): Change the names of some packages and
4388         attributes.
4389         (Initialize): process case insensitive associative arrays.
4390
4391         * prj-attr.ads:
4392         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
4393
4394         * prj-dect.adb:
4395         (Parse_Attribute_Declaration): For case insensitive associative
4396          arrays, set the index string to lower case.
4397
4398         * prj-env.adb:
4399         Reflect the changes of the project attributes.
4400
4401         * prj-nmsc.adb:
4402         Replace Check_Naming_Scheme by Ada_Check and
4403         Language_Independent_Check.
4404
4405         * prj-nmsc.ads:
4406         Replaced Check_Naming_Scheme by 2 procedures:
4407         Ada_Check and Language_Independent_Check.
4408
4409         * prj-proc.adb:
4410         (Process_Declarative_Items): For case-insensitive associative
4411         arrays, set the index string to lower case.
4412         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
4413         Prj.Nmsc.Check_Naming_Scheme.
4414
4415         * prj-tree.adb:
4416         (Case_Insensitive): New function
4417         (Set_Case_Insensitive): New procedure
4418
4419         * prj-tree.ads:
4420         (Case_Insensitive): New function
4421         (Set_Case_Insensitive): New procedure
4422         (Project_Node_Record): New flag Case_Insensitive.
4423
4424         * prj-util.adb:
4425         (Value_Of): new function to get the string value of a single
4426         string variable or attribute.
4427
4428         * prj-util.ads:
4429         (Value_Of): new function to get the string value of a single
4430         string variable or attribute.
4431
4432         * prj.adb:
4433         (Ada_Default_Spec_Suffix): New function
4434         (Ada_Default_Impl_Suffix): New function
4435         Change definitions of several constants to reflect
4436         new components of record types.
4437
4438         * prj.ads:
4439         (Naming_Data): Change several components to reflect new
4440         elements of naming schemes.
4441         (Project_Data): New flags Sources_Present and
4442         Language_Independent_Checked.
4443         (Ada_Default_Spec_Suffix): New function.
4444         (Ada_Default_Impl_Suffix): New function.
4445
4446         * snames.ads:
4447         Modification of predefined names for project manager: added
4448         Implementation, Specification_Exceptions, Implementation_Exceptions,
4449         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
4450         Default_Switches, _Languages, Builder, Cross_Reference,
4451         Finder. Removed Body_Part, Specification_Append, Body_Append,
4452         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
4453         Gnatlink.
4454
4455         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
4456         Add comments.
4457
4458         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
4459         not that it is Nil_Variable_Value.
4460
4461         * prj.ads: Add ??? for uncommented declarations
4462
4463 2001-10-10  Ed Schonberg <schonber@gnat.com>
4464
4465         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
4466         constant, do not indicate possible modification, so that gigi can
4467         treat it as a bona fide constant.
4468
4469 2001-10-10  Robert Dewar <dewar@gnat.com>
4470
4471         * sem_prag.adb: Add processing for pragma External.
4472
4473         * snames.ads: Add entry for pragma External.
4474
4475         * par-prag.adb: Add pragma External.
4476
4477         * snames.adb: Updated to match snames.ads.
4478
4479 2001-10-10  Ed Schonberg <schonber@gnat.com>
4480
4481         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
4482         a dynamic task if the allocator appears in an indexed assignment
4483         or selected component assignment.
4484
4485         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
4486         For a dynamic task in an assignment statement, use target of
4487         assignment to generate meaningful name.
4488
4489 2001-10-10  Ed Schonberg <schonber@gnat.com>
4490
4491         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
4492         a generic package.
4493
4494         * einfo.ads: Body_Entity is also defined for generic package.
4495         Documentation change only
4496
4497         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
4498         others_choice for a discriminated component initialization,
4499         convert discriminant references into the corresponding discriminals.
4500
4501         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
4502         only if original type is private and expression has to be wrapped
4503         in a conversion.
4504
4505         * checks.adb:
4506         (Apply_Constraint_Check): Do not perform length check
4507         if expression is an aggregate with only an others_choice.
4508         (Length_N_Cond): two references to the same in_parameter
4509         (typically the discriminal in an init_proc) denote the same value.
4510         Two useful optimization uncovered by bugfixes above.
4511
4512 2001-10-10  Robert Dewar <dewar@gnat.com>
4513
4514         * xeinfo.adb: Change int to char in translation of enumeration types.
4515         This fixes a problem in the C representation of component alignment.
4516         Add 2001 to copyright notice
4517
4518 2001-10-10  Richard Kenner <kenner@gnat.com>
4519
4520         * decl.c: (validate_size): Do check size of object of integral type
4521         if it is a packed array type.
4522
4523 2001-10-10  Richard Kenner <kenner@gnat.com>
4524
4525         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
4526         VAR_DECL for constant if not Is_Public but -O0.
4527
4528 2001-10-10  Richard Kenner  <kenner@gnat.com>
4529
4530         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
4531
4532 2001-10-10  Geert Bosch  <bosch@gnat.com>
4533
4534         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
4535         use '/' as switch character, allowing for absolute file names.
4536
4537 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4538
4539         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
4540         FSF address.
4541
4542 2001-10-08  Geert Bosch  <bosch@gnat.com>
4543
4544         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
4545         Automatically build utilities when files need to be regenerated.
4546
4547 2001-10-08  Geert Bosch  <bosch@gnat.com>
4548
4549         * xsnames.adb: New utility for updating snames.ads and snames.adb
4550
4551 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
4552
4553         * Make-lang.in (ADAFLAGS): Add -W -Wall.
4554         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
4555         (gnat1): Also depend on attribs.o.
4556         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
4557         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
4558         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
4559         (ADAFLAGS): Add -W -Wall.
4560         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
4561         take out CFLAGS.
4562
4563         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
4564         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
4565         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
4566         Use $(ADAC), not $(CC), as compilation command.
4567
4568         (gnattools): Depend directly on tools to build, don't use
4569         recursive make.
4570         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
4571
4572         * einfo.h, sinfo.h: New files (autogenerated).
4573
4574 2001-10-08  Richard Henderson  <rth@redhat.com>
4575
4576         * comperr.adb (Abort_In_Progress): New.
4577         (Compiler_Abort): Use it to prevent recursion.
4578
4579 2001-10-08  Robert Dewar <dewar@gnat.com>
4580
4581         * atree.adb: Set Error_Posted in Error node, helps error recovery.
4582
4583         * par-endh.adb (Output_End_Expected): We should also not test
4584         Error_Posted on the Error node, since now it is always set.
4585
4586         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
4587         to help error recovery. Part of general work on 9407-004.
4588
4589         * par.adb: Add ??? for misuse of error
4590
4591         * sem_res.adb:
4592         (Resolve): Defend against Error, fixes 9407-003.
4593         (Resolve_Discrete_Subtype_Indication): Defend against Error.
4594
4595         * sinfo.ads (N_Error): Now has Etype field (which will be set
4596         to Any_Type to help error recovery).
4597
4598 2001-10-08  Richard Kenner (kenner@gnat.com)
4599
4600         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
4601         Consistently set MEM attributes from expression; fixes
4602         bootstrap failure on x86.
4603
4604 2001-10-08  Geert Bosch  (bosch@gnat.com)
4605
4606         * 5oosinte.adb: Add 2001 to copyright notice.
4607
4608 2001-10-08  Geert Bosch  (bosch@gnat.com)
4609
4610         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
4611
4612         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
4613
4614 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4615
4616         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
4617
4618 2001-10-05  Geert Bosch  (bosch@gnat.com)
4619
4620         * adaint.h: Small formatting fix.
4621
4622 2001-10-04  Geert Bosch  <bosch@gnat.com>
4623
4624         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
4625         Arg is int, not FILE *, in dummy version of functions.
4626
4627         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
4628         Arg is int, not FILE *.
4629
4630 2001-10-04  Geert Bosch  <bosch@gnat.com>
4631
4632         * 3lsoccon.ads: Added file, missed with initial check ins.
4633
4634         * 4lintnam.ads: Fix header format.
4635         Change Linux to GNU/Linux.
4636
4637         * 5iosinte.adb: Change Linux to GNU/Linux.
4638
4639         * 5iosinte.ads: Change Linux to GNU/Linux.
4640
4641         * 5itaprop.adb: Change Linux to GNU/Linux.
4642
4643         * 5itaspri.ads: Change Linux to GNU/Linux.
4644         Update copyright notice.
4645
4646         * 5lintman.adb: Change Linux to GNU/Linux.
4647
4648         * 5lml-tgt.adb: Change Linux to GNU/Linux.
4649
4650         * 5losinte.ads: Change Linux to GNU/Linux.
4651
4652         * 5lsystem.ads: Change Linux to GNU/Linux.
4653
4654         * 5qosinte.adb: Change Linux to GNU/Linux.
4655
4656         * 5qosinte.ads: Change Linux to GNU/Linux.
4657
4658         * 5qparame.ads: Change Linux to GNU/Linux.
4659
4660         * 5qtaprop.adb: Change Linux to GNU/Linux.
4661
4662         * 5qtaspri.ads: Change Linux to GNU/Linux.
4663         Add 2001 to copyright notice.
4664
4665         * 5vintman.ads: Change Linux to GNU/Linux.
4666         Fix header format.  Add 2001 to copyright notice.
4667
4668         * g-soccon.ads: Change Linux to GNU/Linux.
4669
4670         * g-trasym.ads: Change Linux to GNU/Linux.
4671         Add 2001 to copyright notice.
4672
4673         * memtrack.adb: Change Linux to GNU/Linux.
4674
4675         * s-intman.ads: Change Linux to GNU/Linux.
4676         Add 2001 to copyright notice.  Fix header format.
4677
4678         * s-stache.adb: Change Linux to GNU/Linux.
4679
4680         * adaint.c: Change Linux to GNU/Linux.
4681
4682         * cio.c: Change Linux to GNU/Linux.
4683
4684         * cstreams.c: Change Linux to GNU/Linux.
4685
4686         * init.c: Change Linux to GNU/Linux.
4687
4688         * gmem.c: Change Linux to GNU/Linux.
4689
4690         * tracebak.c: Change Linux to GNU/Linux.
4691
4692
4693 2001-10-02  Geert Bosch  <bosch@gnat.com>
4694
4695         * misc.c (insert_default_attributes): Add dummy version.