aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2008-04-14sem_util.ads, [...] (In_Subprogram): Remove.Robert Dewar4-16/+7
2008-04-14re PR ada/18680 (pragma Linker_Section problems)Samuel Tardieu2-0/+12
2008-04-14re PR ada/16098 (Illegal program not detected, RM 13.1(6))Samuel Tardieu2-0/+36
2008-04-14re PR ada/15915 (Illegal program not detected, RM 13.11(15))Samuel Tardieu5-1/+26
2008-04-14sem_util.ads, [...] (In_Subprogram): New function.Samuel Tardieu4-1/+21
2008-04-14re PR ada/20822 (makeinfo cannot process gnat_ugn_unw.texi)Rolf Ebert2-5/+33
2008-04-14re PR ada/35050 (renames entities not in symbol table)Samuel Tardieu2-13/+22
2008-04-13re PR ada/17985 (GNAT accepts extension aggregate where expexted type is not ...Samuel Tardieu2-1/+9
2008-04-13sfn_scan.adb, [...]: Fix comment typos.Ralf Wildenhues46-191/+206
2008-04-13sem_ch10.adb, [...]: Fix comment typos.Ralf Wildenhues32-215/+227
2008-04-13s-secsta.adb, [...]: Fix comment typos.Ralf Wildenhues62-167/+192
2008-04-12re PR ada/35825 (Update g-soccon-rtems.ads)Joel Sherrill2-0/+6
2008-04-12re PR ada/35917 (s-linux.ads:106:41: "int" is not visible)Arnaud Charlet2-1/+5
2008-04-10gnat_ugn.texi: Fix typos.Ralf Wildenhues69-155/+183
2008-04-09re PR ada/28305 (GNAT bug when inlining instance of a generic subprogram)Samuel Tardieu2-2/+14
2008-04-09decl.c (validate_size): Set minimum size for fat pointers same as access types.Doug Rupp13-30/+117
2008-04-08gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.Eric Botcazou5-3/+126
2008-04-08decl.c (prepend_attributes): Fix typo.Eric Botcazou6-11/+16
2008-04-08ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.Eric Botcazou4-21/+35
2008-04-08decl.c (gnat_to_gnu_entity): If -gnatd.a and not optimizing alignment for spa...Eric Botcazou7-89/+167
2008-04-08decl.c (adjust_packed): Expand comment.Eric Botcazou2-1/+7
2008-04-08Resync.Arnaud Charlet1-4/+26
2008-04-08Removed.Arnaud Charlet1-387/+0
2008-04-08Update comments.Arnaud Charlet2-3/+3
2008-04-08New file.Arnaud Charlet2-0/+698
2008-04-08Change name In_Default_Expression => In_Spec_Expression Change name...Arnaud Charlet1-4/+4
2008-04-08(Task_Address): New subtype of System.AddressArnaud Charlet2-0/+24
2008-04-08(Task_Address): New subtypeArnaud Charlet1-0/+12
2008-04-08Use Task_Address.Arnaud Charlet2-3/+6
2008-04-08(Short_Address_Size): New constant.Arnaud Charlet1-4/+5
2008-04-08(Minimum_Stack_Size): Increase value to 16KArnaud Charlet1-2/+4
2008-04-08(malloc32, realloc32): New functions.Arnaud Charlet1-1/+12
2008-04-08Update comments.Arnaud Charlet1-4/+26
2008-04-08Update comments.Arnaud Charlet1-2/+2
2008-04-08* makeutl.adb (Path_Or_File_Name): New functionArnaud Charlet1-4/+32
2008-04-08Use Task_Address instead of System.Address.Arnaud Charlet1-2/+3
2008-04-08Resync.Arnaud Charlet1-0/+1451
2008-04-08bindgen.adb (Gen_Adainit_Ada): If the main program is a CIL function...Jerome Lambourg3-8/+94
2008-04-08g-comlin.ads, [...] (Expansion): Remove unreachable return statement.Emmanuel Briot4-14/+44
2008-04-08binde.adb (Gather_All_Links, [...]): units that are mentioned in limited_with...Ed Schonberg1-16/+24
2008-04-08impunit.adb: Add Interfaces.Java.JNI...Robert Dewar28-83/+111
2008-04-08ctrl_c.c: Improve handling of ctrl-c on LynxOS and Windows.Eric Botcazou1-3/+14
2008-04-08gen-soccon.c: Bump year in copyright notices.Thomas Quinot2-10/+12
2008-04-08vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when AAMP_On_T...Vincent Celier7-253/+1369
2008-04-08a-direct.adb (Start_Search): Check for Name_Error before checking for Use_Err...Vincent Celier1-69/+108
2008-04-08vxaddr2line.adb: Use Unsigned_32 instead of Integer for address type.Tristan Gingold1-20/+30
2008-04-08types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).Bob Duff1-2/+2
2008-04-08tree_io.ads: Increase ASIS_Version_Number because of adding Sem_Aux to the se...Sergey Rybin1-3/+3
2008-04-08stylesw.adb: Implement -gnaty + - y optionsRobert Dewar2-13/+134
2008-04-08styleg.adb (Check_Comment): Allow special char after -- in non-end-of-line caseRobert Dewar1-16/+28