aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2015-01-14 11:58:06 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2015-01-14 11:58:06 +0000
commit3bbbd3ee8ef6288e8607827aa0083d840a9a61b4 (patch)
tree4db13b4c6f0592610e4af8b32c7db41823a1d541
parent6f0a6218e31cbfe8912fa90d74f1d43ceaeed336 (diff)
downloadgcc-3bbbd3ee8ef6288e8607827aa0083d840a9a61b4.zip
gcc-3bbbd3ee8ef6288e8607827aa0083d840a9a61b4.tar.gz
gcc-3bbbd3ee8ef6288e8607827aa0083d840a9a61b4.tar.bz2
[doc][ARM] Deprecate -mapcs and -mapcs-frame.
* doc/invoke.texi (mapcs): Mention deprecation. (mapcs-frame): Likewise. From-SVN: r219593
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4472ed2..dcf97dd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 0a04d34..dcd2bd9 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