summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * varasm.c (struct constant_descriptor): Put CONTENTS inside arearnsha2000-11-131-7/+15
* * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.cjsm282000-11-031-18/+18
* Remove obstacks.mmitchel2000-10-131-101/+54
* Callers gcc-toplev:hp2000-09-251-5/+5
* Changes add TABs on either or both sides, covering start of line,hp2000-09-251-1/+1
* * varasm.c (make_decl_rtl): Restore leading star onzack2000-09-111-2/+8
* * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.gkm2000-08-301-6/+6
* * expr.c (store_constructor): Allow variable bounds of array type.kenner2000-08-301-48/+41
* top level:zack2000-08-291-164/+156
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-1/+1
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-3/+3
* * varasm.c (output_constructor): Add .align 0 for packed vars.cchavva2000-08-041-0/+9
* * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)law2000-07-271-1/+2
* * varasm.c (constant_descriptor): Make contents unsigned char.nathan2000-06-221-20/+31
* toplevel:zack2000-06-091-7/+5
* * alias.c (get_alias_set): Don't call language-specific routine morekenner2000-06-011-2/+2
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-06-011-28/+17
* 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>aph2000-05-251-0/+71
* * varasm.c (eh_frame_section): Revert change to argument list.zack2000-05-221-1/+1
* top level:zack2000-05-201-2/+2
* * varasm.c (output_constant_pool): Abort instead of convertingrth2000-05-161-8/+30
* top level:zack2000-05-091-11/+13
* * varasm.c (asm_emit_uninitialised): Use 0, not NULLlaw2000-05-051-1/+1
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-2/+2
* * cppexp.c (op_t): Make an int.jason2000-05-031-1/+1
* * expr.c (expand_expr, case COMPONENT_REF): Don't check for checkingkenner2000-05-031-1/+1
* * varasm.c (record_constant_1): Record the CODE_LABEL whenrth2000-04-281-3/+18
* * varasm.c (assemble_variable): Add cast to remove warning.kenner2000-04-151-6/+11
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-45/+29
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-4/+2
* * Clean up usages of TREE_INT_CST_LOW.kenner2000-03-171-3/+5
* * varasm.c (make_decl_rtl): Skip initial '*' when settingjason2000-03-091-1/+2
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-17/+22
* * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner2000-03-071-3/+2
* oopsjason2000-03-071-1/+1
* * cpphash.c (collect_expansion): Also catch ## at start of macro.jason2000-03-071-3/+8
* * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.jason2000-03-041-0/+2
* * varasm.c (output_constant): Strip off a CONVERT_EXPR tokenner2000-03-021-2/+8
* * varasm.c (initializer_constant_valid_p): Callmmitchel2000-02-211-0/+5
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-201-21/+8
* * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.kenner2000-02-191-1/+1
* * combine.c (make_extraction, force_to_mode): Avoid warning onkenner2000-02-101-1/+1
* * toplev.c: PROTO -> PARAMS.ghazi2000-01-171-27/+27
* * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.ghazi2000-01-141-3/+3
* Add support for generating unique sections for unitialised data.nickc2000-01-051-5/+13
* * cse.c (cse_insn): Missing cast added.law2000-01-051-1/+1
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* current_function -> cfuncrux1999-12-201-12/+12
* 1999-11-22 Andrew Haley <aph@cygnus.com>aph1999-11-221-10/+0
* * varasm.c (output_constructor): Solve problem with long longgeoffk1999-11-211-1/+2