From 3bbbd3ee8ef6288e8607827aa0083d840a9a61b4 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Wed, 14 Jan 2015 11:58:06 +0000 Subject: [PATCH] [doc][ARM] Deprecate -mapcs and -mapcs-frame. * doc/invoke.texi (mapcs): Mention deprecation. (mapcs-frame): Likewise. From-SVN: r219593 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4472ed2b6b3..dcf97dda445 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-01-14 Kyrylo Tkachov + + * doc/invoke.texi (mapcs): Mention deprecation. + (mapcs-frame): Likewise. + 2015-01-14 Thomas Preud'homme PR target/64453 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0a04d34d039..dcd2bd973f5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -12828,10 +12828,11 @@ Standard for all functions, even if this is not strictly necessary for correct execution of the code. Specifying @option{-fomit-frame-pointer} with this option causes the stack frames not to be generated for leaf functions. The default is @option{-mno-apcs-frame}. +This option is deprecated. @item -mapcs @opindex mapcs -This is a synonym for @option{-mapcs-frame}. +This is a synonym for @option{-mapcs-frame} and is deprecated. @ignore @c not currently implemented -- 2.30.2