]> gcc.gnu.org Git - gcc.git/commit
dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET if provided by the...
authorRichard Henderson <rth@redhat.com>
Fri, 16 Mar 2001 01:14:47 +0000 (17:14 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 16 Mar 2001 01:14:47 +0000 (17:14 -0800)
commit8e7fa2c825bfd57d12dcd52dbc2361d3f777ec2f
tree683b0a77ec6ee6a85377d17c7a5e1ca1b24cede2
parent798bdf70eee560a3ca67a44dbb64397ee709b438
dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET if provided by the target.

        * dwarf2asm.c (dw2_asm_output_offset): Use ASM_OUTPUT_DWARF_OFFSET
        if provided by the target.
        (dw2_asm_output_pcrel): Likewise with ASM_OUTPUT_DWARF_PCREL.
        (dw2_asm_output_addr): New.
        * dwarf2asm.h (dw2_asm_output_addr): Declare.
        * dwarf2out.c (output_cfi): Use it for program addresses.
        (output_call_frame_info, output_die): Likewise.
        (output_aranges, output_line_info): Likewise.

From-SVN: r40524
gcc/ChangeLog
gcc/dwarf2asm.c
gcc/dwarf2asm.h
gcc/dwarf2out.c
This page took 0.0609 seconds and 5 git commands to generate.