summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * cppinit.c (BC): New macro.mmitchel2001-02-041-9/+0
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * varasm.c (UNIQUE_SECTION): Move default implementation ...rth2001-01-231-24/+0
* * varasm.c (make_decl_rtl): Fix typo in last change.mmitchel2001-01-151-1/+1
* Revert:mrs2001-01-121-1/+1
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-83/+5
* * varasm.c (assemble_name): Ensure we output the stripped name.mrs2001-01-061-1/+1
* 2001-01-05 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-01-051-50/+59
* * c-decl.c (finish_struct): Detect flexible array membersrth2001-01-051-30/+32
* * varasm.c (output_constructor): Use HOST_WIDE_INT for sizes.kenner2001-01-041-12/+11
* * c-decl.c (grokdeclarator): Give zero-length arrays size zero.rth2001-01-041-6/+9
* * varasm.c (output_constant_def): Don't ENCODE_SECTION_INFOaoliva2000-12-291-1/+8
* 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>oldham2000-12-281-0/+8
* * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.ghazi2000-12-221-1/+1
* * varasm.c (output_addressed_constants): Use language specificcchavva2000-12-211-0/+5
* * final.c (output_addr_const) [LABEL_REF]: Simplify.aoliva2000-11-231-7/+6
* * varasm.c (record_constant): Pad the constructedrth2000-11-221-0/+9
* * c-decl.c (grokdeclarator): Support flexible array members.rth2000-11-191-3/+60
* Warning fixes:ghazi2000-11-191-7/+7
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-8/+5
* * stringpool.c: New file.zack2000-11-171-6/+6
* * varasm.c (struct deferred_string): New structure.jakub2000-11-141-15/+150
* * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_tablejakub2000-11-141-55/+20
* * 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