aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-04-25dwarf2asm.c (dw2_asm_output_data): Don't generate RTL just to print an integer.Geoffrey Keating1-1/+5
2006-03-17dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument with ATTRIBUTE_UNUSED.Steven Bosscher1-1/+2
2006-03-17tm.texi (SDB and DWARF): Add extra parameter to ASM_OUTPUT_DWARF_OFFSET.Geoffrey Keating1-7/+8
2005-11-03dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'.Eric Botcazou1-11/+16
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+2
2004-11-19dwarf2asm.h (dw2_asm_output_pcel): Stub out with #if 0.Ben Elliston1-0/+6
2004-09-08dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-11/+10
2004-03-24dwarf2asm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2003-09-16* dwarf2asm.c (dw2_asm_output_nstring): Add comment.Joel Brobecker1-0/+7
2003-08-11dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into acc...J"orn Rennecke1-1/+1
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-30/+22
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-88/+74
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-8/+6
2003-01-10Merge from pch-branch.Geoffrey Keating1-30/+8
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+3
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-09-13target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.Stan Shebs1-1/+4
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-1/+1
2002-05-19system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson1-1/+1
2002-05-11dbxout.c: Fix formatting.Kazu Hirata1-4/+4
2002-01-05cse.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford1-103/+55
2001-11-30* dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.Richard Kenner1-2/+3
2001-11-13dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC as appropriate for th...Richard Henderson1-0/+2
2001-11-09dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING on the symbol s...Richard Henderson1-5/+8
2001-11-08* dwarf2asm.c (dw2_force_const_mem): Fix typo.Richard Henderson1-1/+1
2001-11-08dwarf2asm.c (mark_indirect_pool_entry, [...]): New.Jakub Jelinek1-27/+65
2001-11-04dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-1/+2
2001-10-03dwarf2asm.c (unaligned_integer_asm_op): Abort if op is NULL.John Wehle1-1/+5
2001-08-29* dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.Kaveh R. Ghazi1-1/+1
2001-08-27dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper alignment for assem...Richard Henderson1-1/+2
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-173/+61
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-19dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref is aligned to po...Richard Henderson1-1/+1
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson1-30/+12
2001-06-05dwarf2.h (DW_EH_PE_aligned): New.Richard Henderson1-0/+7
2001-05-16dwarf2asm.c (eh_data_format_name): Add names for "pointer size" variants of n...Richard Henderson1-0/+12
2001-05-16except.c (eh_data_format_name): Move to ...Richard Henderson1-66/+229
2001-05-12dwarf2asm.c (size_of_encoded_value): New function.Richard Henderson1-0/+25
2001-05-11defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson1-0/+176
2001-03-16dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.Richard Henderson1-5/+8
2001-03-15dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET if provided ...Richard Henderson1-4/+65
2001-03-06* dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.Krister Walfridsson1-1/+1
2001-03-02Makefile.in (OBJS): Add dwarf2asm.o.Richard Henderson1-0/+585