aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
1996-07-23install EH codeMike Stump1-0/+21
1996-07-20Fix formatting.Richard Kenner1-1/+1
1996-07-03formatting tweaksMike Stump1-15/+16
1996-06-18(asm_output_aligned_bss): Don't emit a skip of size 0.Jason Merrill1-1/+1
1996-06-05* varasm.c (output_constructor): Handle RANGE_EXPR in array index.Per Bothner1-1/+20
1996-06-05(make_decl_rtl): Don't update DECL_ASSEMBLER_NAME forJason Merrill1-1/+0
1996-06-04(assemble_variable): Only treat vars with DECL_COMMONJason Merrill1-1/+1
1996-05-24varasm.c (asm_output_bss): New argument DECL.Doug Evans1-5/+19
1996-05-16varasm.c (function_section): Delete flag_function_sections support.Doug Evans1-23/+17
1996-05-10varasm.c (assemble_variable): ASM_DECLARE_OBJECT_NAME needn't consider byteco...Doug Evans1-11/+15
1996-05-07(make_decl_rtl): Update DECL_ASSEMBLER_NAME for localJason Merrill1-2/+2
1996-05-06(named_section): Accept any decl.Doug Evans1-1/+3
1996-05-06-fno-common changeJason Merrill1-9/+1
1996-04-16(assemble_trampoline_template): No such function if noRichard Kenner1-0/+2
1996-04-15flags.h (flag_function_sections): Declare.Jeff Law1-1/+25
1996-02-29varasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR, first extract and ...Per Bothner1-2/+6
1996-02-29varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP is defined.Doug Evans1-14/+125
1996-01-15(in_data_section): New function.Richard Kenner1-1/+7
1996-01-10varasm.c (variable_section): New function.Doug Evans1-59/+41
1995-12-31({bc_,}make_decl_rtl): Don't look at DECL_REGISTER for functions.Richard Kenner1-18/+20
1995-12-02Fix indention typo.Jeff Law1-2/+2
1995-08-31(struct rtx_const): Add new field DI to union.Richard Kenner1-3/+11
1995-07-10(assemble_name, bc_assemble_integer): Call bc_emit_labelref withRichard Kenner1-2/+3
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-08(assemble_name): Disable warn_id_clash around get_identifier call.Richard Kenner1-0/+6
1995-05-31(assemble_start_function, assemble_variable):Richard Kenner1-2/+16
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-05-16Update weak symbol supportJason Merrill1-14/+21
1995-04-18Always define handle_pragma_weak, but don't do anything unlessMichael Meissner1-4/+2
1995-04-18Do not give an error for __attribute__((weak)) on systems that do not support...Michael Meissner1-3/+0
1995-04-18Move pragma interface support to c-pragma.hMichael Meissner1-26/+9
1995-04-18Make weak symbols work again.Michael Meissner1-17/+41
1995-04-16attributes weak and aliasJason Merrill1-16/+78
1995-04-11(output_constant): Cast assemble_string argument to char *.Jim Wilson1-1/+1
1995-04-10(make_decl_rtl): Allow section attribute if...Richard Kenner1-1/+3
1995-03-10(copy_constant): Copy operand of ADDR_EXPR if it is a constant.Jim Wilson1-3/+9
1995-03-09(assemble_variable): Consistently use DECL_SIZE for everything.Richard Kenner1-9/+5
1995-03-09(record_constant_1): Handle NON_LVALUE_EXPR.Richard Kenner1-64/+73
1995-02-23(make_decl_rtl): Remove reference to MODIFY_ASSEMBLER_NAME.Richard Kenner1-4/+0
1995-02-21(make_decl_rtl): Call MODIFY_ASSEMBLER_NAME if defined.Richard Kenner1-1/+5
1995-02-20varasm.c (output_constant): Strip NOP_EXPRs for SET_TYPE too, by using AGGREG...Per Bothner1-5/+2
1995-02-18(output_constructor): Fix typo byte_size -> size.Doug Evans1-4/+4
1995-02-14varasm.c (const_hash): Add support for SET_TYPE constructors.Per Bothner1-0/+41
1995-02-13varasm.c (function_section): New function.Doug Evans1-4/+18
1994-12-30Include output.h.Richard Kenner1-48/+46
1994-12-29(output_constructor): Change type of variable value toJim Wilson1-1/+2
1994-11-21(output_constant): When eliminating conversions, treat ARRAY_TYPE likeRichard Kenner1-2/+3
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-64/+71
1994-11-16(named_section): New argument decl, all callers changed.Doug Evans1-6/+15
1994-07-29(bc_output_constructor): Return type now rtx.Richard Kenner1-3/+2