dwarf2: Reduce some redundant definitions.
authorRichard Henderson <rth@redhat.com>
Sat, 9 Jul 2011 20:43:06 +0000 (13:43 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jul 2011 20:43:06 +0000 (13:43 -0700)
commitdb42e39d8102e057c24ef240294982ed857605b5
treefe412d2bc3a742d749bc063bc62d8d6a13b4dc76
parenta8e5c0e77e06f7776efcb59cf79562a2a16fb1df
dwarf2: Reduce some redundant definitions.

Move some definitions to defaults.h; some simply aren't needed
anymore in the respective dwarf2{cfi,out}.c files.

        * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
        DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
        * dwarf2cfi.c: ... here.
        (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
        (DWARF_ROUND, DWARF_CIE_ID): Remove.
        * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
        (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
        (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.

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