mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 23:41:28 +08:00
[doc][ARM] Deprecate -mapcs and -mapcs-frame.
* doc/invoke.texi (mapcs): Mention deprecation. (mapcs-frame): Likewise. From-SVN: r219593
This commit is contained in:
parent
6f0a6218e3
commit
3bbbd3ee8e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user