aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2009-11-24sem_util.adb (Set_Debug_Info_Needed): For an E_Class_Wide_Subtype, also set t...Eric Botcazou6-94/+117
2009-11-24exp_util.adb (Make_CW_Equivalent_Type): Do not mark the type as frozen for ta...Eric Botcazou9-54/+39
2009-11-23Fix nitsEric Botcazou1-29/+28
2009-11-23decl.c (gnat_to_gnu_entity): Pass the list of attributes when building the co...Eric Botcazou3-5/+14
2009-11-23re PR ada/42153 (s-osinte.adb:46:21: missing body for "To_Duration" declared ...Eric Botcazou17-330/+82
2009-11-23* adaint.h: Assume large file support on IRIX only if _LFAPI.Rainer Orth2-1/+5
2009-11-21s-osinte-linux.ads (struct_timeval, [...]): Delete.Eric Botcazou5-69/+54
2009-11-12linux-unwind.h (sparc64_fallback_frame_state): Tidy.Eric Botcazou2-3/+7
2009-11-10re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou5-4/+12
2009-11-10system-linux-alpha.ads (AAMP, [...]): Delete.Eric Botcazou11-72/+58
2009-11-08decl.c (make_packable_type): Fix oversight.Eric Botcazou2-46/+31
2009-11-05* gcc-interface/utils.c (gnat_type_for_mode): Handle vector modes.Eric Botcazou2-6/+22
2009-11-05trans.c (lvalue_required_p): New case.Eric Botcazou2-11/+22
2009-10-30utils.c (MAX_FIXED_MODE_SIZE): Delete.Eric Botcazou3-23/+23
2009-10-30[multiple changes]Arnaud Charlet9-67/+133
2009-10-30[multiple changes]Arnaud Charlet4-172/+192
2009-10-302009-10-30 Emmanuel Briot <briot@adacore.com>Emmanuel Briot7-745/+1300
2009-10-30make.adb, [...] (Library_File_Stamp): Removed, since unused.Emmanuel Briot4-36/+93
2009-10-30Remove executable property.Arnaud Charlet3-0/+0
2009-10-30[multiple changes]Arnaud Charlet22-111/+104
2009-10-30[multiple changes]Arnaud Charlet4-10/+42
2009-10-30[multiple changes]Arnaud Charlet8-54/+172
2009-10-30Mention PREric Botcazou1-0/+1
2009-10-29decl.c (make_type_from_size): Do not create integer types with precision 0.Eric Botcazou2-0/+9
2009-10-29decl.c (array_type_has_nonaliased_component): Swap parameters and rewrite com...Eric Botcazou2-10/+62
2009-10-29trans.c (Attribute_to_gnu): Do not return the RM size for padded types.Eric Botcazou2-13/+18
2009-10-29[multiple changes]Arnaud Charlet4-15/+62
2009-10-28[multiple changes]Arnaud Charlet4-59/+148
2009-10-28[multiple changes]Arnaud Charlet3-2/+19
2009-10-28[multiple changes]Arnaud Charlet7-71/+105
2009-10-28* gcc-interface/Make-lang.in: Update dependencies.Arnaud Charlet2-223/+232
2009-10-28[multiple changes]Arnaud Charlet8-41/+56
2009-10-28[multiple changes]Arnaud Charlet7-277/+250
2009-10-28[multiple changes]Arnaud Charlet24-488/+787
2009-10-27decl.c (purpose_member_field): New static function.Eric Botcazou2-3/+26
2009-10-27raise-gcc (db_region_for): Use _Unwind_GetIPInfo instead of _Unwind_GetIP if ...Eric Botcazou2-10/+30
2009-10-27s-fileio.adb, [...]: Minor reformattingRobert Dewar6-59/+58
2009-10-27Minor doc updates.Arnaud Charlet1-13/+6
2009-10-27sem_warn.adb, [...]: Minor reformatting.Robert Dewar4-18/+52
2009-10-27[multiple changes]Arnaud Charlet10-29/+345
2009-10-27[multiple changes]Arnaud Charlet5-42/+59
2009-10-27[multiple changes]Arnaud Charlet11-95/+192
2009-10-27[multiple changes]Arnaud Charlet6-8/+81
2009-10-24decl.c (gnat_to_gnu_entity): When processing the parent type...Eric Botcazou2-9/+16
2009-10-24Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.Eric Botcazou3-4/+25
2009-10-21decl.c (build_subst_list): Convert the expression of the constraint to the ty...Eric Botcazou2-6/+15
2009-10-21decl.c (gnat_to_gnu_entity): Do not create a new TYPE_DECL when a type is pad...Eric Botcazou2-2/+11
2009-10-21utils.c (create_subprog_decl): Do not redefine main_identifier_node.Eric Botcazou2-2/+7
2009-10-17Fix typoEric Botcazou1-1/+1
2009-10-17utils.c (convert): When converting to a padded type with an inner type of sel...Eric Botcazou2-4/+15