summaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.c
Commit message (Expand)AuthorAgeFilesLines
* dwarf2asm.h (dw2_asm_output_pcel): Stub out with #if 0.Ben Elliston2004-11-191-0/+6
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-11/+10
* dwarf2asm.c, [...]: Update copyright.Kazu Hirata2004-03-241-1/+1
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* * dwarf2asm.c (dw2_asm_output_nstring): Add comment.Joel Brobecker2003-09-161-0/+7
* dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into acc...J"orn Rennecke2003-08-111-1/+1
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-30/+22
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-88/+74
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-8/+6
* Merge from pch-branch.Geoffrey Keating2003-01-101-30/+8
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-2/+3
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.Stan Shebs2002-09-131-1/+4
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-1/+1
* system.h (STRIP_NAME_ENCODING): Poison it.Richard Henderson2002-05-191-1/+1
* dbxout.c: Fix formatting.Kazu Hirata2002-05-111-4/+4
* cse.c: Fix formatting.Kazu Hirata2002-01-051-2/+2
* target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford2001-12-171-103/+55
* * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.Richard Kenner2001-11-301-2/+3
* dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC as appropriate for th...Richard Henderson2001-11-131-0/+2
* dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING on the symbol s...Richard Henderson2001-11-091-5/+8
* * dwarf2asm.c (dw2_force_const_mem): Fix typo.Richard Henderson2001-11-081-1/+1
* dwarf2asm.c (mark_indirect_pool_entry, [...]): New.Jakub Jelinek2001-11-081-27/+65
* dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-11-041-1/+2
* dwarf2asm.c (unaligned_integer_asm_op): Abort if op is NULL.John Wehle2001-10-031-1/+5
* * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.Kaveh R. Ghazi2001-08-291-1/+1
* dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper alignment for assem...Richard Henderson2001-08-271-1/+2
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-173/+61
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref is aligned to po...Richard Henderson2001-08-191-1/+1
* defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson2001-08-171-30/+12
* dwarf2.h (DW_EH_PE_aligned): New.Richard Henderson2001-06-051-0/+7
* dwarf2asm.c (eh_data_format_name): Add names for "pointer size" variants of n...Richard Henderson2001-05-161-0/+12
* except.c (eh_data_format_name): Move to ...Richard Henderson2001-05-161-66/+229
* dwarf2asm.c (size_of_encoded_value): New function.Richard Henderson2001-05-121-0/+25
* defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson2001-05-111-0/+176
* dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.Richard Henderson2001-03-161-5/+8
* dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET if provided ...Richard Henderson2001-03-151-4/+65
* * dwarf2asm.c (dw2_asm_output_delta): Fix smallest_mode_for_size call.Krister Walfridsson2001-03-061-1/+1
* Makefile.in (OBJS): Add dwarf2asm.o.Richard Henderson2001-03-021-0/+585