]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dwarf2cfi.c
dwarf2: Move CFI output routines to dwarf2cfi.c.
authorRichard Henderson <rth@redhat.com>
Sat, 9 Jul 2011 20:56:42 +0000 (13:56 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jul 2011 20:56:42 +0000 (13:56 -0700)
commit948d330ea91565b5327304c63ec36e85c1355f9f
tree4baceac6414ef64f1eefc2424d41690c58980991
parentdb42e39d8102e057c24ef240294982ed857605b5
dwarf2: Move CFI output routines to dwarf2cfi.c.

        * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
        DWARF_TYPE_SIGNATURE_SIZE): Move from ...
        * dwarf2out.c: ... here.
        (output_all_cfis): Remove.
        (dwarf2out_switch_text_section): Use output_cfis directly.
        (size_of_locs): Export.
        (output_loc_sequence, output_loc_sequence_raw): Export.
        (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
        output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
        output_cfa_loc_raw): Move to ...
        * dwarfcfi.c: ... here.
        * dwarf2out.h: Update decls.

From-SVN: r176107
gcc/ChangeLog
gcc/defaults.h
gcc/dwarf2cfi.c
gcc/dwarf2out.c
gcc/dwarf2out.h