[ARC] Refurbish emitting DWARF2 related information when expanding epilogue.
authorClaudiu Zissulescu <claziss@synopsys.com>
Mon, 14 Dec 2015 09:46:13 +0000 (10:46 +0100)
committerClaudiu Zissulescu <claziss@gcc.gnu.org>
Mon, 14 Dec 2015 09:46:13 +0000 (10:46 +0100)
commit67a9630010d8c52f72b0a4227cb71bfdbf27188e
tree11ac347ea16a454b34e8b92434b0441ae85342bb
parent173b7355f6858dac3b1ff0919b5ae8a87f379dea
[ARC] Refurbish emitting DWARF2 related information when expanding epilogue.

gcc/
2015-12-14  Claudiu Zissulescu  <claziss@synopsys.com>
    Andrew Burgess  <andrew.burgess@embecosm.com>

* config/arc/arc.c (frame_move): Set frame related flag.
(arc_save_restore): Emit epilogue related DWARF2 information.
(arc_expand_epilogue): Likewise.
* config/arc/arc.opt (mno-epilogue-cfi): Remove.
(mepilogue-cfi): Likewise.
* doc/invoke.texi: Remove -m[no]-epilogue-cfi documentation.

Co-Authored-By: Andrew Burgess <andrew.burgess@embecosm.com>
From-SVN: r231608
gcc/ChangeLog
gcc/config/arc/arc.c
gcc/config/arc/arc.opt
gcc/doc/invoke.texi