Update -mea option documentation.

gcc/
xxxx-xx-xx  Claudiu Zissulescu  <claz...@synopsys.com>

        * config/arc/arc.opt (mea): Update help string.
        * doc/invoke.texi(ARC): Update mea option info.
---
 gcc/config/arc/arc.opt | 2 +-
 gcc/doc/invoke.texi    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt
index e2f1fc6a4cf..b76ca0fedc3 100644
--- a/gcc/config/arc/arc.opt
+++ b/gcc/config/arc/arc.opt
@@ -167,7 +167,7 @@ Do not generate mpy instructions for ARC700.
 
 mea
 Target Report Mask(EA_SET)
-Generate Extended arithmetic instructions.  Currently only divaw, adds, subs 
and sat16 are supported.
+Generate extended arithmetic instructions, only valid for ARC700.
 
 msoft-float
 Target Report Mask(0)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 1e10395b61e..aaa6039beaf 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -16504,7 +16504,7 @@ aux registers.
 @opindex mea
 Generate extended arithmetic instructions.  Currently only
 @code{divaw}, @code{adds}, @code{subs}, and @code{sat16} are
-supported.  This is always enabled for @option{-mcpu=ARC700}.
+supported.  Only valid for @option{-mcpu=ARC700}.
 
 @item -mno-mpy
 @opindex mno-mpy
-- 
2.21.0

Reply via email to