aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-5/+3
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-32/+62
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-4/+13
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+1
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+25
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-0/+16
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-135/+112
1999-09-02varasm.c (mark_constant_pool): When marking indirect references, only look at...Jeffrey A Law1-2/+2
1999-09-02flags.h: New variables align_loops...Geoffrey Keating1-0/+13
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-0/+3
1999-08-25Warning fixes:Kaveh R. Ghazi1-2/+4
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-10output.h (assemble_name): Constify a char*.Kaveh R. Ghazi1-5/+6
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