]> git.ipfire.org Git - thirdparty/gcc.git/commit
alpha.c (alpha_ra_ever_killed): Inspect the topmost sequence, not whatever we're...
authorRichard Henderson <rth@cygnus.com>
Sat, 5 Sep 1998 22:22:07 +0000 (15:22 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 5 Sep 1998 22:22:07 +0000 (15:22 -0700)
commit6abc6f40efa309ed9d84f6b1d778b6cbefe1aaf3
tree08f1b3bd01cc97bc3538c0c23730f536d7c2d692
parent07ebc9309dd2deabc568c3c8ea6fc0ab7edc7fe7
alpha.c (alpha_ra_ever_killed): Inspect the topmost sequence, not whatever we're generating now.

        * alpha.c (alpha_ra_ever_killed): Inspect the topmost sequence,
        not whatever we're generating now.
        * alpha.c (set_frame_related_p, FRP): New.
        (alpha_expand_prologue): Mark frame related insns.
        (alpha_expand_epilogue): Likewise, but with a null FRP.
        * alpha.h (INCOMING_RETURN_ADDR_RTX): New.
        * alpha.md (exception_receiver): New.
        * alpha/crtbegin.asm (.eh_frame): New beginning.
        (__do_frame_setup, __do_frame_takedown): New.
        * alpha/crtend.asm (.eh_frame): New ending.
        * alpha/elf.h (DWARF2_DEBUGGING_INFO): Define.
        (ASM_SPEC): Don't emit both dwarf2 and mdebug.
        (ASM_FILE_START): Don't emit .file for dwarf2.

From-SVN: r22277
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md
gcc/config/alpha/crtbegin.asm
gcc/config/alpha/crtend.asm
gcc/config/alpha/elf.h