aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2004-10-05mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2Vincent Celier2-3/+10
2004-10-04re PR ada/15156 (gnatlink does not link due to undefined symbol _gnat__string...Laurent GUERBY2-4/+10
2004-10-04tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all other x86 pl...Pascal Obry2-8/+5
2004-10-04s-tassta.adb (Task_Wrapper): Make it Convention C...Olivier Hainque2-56/+57
2004-10-04re PR ada/13897 (gnat does not implement tasking on powerpc)Bernard Banner4-0/+401
2004-10-04init.c (__gnat_initialize): Call an Ada subprogram to perform the table regis...Olivier Hainque2-5/+21
2004-10-04sem_ch4.adb (Try_Object_Operation): Reformat the code to expand in-line the c...Javier Miranda2-36/+25
2004-10-04s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct sizeEd Falis2-6/+13
2004-10-04g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter in the ...Sergey Rybin2-6/+16
2004-10-04sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as IF and CASE.Robert Dewar2-62/+134
2004-10-04g-spipat.adb: (XMatch): Avoid warning for Logic_Error callRobert Dewar2-3/+10
2004-10-04exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not consider exp...Robert Dewar2-10/+33
2004-10-04exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no longer ne...Robert Dewar4-38/+106
2004-10-04a-except.adb: Add a comment for last changeRobert Dewar8-20/+27
2004-10-04sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as Inline_Always w...Ed Schonberg3-23/+24
2004-10-04sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of class_wide ...Ed Schonberg2-232/+191
2004-10-04sem_ch12.adb (Check_Generic_Actuals): New predicate Denotes_Previous_Actual...Ed Schonberg2-84/+220
2004-10-04exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled...Ed Schonberg2-0/+13
2004-10-04sem_util.adb (Explain_Limited_Type): Ignore internal components when searchin...Ed Schonberg4-14/+107
2004-10-04cuintp.c, [...]: Use gcc_assert and gcc_unreachable.Richard Kenner6-251/+189
2004-10-04a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character in file ...Vincent Celier2-5/+13
2004-10-04prj-part.adb (Parse_Single_Project): Call Is_Extending_All (Extended_Project)...Vincent Celier3-16/+33
2004-10-04mlib-tgt-tru64.adb, [...] (Build_Dynamic_Library): New parameter Options_2.Vincent Celier16-47/+169
2004-10-04s-tposen.adb (Service_Entry): The object must be always unlocked at the end o...Jose Ruiz2-27/+38
2004-10-04targparm.ads, [...] (Targparm_Tags): Add PAS value corresponding to the Preal...Jose Ruiz38-669/+837
2004-10-04usage.adb: Change "pragma inline" to "pragma Inline" in information and error...Thomas Quinot2-2/+7
2004-10-04exp_dist.adb: Split declaration of asynchronous flag out of Add_RACW_Read_Att...Thomas Quinot2-60/+107
2004-10-04g-socket.ads, [...]: Add new sockets constant MSG_NOSIGNAL (Linux-specific).Thomas Quinot17-145/+207
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2-1/+5
2004-09-23re PR ada/17540 (Duplicate symbols while building Ada)Robert Dewar3-28/+79
2004-09-21decl.c (gnat_to_gnu_entity): Check for a dummy designated type via TYPE_MODE ...Olivier Hainque2-1/+8
2004-09-21decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit...Robert Dewar6-50/+74
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2-18/+7
2004-09-20re PR ada/17540 (Duplicate symbols while building Ada)Robert Dewar2-1/+16
2004-09-20* 5tsystem.ads: Removed, no longer used.Arnaud Charlet2-236/+4
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham8-52/+65
2004-09-17prj-attr-pm.ads, [...]: New files, to split some private capabilities of the ...Vincent Celier3-0/+118
2004-09-13[multiple changes]Arnaud Charlet66-1700/+3658
2004-09-01Fix commit date in previous set of changes.Arnaud Charlet1-6/+6
2004-09-01[multiple changes]Arnaud Charlet23-222/+477
2004-09-01Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.Andreas Schwab3-1/+9
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell2-2/+4
2004-08-27* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.Nathan Sidwell2-1/+5
2004-08-27* Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.Andreas Schwab2-1/+5
2004-08-25ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.Nathan Sidwell2-1/+6
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell5-19/+21
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-1/+6
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell2-2/+7
2004-08-18alias.c (readonly_fields_p): Remove.Richard Henderson2-2/+4
2004-08-16cuintp.c (UI_To_gnu): Be more conservative with build_int_cst call.sNathan Sidwell3-14/+29