tm.texi (DWARF_FRAME_REGISTERS): Add documentation.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 6 Dec 2001 21:38:03 +0000 (21:38 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 6 Dec 2001 21:38:03 +0000 (21:38 +0000)
commit919543abfebfc21d56c54f2efd749b4a5ed199be
treecd6dbf587957cb3511174505bc954073ae688089
parent9d6a24bd514b4056553f49053d3c4b3862401207
tm.texi (DWARF_FRAME_REGISTERS): Add documentation.

        * doc/tm.texi (DWARF_FRAME_REGISTERS): Add documentation.
        (PRE_GCC3_DWARF_FRAME_REGISTERS): Same.

        * unwind-dw2.c (__frame_state_for): Change DWARF_FRAME_REGISTERS
        to PRE_GCC3_DWARF_FRAME_REGISTERS.
        (frame_state): Same.
        (PRE_GCC3_DWARF_FRAME_REGISTERS): Define if not already defined.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r47730
gcc/ChangeLog
gcc/doc/tm.texi
gcc/unwind-dw2.c