aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-08system.h (SHARED_SECTION_ASM_OP): Poison.Kazu Hirata1-10/+1
2004-02-03* varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.Richard Henderson1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-31* varasm.c (output_constant_pool): Don't zap the pool.Richard Henderson1-3/+0
2004-01-30varasm.c (struct rtx_const, [...]): Remove.Richard Henderson1-626/+378
2004-01-30re PR c/12818 (-fwritable strings triggers bad code generation)Eric Botcazou1-6/+18
2004-01-14system.h (SHARED_BSS_SECTION_ASM_OP): Poison.Kazu Hirata1-7/+1
2004-01-13system.h (TEXT_SECTION): Poison.Kazu Hirata1-4/+0
2004-01-12re PR middle-end/11397 (weak aliases broken on Tru64 UNIX)Roger Sayle1-6/+18
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-17re PR c++/12218 (runtime segfault when initializing global variable with poin...Mark Mitchell1-1/+2
2003-12-06varasm.c (incorporeal_function_p): New.Richard Sandiford1-1/+28
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka1-1/+1
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern1-26/+2
2003-11-04emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ...Richard Sandiford1-2/+2
2003-10-25genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg1-8/+11
2003-10-24re PR c++/12624 ([unit-at-a-time] ICE in notice_global_symbol)Jan Hubicka1-1/+2
2003-10-22varasm.c (output_constructor): Make constructor annotation conditional on ASM...Andrew Haley1-0/+2
2003-10-21varasm.c (output_constructor): Annotate constructor.Andrew Haley1-0/+7
2003-10-11varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computin...Jan Hubicka1-11/+19
2003-10-02Waldek Hebisch <hebisch@math.uni.wroc.pl> PR/12072Josef Zlomek1-1/+1
2003-10-01output.h (compute_reloc_for_constant): Declare.Alexandre Oliva1-18/+69
2003-09-29varasm.c (assemble_real): Use real_to_target directly...Zack Weinberg1-70/+27
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka1-0/+1
2003-09-23configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.Rainer Orth1-6/+4
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth1-4/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-34/+22
2003-09-09* varasm.c (notice_global_symbol): Properly deal with weak symbols.Jan Hubicka1-4/+4
2003-09-07re PR c++/11852 (ICE: g++ with bad struct initializer.)Mark Mitchell1-4/+20
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson1-1/+1
2003-08-19cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.Jan Hubicka1-27/+31
2003-08-01system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.Richard Henderson1-0/+15
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-24/+0
2003-07-27varasm.c (output_constant_def_contents): Use ASM_DECLARE_CONSTANT_NAME if def...Geoffrey Keating1-8/+12
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-21/+31
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-0/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-14/+12
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating1-34/+3
2003-07-11varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of TRANSLATION_UNIT...Mark Mitchell1-1/+3
2003-07-06re PR rtl-optimization/9812 ([m68k] ICE in extract_insn, at recog.c:2148)James E Wilson1-17/+0
2003-07-06unroll.c: Convert prototypes to ISO C90.Andreas Jaeger1-392/+200
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-06-25c-common.c (handle_used_attribute): Use mark_referenced.Jan Hubicka1-19/+25
2003-06-25varasm.c (assemble_name): Mark needed variables even when global info is ready.Jan Hubicka1-5/+8
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka1-0/+6
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka1-0/+3
2003-06-23cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka1-1/+11
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek1-2/+1