diff options
author | claziss <claziss@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-14 09:46:13 +0000 |
---|---|---|
committer | claziss <claziss@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-14 09:46:13 +0000 |
commit | d899e1d653a56e7850e8e9048a0b8a98b08e10c8 (patch) | |
tree | 11ac347ea16a454b34e8b92434b0441ae85342bb /gcc/doc | |
parent | 1a7619472f992ee60013518e4e27edec8399e94c (diff) | |
download | gcc-d899e1d653a56e7850e8e9048a0b8a98b08e10c8.tar.gz |
[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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 20a19e3828e..9b3e2fee28c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -542,7 +542,7 @@ Objective-C and Objective-C++ Dialects}. -mnorm -mspfp -mspfp-compact -mspfp-fast -msimd -msoft-float -mswap @gol -mcrc -mdsp-packa -mdvbf -mlock -mmac-d16 -mmac-24 -mrtsc -mswape @gol -mtelephony -mxy -misize -mannotate-align -marclinux -marclinux_prof @gol --mepilogue-cfi -mlong-calls -mmedium-calls -msdata @gol +-mlong-calls -mmedium-calls -msdata @gol -mucb-mcount -mvolatile-cache @gol -malign-call -mauto-modify-reg -mbbit-peephole -mno-brcc @gol -mcase-vector-pcrel -mcompact-casesi -mno-cond-exec -mearly-cbranchsi @gol @@ -13145,14 +13145,6 @@ The following options control the semantics of generated code: @c semantically relevant code generation options @table @gcctabopt -@item -mepilogue-cfi -@opindex mepilogue-cfi -Enable generation of call frame information for epilogues. - -@item -mno-epilogue-cfi -@opindex mno-epilogue-cfi -Disable generation of call frame information for epilogues. - @item -mlong-calls @opindex mlong-calls Generate call insns as register indirect calls, thus providing access |