summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * varasm.c (output_constructor) Solved problem with long longlaw1999-11-181-8/+14
* * varasm.c (decode_rtx_const): Use XSTR to access the stringrth1999-11-031-3/+6
* * output.h (assemble_end_function, assemble_destructor,ghazi1999-11-011-7/+7
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-26/+204
* * print-tree.c (print_node, indent_to): Remove redundant prototypes.ghazi1999-10-031-2/+3
* Tidy up assemble_variable()'s handling of uninitialised varaibles.nickc1999-09-251-65/+108
* * builtins.c, dbxout.c, varasm.c: Include tm_p.h.rth1999-09-231-1/+1
* * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.rth1999-09-161-10/+7
* * c-pragma.c (handle_pragma_token): Wrap variables `name' andghazi1999-09-141-0/+5
* * function.h (free_after_compilation): Remove decl parameter.mmitchel1999-09-091-5/+3
* * combine.c (SUBST): Break out to a real function do_SUBST.rth1999-09-091-32/+62
* * emit-rtl.c (free_emit_status): Take decl as a parameter.mmitchel1999-09-071-4/+13
* Merge in gcc2-ss-010999law1999-09-071-2/+1
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-051-0/+25
* * c-decl.c (struct language_function): Renamed from struct c_function.mmitchel1999-09-051-0/+16