aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-25tb-gcc.c: GCC infrastructure based implementation of __gnat_backtrace.Olivier Hainque2-0/+107
2004-11-25Complete previous check-in: add Style_Check_Xtra_Parens.Arnaud Charlet1-14/+19
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher2-4/+6
2004-11-22re PR ada/17986 (Compile error for make.adb breaks bootstrap)Andrew Pinski2-1/+11
2004-11-21stylesw.adb: Change Style_Check_Subprogram_Order to Style_Check_Order_Subprog...Andreas Jaeger2-7/+12
2004-11-19Resync.Arnaud Charlet1-0/+299
2004-11-19gnat_ugn.texi: Remove extra paren check from list of checks for redundant con...Arnaud Charlet4-22/+24
2004-11-19makegpr.adb (Compile): Put the compiling switches (in package Compiler and on...Arnaud Charlet1-7/+13
2004-11-19s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error for Dete...Arnaud Charlet1-28/+14
2004-11-19make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when gnatbind is inv...Arnaud Charlet1-26/+38
2004-11-19init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653 vthreads.Arnaud Charlet1-6/+14
2004-11-19gnat1drv.adb, [...]: Output the copyright message on a separate line from the...Arnaud Charlet8-14/+16
2004-11-19exp_pakd.adb (Convert_To_PAT_Type): After replacing the original type of the ...Arnaud Charlet1-0/+17
2004-11-19expect.c: Define __unix__ when __APPLE__ is defined.Arnaud Charlet3-2/+9
2004-11-19exp_dbug.ads: Update documentation to reflect simpler encoding for protected ...Arnaud Charlet2-20/+19
2004-11-19exp_ch4.adb (Expand_N_Selected_Component): If the component is the discrimina...Arnaud Charlet6-127/+193
2004-11-19errout.ads, errout.adb: (First_Sloc): New functionArnaud Charlet11-58/+100
2004-11-19einfo.ads, einfo.adb: Remove Is_Psected flag, no longer usedArnaud Charlet13-296/+373
2004-11-19exp_dist.adb (Build_RPC_Receiver_Body): New subprogram.Arnaud Charlet5-1186/+1694
2004-11-19butil.ads, [...] (Get_Unit_Name_String): Remove incomplete duplicate implemen...Arnaud Charlet3-26/+4
2004-11-19a-stmaco.ads, [...]: Minor reformatting througout (including new function spe...Arnaud Charlet5-98/+74
2004-11-19a-exexpr.adb (Others_Value, [...]): New variables...Arnaud Charlet6-49/+110
2004-11-19* adaint.h, adaint.cArnaud Charlet4-11/+147
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2-1/+6
2004-11-08* a-numaux-x86.adb (Tan): Fix fdivp syntax.Rainer Orth2-1/+5
2004-11-07* Makefile.in (install-gnatlib): Remove spurious hyphen.Andreas Schwab2-1/+5
2004-11-02Correct the date in my changelog entryAndrew Pinski1-1/+1
2004-11-02re PR ada/18228 (Ada uses the wrong file ending for its shared library on dar...Andrew Pinski2-0/+8
2004-10-27Resync.Arnaud Charlet1-0/+390
2004-10-27gnat_ugn.texi: Generalize "finding memory problems" section into a "memory ma...Cyrille Comar1-163/+309
2004-10-272004-10-26 Vincent Celier <celier@gnat.com>Vincent Celier5-21/+63
2004-10-27trans.c (call_to_gnu): For an (in-)out parameter passed by reference whose ty...Eric Botcazou1-0/+14
2004-10-27tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr validity ...Pascal Obry2-17/+31
2004-10-27sem_util.adb (Is_Aliased_View): Defend against the case where this subprogram...Thomas Quinot2-24/+32
2004-10-27sem_elab.adb (Check_Elab_Call): Do not check a call that does not appear in t...Ed Schonberg1-0/+8
2004-10-27sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a different k...Ed Schonberg1-16/+69
2004-10-27sem_ch3.adb (Complete_Private_Subtype): If the full view is a task or protect...Ed Schonberg1-0/+6
2004-10-27sem_ch13.adb (Analyze_Attribute_Definition_Clause, [...]): enhance, document ...Cyrille Comar3-24/+32
2004-10-27sem_ch12.adb (In_Main_Context): Predicate to determine whether the current in...Ed Schonberg1-4/+60
2004-10-27sem_ch10.adb (Optional_Subunit): If file of expected subunit is empty, post m...Ed Schonberg1-1/+8
2004-10-27sem_attr.adb (Resolve_Attribute, [...]): Apply proper accessibility check to ...Ed Schonberg1-51/+87
2004-10-27s-bitops.adb (Bit_Eq): Remove redundant check.Robert Dewar3-12/+9
2004-10-27s-arit64.adb: (Le3): New function, used by Scaled_DivideRobert Dewar2-145/+127
2004-10-27prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual extension of...Vincent Celier3-32/+38
2004-10-27prj-env.adb: (Contains_ALI_Files): New Boolean functionVincent Celier1-4/+64
2004-10-27lib-xref.adb (Generate_Reference): Don't complain about reference to entry pa...Robert Dewar1-0/+9