aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.c
AgeCommit message (Expand)Author
2006-10-23Added the first working version of the C++ compatibility port. Everything wit...c++-compat-branchMarcin Dalecki
2006-10-20merged with current trunk.Marcin Dalecki
2005-11-03 * dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'.Eric Botcazou
2005-06-25Update FSF address.Kelley Cook
2005-01-18 * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,Kazu Hirata
2005-01-01 PR middle-end/17799Richard Henderson
2004-11-19 * dwarf2asm.h (dw2_asm_output_pcel): Stub out with #if 0.Ben Elliston
2004-09-08 * dbxout.c (dbxout_type, dbxout_type_name, dbxout_symbol): UseNathan Sidwell
2004-03-24gcc/Kazu Hirata
2004-03-20 * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,Kazu Hirata
2003-09-16 * dwarf2asm.c (dw2_asm_output_nstring): Add comment.Joel Brobecker
2003-08-11 * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefixJ"orn Rennecke
2003-06-29 * cse.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-05-17gcc:Kaveh Ghazi
2003-05-17gcc:Kaveh Ghazi
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-13 * c-decl.c: Fix a comment typo.Kazu Hirata
2002-09-13 * target.h (struct gcc_target): New fieldStan Shebs
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-19 * system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson
2002-05-11 * dbxout.c: Fix formatting.Kazu Hirata
2002-01-05 * cse.c: Fix formatting.Kazu Hirata
2001-12-17 * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,Richard Sandiford
2001-11-30 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.Richard Kenner
2001-11-14 * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATICRichard Henderson
2001-11-09 * dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODINGRichard Henderson
2001-11-09 * dwarf2asm.c (dw2_force_const_mem): Fix typo.Richard Henderson
2001-11-08 * dwarf2asm.c (mark_indirect_pool_entry, mark_indirect_pool): New.Jakub Jelinek
2001-11-04 * dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters withKaveh Ghazi
2001-10-03 * dwarf2asm.c (unaligned_integer_asm_op): Abort ifJohn Wehle
2001-08-29 * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.Kaveh Ghazi
2001-08-27 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use properRichard Henderson
2001-08-27 * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-19 * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol refRichard Henderson
2001-08-18 * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,Richard Henderson
2001-06-06 * dwarf2.h (DW_EH_PE_aligned): New.Richard Henderson
2001-05-16 * dwarf2asm.c (eh_data_format_name): Add names for "pointer size"Richard Henderson
2001-05-16 * except.c (eh_data_format_name): Move to ...Richard Henderson
2001-05-13 * dwarf2asm.c (size_of_encoded_value): New function.Richard Henderson
2001-05-12 * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson
2001-03-16 * dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.Richard Henderson
2001-03-16 * dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSETRichard Henderson
2001-03-06 * dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.Krister Walfridsson
2001-03-03 * Makefile.in (OBJS): Add dwarf2asm.o.Richard Henderson