summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * varasm.c: Include real.h before output.h.ghazi2002-06-261-1/+1
* * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.jakub2002-06-101-0/+3
* 2002-06-05 Eric Christopher <echristo@redhat.com>echristo2002-06-061-10/+13
* * varasm.c (mark_constants): Handle RTX format 'B'.thorpej2002-06-041-0/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-582/+180
* * target.h: Fix formatting.kazu2002-05-311-11/+11
* *** empty log message ***alehotsky2002-05-311-5/+10
* * varasm.c (default_binds_local_p): Check TREE_PUBLIC beforerth2002-05-281-4/+4
* * varasm.c (asm_output_bss): Always output one byte.rth2002-05-241-1/+1
* * varasm.c (make_decl_rtl): Don't allow weak variables to bemmitchel2002-05-231-0/+4
* * varasm.c (default_section_type_flags): Check for VAR_DECLrth2002-05-231-1/+1
* * varasm.c (default_section_type_flags): Handle tls data andrth2002-05-221-2/+12
* * c-common.h (enum rid): Add RID_THREAD.rth2002-05-221-14/+39
* * varasm.c (default_binds_local_p): Fix typo.rth2002-05-191-1/+1
* * target-def.h (TARGET_BINDS_LOCAL_P): New.rth2002-05-191-0/+42
* * system.h (STRIP_NAME_ENCODING): Poison it.rth2002-05-191-4/+14
* * system.h (ENCODE_SECTION_INFO): Poison it.rth2002-05-191-12/+7
* * system.h (SELECT_RTX_SECTION): Poison.rth2002-05-181-5/+50
* * final.c (HAVE_READONLY_DATA_SECTION): New.rth2002-05-181-3/+14
* fix typojason2002-05-181-1/+1
* * hooks.c (hook_tree_bool_false): New.rth2002-05-171-41/+271
* * varasm.c (merge_weak): Remove special case for extern and common.rth2002-05-161-10/+1
* * varasm.c (merge_weak): Error for any weakening after definition.rth2002-05-151-12/+22
* * invoke.texi (-malign-double): Re-add lost warning.hubicka2002-05-151-1/+2
* Fix typo in last change.schwab2002-05-141-1/+1
* * varasm.c (resolve_unique_section): Add third parameterschwab2002-05-141-6/+7
* * emit-rtl.c (global_rtl): Update comment.zack2002-05-131-191/+0
* PR c/6569.mmitchel2002-05-081-17/+59
* * dwarf2out.c: Fix formatting.kazu2002-05-041-47/+49
* 2002-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2002-05-011-5/+6
* * varasm.c (output_constant_def): Correct test for not callinghp2002-04-291-1/+3
* 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2002-04-281-1/+32
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-2/+3
* * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.rth2002-03-251-12/+3
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-231-22/+13
* * varasm.c (output_constant_def): Fix stupid typo.rth2002-03-201-1/+1
* * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFOkenner2002-03-191-1/+3
* * varasm.c (globalize_decl): Get the name from the RTL, notjason2002-03-191-1/+1
* * varasm.c (assemble_variable): Call resolve_unique_section beforejason2002-03-151-8/+8
* * c-decl.c: Include c-pragma.h.rth2002-03-151-102/+43
* * varasm.c (globalize_decl): New fn.jason2002-03-131-50/+31
* * attribs.c (handle_alias_attribute): Don't call assemble_alias.rth2002-03-031-0/+23
* * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;rth2002-03-031-7/+4
* * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.ghazi2002-03-021-1/+6
* * doc/tm.texi (ASM_WEAKEN_DECL): Document.amodra2002-03-011-12/+57
* * attribs.c (c_common_attribute_table): Add visibility.jakub2002-02-261-0/+19
* PR debug/4461jakub2002-02-201-0/+13
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-1/+75
* * c-typeck.c (digest_init): Handle vectors.aldyh2002-02-121-0/+1
* * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.rth2002-02-081-6/+38