[doc][ARM] Deprecate -mapcs and -mapcs-frame.

* doc/invoke.texi (mapcs): Mention deprecation.
	(mapcs-frame): Likewise.

From-SVN: r219593
This commit is contained in:
Kyrylo Tkachov 2015-01-14 11:58:06 +00:00 committed by Kyrylo Tkachov
parent 6f0a6218e3
commit 3bbbd3ee8e
2 changed files with 7 additions and 1 deletions

View 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

View 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