From: Kyrylo Tkachov Date: Wed, 14 Jan 2015 11:58:06 +0000 (+0000) Subject: [doc][ARM] Deprecate -mapcs and -mapcs-frame. X-Git-Tag: releases/gcc-5.1.0~1791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbbd3ee8ef6288e8607827aa0083d840a9a61b4;p=thirdparty%2Fgcc.git [doc][ARM] Deprecate -mapcs and -mapcs-frame. * doc/invoke.texi (mapcs): Mention deprecation. (mapcs-frame): Likewise. From-SVN: r219593 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4472ed2b6b3c..dcf97dda4456 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 0a04d34d039f..dcd2bd973f59 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