aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1-0/+3
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-1/+0
1999-06-18Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.Nick Clifton1-0/+4
1999-06-09varasm.c (remove_from_pending_weak_list): Verity t->name is non-NULL before p...Jeff Law1-1/+1
1999-06-07varasm.c (assemble_start_function): Remove the function from the pending weak...Robert Lipe1-7/+49
1999-05-26varasm.c (STRIP_NAME_ENCODING): Remove default definition.Jeffrey A Law1-8/+0
1999-05-20expr.h (lang_expand_constant): Declare.Mark Mitchell1-0/+7
1999-05-09Add some transitive closureCraig Burley1-0/+27
1999-05-07* varasm.c (output_constant): Do nothing if -fsyntax-only.Andreas Schwab1-1/+1
1999-03-28* varasm.c (output_constant_pool): Always mark the constant pool.Richard Henderson1-2/+1
1999-03-19Warning fixes:Kaveh R. Ghazi1-3/+3
1999-02-25* c-pragma.c (add_weak); Delete. Moved into...Jeffrey A Law1-0/+28
1999-02-22fix -fsyntax-only ICEsCraig Burley1-1/+18
1999-02-08c-typeck.c (check_init_type_bitfields): Use nonincremental initialization of ...Vladimir N. Makarov1-1/+5
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-0/+5
1999-01-23final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1-1/+1
1999-01-21varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM...Vladimir N. Makarov1-1/+1
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-3/+3
1999-01-18cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-7/+7
1999-01-18Warning fixes:Kaveh R. Ghazi1-4/+6
1998-12-14output.h (force_data_section): New prototype.Andrew MacLeod1-0/+9
1998-10-13Warning fixes:Kaveh R. Ghazi1-5/+5
1998-10-13iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBALIZE_LABEL.Jason Merrill1-4/+6
1998-10-03varasm.c (assemble_start_function, [...]): Do ASM_GLOBALIZE_LABEL for weak sy...Jason Merrill1-6/+4
1998-10-01Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton1-46/+4
1998-09-28flags.h: Add flag_data_sections.Catherine Moore1-1/+3
1998-09-02Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton1-2/+2
1998-08-31varasm.c (compare_constant_1): Handle RANGE_EXPR.Dave Brolley1-0/+2
1998-07-06print-rtl.c (print_rtx): Display the real-value equivalent of a const_double ...Richard Henderson1-0/+2
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-3/+2
1998-06-23Remove reference to warn_bss_align.Catherine Moore1-1/+1
1998-06-22varasm.c (assemble_variable): Emit alignment warning.Catherine Moore1-1/+7
1998-06-22Warning fixes:Kaveh R. Ghazi1-8/+9
1998-06-19varasm.c (assemble_start_function): Add weak_global_object_name.Jason Merrill1-4/+10
1998-06-18Warning fixes:Kaveh R. Ghazi1-0/+2
1998-06-08Warning fixes:Kaveh R. Ghazi1-0/+1
1998-06-01sh.h (MAX_OFILE_ALIGNMENT): Define.Catherine Moore1-1/+2
1998-05-17i386.h (ALIGN_DFmode): Delete.John Wehle1-0/+4
1998-05-13Patch to fix g++.other/local1.C.Jim Wilson1-10/+0
1998-05-11varasm.c (assemble_variable): Compute the alignment of the data earlier so th...John Wehle1-35/+39
1998-05-11Fix stabs debug info bug reported by Stu Grossman.Jim Wilson1-0/+4
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+6
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-5/+66
1998-04-01varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a entity in a lo...Mark Mitchell1-0/+6
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-6/+1
1998-03-12aManfred Hollstein1-0/+2
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-2/+3
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-0/+3
1998-02-18varasm.c (output_constant_pool): Fix dumb thinko in last change.Jeffrey A Law1-2/+2