aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/misc.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-30adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy.Kaveh R. Ghazi1-2/+1
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-50/+0
2002-06-02diagnostic.h (struct diagnostic_context): Add new member internal_error.Gabriel Dos Reis1-1/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-2/+3
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-3/+0
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-0/+2
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-0/+2
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-0/+6
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-0/+2
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-0/+4
2002-03-28* misc.c (gnat_expand_expr): Move prototype.Neil Booth1-2/+2
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-8/+0
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-4/+4
2002-03-27gcc-common.c (lang_mark_false_label_stack): Remove.Neil Booth1-4/+0
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-2/+5
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-12/+0
2002-03-20Makefile.in: Update.Neil Booth1-1/+2
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-6/+6
2002-03-14Delete all lines containing "$Revision:".Geoffrey Keating1-1/+0
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-52/+40
2002-03-0841intnam.ads, [...]: Merge in ACT changes.Geert Bosch1-282/+124
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-10/+1
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-2/+1
2001-12-19sem_res.adb (Resolve_Selected_Component): do not generate a discriminant chec...Geert Bosch1-0/+1
2001-12-16osint.adb (Create_Debug_File): When an object file is specified...Geert Bosch1-4/+5
2001-12-01Makefile.in (misc.o): Add missing $(srcdir) prefix and add optabs.h dependency.Graham Stott1-5/+7
2001-11-28misc.c (gnat_expand_constant): Move declaration above definition of lang_hooks.Zack Weinberg1-11/+5
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-8/+6
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-36/+35
2001-11-09Makefile.in: Update.Neil Booth1-34/+11
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-11/+6
2001-11-06Clean up langhooksNeil Booth1-1/+2
2001-10-31misc.c (gnat_expand_expr, [...]): Remove call to set_mem_attributes since not...Richard Kenner1-1/+0
2001-10-29* init.c:Geert Bosch1-21/+1
2001-10-23misc.c (gnat_init, [...]): Now static.Richard Kenner1-5/+17
2001-10-17Makefile.in (misc.o): Depend on langhooks.h.Richard Henderson1-4/+11
2001-10-10* misc.c (struct lang_hooks): Add new initializer to match GCC change.Richard Kenner1-1/+2
2001-10-08misc.c (gnat_expand_expr, [...]): Consistently set MEM attributes from expres...Richard Kenner1-20/+5
2001-10-03* misc.c (insert_default_attributes): Add dummy version.Geert Bosch1-1/+9
2001-10-02New Language: AdaRichard Kenner1-0/+1098