aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2002-05-02Fix i960-rtems Ada build failure reported by Joel Sherrill.Jim Wilson2-1/+5
2002-05-02x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.John David Anglin2-8/+20
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth2-2/+7
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2-3/+4
2002-04-21* gnat_rm.texi: Use @ifnottex instead of @ifinfo.Joseph Myers2-3/+7
2002-04-21* gnat_ug.texi: New file.Florian Weimer2-0/+24893
2002-04-21gnat_rm.texi: Do not include texiplus.texi.Florian Weimer5-3/+1429
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth3-15/+5
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell2-1/+6
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth5-13/+23
2002-04-04make.adb: Implement -margs, remove restriction about file name placement.Laurent Guerby4-17/+23
2002-04-04utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.Neil Booth2-210/+215
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth7-19/+33
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth5-13/+29
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth4-8/+11
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth5-32/+39
2002-03-29Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts directory.Andreas Schwab2-3/+8
2002-03-28* checks.ads:Matthew Gingell7-101/+302
2002-03-28prj-pp.adb: New file.Geert Bosch3-0/+733
2002-03-28* Makefile.in (stamp-sdefault): Fix path for Makefile.Andreas Jaeger2-1/+5
2002-03-28* misc.c (gnat_expand_expr): Move prototype.Neil Booth2-2/+6
2002-03-27Makefile.in (attribs.o): Update.Neil Booth2-8/+4
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth2-4/+10
2002-03-27gcc-common.c (lang_mark_false_label_stack): Remove.Neil Booth2-4/+4
2002-03-26* prj-makr.ads, prj-makr.adb : New files.Geert Bosch3-0/+1085
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth2-2/+10
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-3/+11
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth2-12/+4
2002-03-24* gigi.h (yyparse): Remove.Neil Booth2-4/+4
2002-03-23gnat_rm.texi: Sync with ACT version.Florian Weimer2-1486/+1688
2002-03-20Makefile.in: Update.Neil Booth2-1/+7
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth2-6/+11
2002-03-14Delete all lines containing "$Revision:".Geoffrey Keating1363-1570/+64
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2-52/+48
2002-03-12Fix typo in comment.Richard Henderson1-1/+1
2002-03-11* Makefile.in (.NOTPARALLEL): Add fake tag.Richard Henderson2-0/+8
2002-03-08adadecode.c, [...]: New files.Geert Bosch16-0/+3115
2002-03-0841intnam.ads, [...]: Merge in ACT changes.Geert Bosch471-24416/+30562
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2-4/+8
2002-02-28Makefile.in (integrate.o): Update.Neil Booth2-10/+5
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2-2/+7
2002-02-07adaint.c (__gnat_to_gm_time): First arg is int, not time_t.Richard Henderson3-5/+9
2002-02-01Fix year typos.Richard Henderson1-1/+1
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson2-2/+7
2001-12-23utils.c (end_subprog_body): Push GC context around rest_of_compilation for ne...Richard Henderson2-1/+16
2001-12-23* 5nosinte.ads: Get definition of "int" from Interfaces.C.Richard Henderson2-1/+8
2001-12-23gnat-style.texi (Declarations and Types): Remove ancient style rule which was...Florian Weimer2-7/+5
2001-12-23gnat-style.texi (header): Add @dircategory, @direntry.Florian Weimer2-103/+147
2001-12-22make.adb (Add_Switch): Make Generic_Position a procedure.Florian Weimer2-19/+34
2001-12-20bindgen.adb: Minor reformattingGeert Bosch19-179/+789