aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)Author
2004-04-14re PR c++/14936 (-fdata-sections + uninitialized template data objects = spur...Zack Weinberg
2004-04-04re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Mark Mitchell
2004-01-30re PR c/12818 (-fwritable strings triggers bad code generation)Eric Botcazou
2004-01-14system.h (SHARED_BSS_SECTION_ASM_OP): Poison.Kazu Hirata
2004-01-13system.h (TEXT_SECTION): Poison.Kazu Hirata
2004-01-12re PR middle-end/11397 (weak aliases broken on Tru64 UNIX)Roger Sayle
2004-01-06alias.c: Fix comment typos.Kazu Hirata
2003-12-21alias.c: Fix comment formatting.Kazu Hirata
2003-12-17re PR c++/12218 (runtime segfault when initializing global variable with poin...Mark Mitchell
2003-12-06varasm.c (incorporeal_function_p): New.Richard Sandiford
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern
2003-11-04emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ...Richard Sandiford
2003-10-25genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg
2003-10-24re PR c++/12624 ([unit-at-a-time] ICE in notice_global_symbol)Jan Hubicka
2003-10-22varasm.c (output_constructor): Make constructor annotation conditional on ASM...Andrew Haley
2003-10-21varasm.c (output_constructor): Annotate constructor.Andrew Haley
2003-10-11varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computin...Jan Hubicka
2003-10-02Waldek Hebisch <hebisch@math.uni.wroc.pl> PR/12072Josef Zlomek
2003-10-01output.h (compute_reloc_for_constant): Declare.Alexandre Oliva
2003-09-29varasm.c (assemble_real): Use real_to_target directly...Zack Weinberg
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka
2003-09-23configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.Rainer Orth
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson
2003-09-09* varasm.c (notice_global_symbol): Properly deal with weak symbols.Jan Hubicka
2003-09-07re PR c++/11852 (ICE: g++ with bad struct initializer.)Mark Mitchell
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson
2003-08-19cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.Jan Hubicka
2003-08-01system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.Richard Henderson
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka
2003-07-27varasm.c (output_constant_def_contents): Use ASM_DECLARE_CONSTANT_NAME if def...Geoffrey Keating
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating
2003-07-11varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of TRANSLATION_UNIT...Mark Mitchell
2003-07-06re PR rtl-optimization/9812 ([m68k] ICE in extract_insn, at recog.c:2148)James E Wilson
2003-07-06unroll.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-25c-common.c (handle_used_attribute): Use mark_referenced.Jan Hubicka
2003-06-25varasm.c (assemble_name): Mark needed variables even when global info is ready.Jan Hubicka
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka
2003-06-23cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi
2003-06-09* varasm.c: Don't include c-tree.h.Kaveh R. Ghazi
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg