aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
AgeCommit message (Expand)AuthorFilesLines
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-1/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-1/+2
2002-05-19target-def.h (TARGET_BINDS_LOCAL_P): New.Richard Henderson1-0/+1
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson1-8/+2
2002-05-18system.h (SELECT_RTX_SECTION): Poison.Richard Henderson1-1/+4
2002-05-17hooks.c (hook_tree_bool_false): New.Richard Henderson1-0/+6
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-5/+0
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-0/+1
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl1-0/+2
2002-04-23re PR target/6413 (PROFILE_HOOK label_no)Alan Modra1-3/+0
2002-04-02re PR rtl-optimization/190 (Optimization bug for x86 target)Richard Henderson1-0/+5
2002-03-01tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra1-1/+1
2002-02-26attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek1-0/+2
2002-02-17final.c (output_operand_lossage): Changed to accept printf style arguments.Philipp Thomas1-2/+2
2002-02-04output.h (SECTION_OVERRIDE): Define.Anthony Green1-1/+2
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford1-1/+23
2001-12-12output.h (regno_uninitialized): Make argument unsigned.Aldy Hernandez1-1/+1
2001-12-01m68k.c (init_FPA_table): Provide static prototype.Kaveh R. Ghazi1-0/+4
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-1/+2
2001-11-14dbxout.c (dbxout_symbol_location): Update call of alter_subreg.Jan Hubicka1-1/+1
2001-11-04Makefile.in (dbxout.o): Depend on function.h.Kaveh R. Ghazi1-0/+4
2001-11-04dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-0/+4
2001-10-26dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.Kaveh R. Ghazi1-6/+6
2001-10-22target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs1-1/+4
2001-10-20pe.c (arm_pe_unique_section): Const-ify.Kaveh R. Ghazi1-0/+4
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson1-0/+5
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-3/+3
2001-10-08varasm.c (struct in_named_entry): Add declared.Robert Lipe1-0/+1
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-8/+21
2001-09-10Makefile.in (cfg.o, [...]): New.Jan Hubicka1-1/+1
2001-08-28c-pragma.h (add_weak): Move prototype from here...Eric Christopher1-0/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-19final.c (compute_alignments): New function.Jan Hubicka1-0/+3
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson1-10/+11
2001-08-17final.c: Undo my previous accidental checkin.Jan Hubicka1-3/+0
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-10/+8
2001-08-16Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>Jan Hubicka1-0/+3
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-9/+10
2001-08-06varasm.c (assemble_gc_entry): Remove.Richard Henderson1-4/+0
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson1-8/+6
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-4/+27
2001-07-16output.h (sdb_begin_function_line): Restore as an extern variable.Neil Booth1-0/+7
2001-07-15dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth1-8/+1
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-1/+1
2001-07-09output.h: Add declaration of final_forward_branch_p.Andreas Jaeger1-2/+7
2001-07-08final.c (no_asm_to_stream): New.Neil Booth1-0/+3
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth1-0/+3
2001-04-18output.h (dump_flow_info, [...]): Delete redundant prototypes.Kaveh R. Ghazi1-6/+0
2001-04-13Makefile.in (reg-stack.o): Depend on reload.h.Kaveh R. Ghazi1-5/+0
2001-04-11output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.Kaveh R. Ghazi1-1/+1