Commit 3bbbd3ee by Kyrylo Tkachov Committed by Kyrylo Tkachov

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

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

From-SVN: r219593
parent 6f0a6218
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment