aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2005-01-03make.adb (Collect_Arguments_And_Compile): Do not attempt to build libraries w...Arnaud Charlet1-2/+6
2005-01-03re PR ada/16949 (sinfo.ads refers to a SPITBOL program (creating sinfo.h) whi...Arnaud Charlet1-2/+2
2005-01-03re PR ada/17527 (Ada Bootstrap problem because of -Werror)Arnaud Charlet1-8/+6
2005-01-03i-cstrin.adb (Update): Do not append a null in form called with a String.Arnaud Charlet1-1/+7
2005-01-03* i-c.adb (To_C): Raise CE if string is null and Append_NullArnaud Charlet1-9/+8
2005-01-03exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly copied from M...Arnaud Charlet2-37/+83
2005-01-03exp_dist.adb: Declare subprogram index in Build_RPC_Receiver_Body...Arnaud Charlet5-1143/+2237
2005-01-03exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the generatio...Arnaud Charlet1-8/+22
2005-01-03exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the bounds can b...Arnaud Charlet3-44/+45
2005-01-03eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.Arnaud Charlet2-107/+87
2005-01-03decl.c (compatible_signatures_p): New function.Arnaud Charlet3-3/+91
2005-01-03checks.adb (Apply_Alignment_Check): Generate a warning if an object address i...Arnaud Charlet1-17/+31
2005-01-03bld.ads, [...]: Remove gpr2make, replaced by gprmake.Arnaud Charlet12-4784/+481
2005-01-03atree.adb: Add a fifth component to entities This allows us to add 32 flags a...Arnaud Charlet5-50/+1047
2005-01-03s-atacco.ads, [...]: Protect use of 'Constrained by warnings on/off...Arnaud Charlet33-508/+1225
2005-01-03gen-soccon.c: New utility program to generate g-soccon.ads automatically.Arnaud Charlet14-39/+666
2004-12-30re PR ada/19128 (Bug box while building asharp)Sohail Somani2-26/+31
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou3-2/+7
2004-12-22[multiple changes]Richard Henderson2-3/+11
2004-12-19* trans.c (gigi): Update gimplify_body call.Richard Henderson2-1/+5
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell2-1/+4
2004-12-08Resync.Arnaud Charlet1-0/+380
2004-12-08g-socket.ads (Get_Host_By_Address, [...]): Clarify documentation of the behav...Arnaud Charlet20-529/+994
2004-12-08* vxaddr2line.adb: Add support for x86 vxworksArnaud Charlet1-4/+8
2004-12-08sem_ch8.adb (Find_Type): If node is a reference to 'Base and the prefix is no...Arnaud Charlet1-26/+26
2004-12-08sem_ch5.adb (One_Bound): Remove call to Resolve...Arnaud Charlet1-8/+21
2004-12-08sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram used to rec...Arnaud Charlet1-43/+68
2004-12-08nlists.adb (Prepend_Debug): Remove parameters and nest within Prepend.Arnaud Charlet2-96/+97
2004-12-08misc.c (gnat_types_compatible_p, [...]): Remove.Arnaud Charlet3-36/+18
2004-12-08* Makefile.in: Add support for foreign threads on VMS.Arnaud Charlet1-1/+1
2004-12-08lib-xref.adb (Generate_Reference): Handle properly a reference to an entry fo...Arnaud Charlet2-23/+45
2004-12-08* g-regpat.adb: (Match): Change a misuse of or to or elseArnaud Charlet1-1/+1
2004-12-08g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a compile-ti...Arnaud Charlet1-1/+5
2004-12-08gnatmem.adb, [...]: Output the copyright message on a separate line from the ...Arnaud Charlet5-11/+10
2004-12-08exp_dist.adb (Specific_Build_General_Calling_Stubs, [...]): New subprograms.Arnaud Charlet4-754/+5745
2004-12-08exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of construct is r...Arnaud Charlet1-4/+10
2004-12-08exp_ch6.adb (Expand_Call): Add comment on handling of back end intrinsicArnaud Charlet3-43/+91
2004-12-08exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component with an im...Arnaud Charlet3-22/+28
2004-12-08* eval_fat.adb: Revert previous change.Arnaud Charlet1-33/+90
2004-12-08decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for TYPE_SIZE_U...Arnaud Charlet2-36/+46
2004-12-08debug.adb: Document that -gnatdA automatically sets -gnatR3mArnaud Charlet4-72/+52
2004-12-08make.adb (Check_Mains, [...]): Adapt to name changes in package Prj (Current_...Arnaud Charlet25-2858/+3633
2004-12-08back_end.adb (Scan_Back_End_Switches): Accept --param.Arnaud Charlet2-3/+4
2004-12-08atree.adb (Visit_Itype): Create a new name for the generated itype...Arnaud Charlet1-2/+12
2004-12-08a-exexpr.adb (Others_Value, [...]): Change initial values from 16#BEEF# to 16...Arnaud Charlet1-2/+4
2004-12-08s-intman-vxworks.adb (Notify_Exception): removed useless check for current ta...Arnaud Charlet2-18/+21
2004-11-27* Make-lang.in (ada/trans.o): Depend on $(EXPR_H).Andreas Schwab2-5/+9
2004-11-25Resync.Arnaud Charlet1-0/+10
2004-11-25g-socthi-mingw.ads, [...]: Remove C_Read and C_Write from internal implementa...Arnaud Charlet3-27/+1
2004-11-25ada-tree.h: Minor reformatting of previous change to avoid lines longer than ...Arnaud Charlet2-2/+8