[doc][ARM] Deprecate -mapcs and -mapcs-frame.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 14 Jan 2015 11:58:06 +0000 (11:58 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 14 Jan 2015 11:58:06 +0000 (11:58 +0000)
* doc/invoke.texi (mapcs): Mention deprecation.
(mapcs-frame): Likewise.

From-SVN: r219593

gcc/ChangeLog
gcc/doc/invoke.texi

index 4472ed2b6b3c92acfdab7c83ff35355b57bdf346..dcf97dda44560b513306f51dc072b3ccce912928 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * doc/invoke.texi (mapcs): Mention deprecation.
+       (mapcs-frame): Likewise.
+
 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        PR target/64453
index 0a04d34d039f7ccd6ae6ca535ec5a607508c6703..dcd2bd973f59702f2d3d46378330ddc4ef1408f1 100644 (file)
@@ -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