aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)Author
2004-04-15re PR c++/14936 (-fdata-sections + uninitialized template data objects = spur...Zack Weinberg
2004-01-12re PR middle-end/11397 (weak aliases broken on Tru64 UNIX)Roger Sayle
2003-10-02Waldek Hebisch <hebisch@math.uni.wroc.pl> PR/12072Josef Zlomek
2003-09-07re PR c++/11852 (ICE: g++ with bad struct initializer.)Mark Mitchell
2003-08-21stmt.c (expand_asm_operands): Avoid string concatenation.Kaveh R. Ghazi
2003-08-08re PR target/11709 ([3.3 only] g77 does not work with new dev tools)Geoffrey Keating
2003-07-24Backport the folling patch.Aldy Hernandez
2003-04-29* varasm.c (default_assemble_visibility): Use assemble_name.J"orn Rennecke
2003-03-15varasm.c (struct rtx_const): Change type of un.addr member to struct holding ...Ulrich Weigand
2003-03-14re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss)Jason Merrill
2003-01-18backport: varasm.c (struct constant_descriptor_rtx): Remove unused `label' fi...Geoffrey Keating
2002-12-11tree.h (MODULE_LOCAL_P): Kill.Richard Henderson
2002-12-09target.h (gcc_target): Add cannot_force_const_mem.Richard Henderson
2002-11-26c-common.c (handle_visibility_attribute): Accept "default".Richard Henderson
2002-11-26varasm.c (output_constant_pool): For pool constants in mergeable section ensu...Jakub Jelinek
2002-11-26varasm.c (default_exception_section): Move to...Jakub Jelinek
2002-11-14varasm.c (output_addressed_constants): Clear reloc if both operands contain l...Jakub Jelinek
2002-10-30re PR c++/8333 (c++ emits double .globals for symbols [ regression from 3.0.4 ])Mark Mitchell
2002-10-24* varasm.c (struct rtx_const): Array size 16 for V16QImode.Igor Shevlyakov
2002-10-22output.h (SECTION_NOTYPE): Define.Alan Modra
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-09-20real.c (real_hash): New.Richard Henderson
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata
2002-09-08varasm.c (default_assemble_visibility): Rename from assemble_visibility.Alan Modra
2002-09-07varasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR.Igor Shevlyakov
2002-09-07tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.Alan Modra
2002-09-04Fix struct rtx_const so veclo and vechi don't share storage.Dale Johannesen
2002-09-04target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro.David Edelsohn
2002-09-03varasm.c (default_section_type_flags): Append _1 to name with shlib parameter.David Edelsohn
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi
2002-08-14m68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOR...Kaveh R. Ghazi
2002-08-04Index: ChangeLogGeoffrey Keating
2002-08-01varasm.c (asm_emit_uninitialized): Return false if global BSS and ASM_EMIT_BS...David Edelsohn
2002-08-01output.h (DECL_READONLY_SECTION): Remove.H.J. Lu
2002-08-01varasm.c (assemble_visibility): Strip name encoding.Jakub Jelinek
2002-07-29varasm.c (assemble_variable): Narrow test for uninitialized without BSS targe...David Edelsohn
2002-06-26* varasm.c: Include real.h before output.h.Kaveh R. Ghazi
2002-06-10varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.Jakub Jelinek
2002-06-06varasm.c (make_decl_rtl): Fix comment for removed halfpic.c.Eric Christopher
2002-06-04* varasm.c (mark_constants): Handle RTX format 'B'.Jason Thorpe
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-31target.h: Fix formatting.Kazu Hirata
2002-05-31*** empty log message ***Alan Lehotsky
2002-05-28varasm.c (default_binds_local_p): Check TREE_PUBLIC before DECL_EXTERNAL.Richard Henderson
2002-05-24varasm.c (asm_output_bss): Always output one byte.Richard Henderson
2002-05-23varasm.c (make_decl_rtl): Don't allow weak variables to be placed in common.Mark Mitchell
2002-05-22varasm.c (default_section_type_flags): Check for VAR_DECL before using DECL_T...Richard Henderson