summaryrefslogtreecommitdiff
path: root/gas/doc/c-m32r.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-12-17 09:41:07 +0000
committerNick Clifton <nickc@redhat.com>2003-12-17 09:41:07 +0000
commit5b3db31fc658cc5a1119b2591035c02cf0efa76a (patch)
tree12943adad9ef69bead5bbf3df53f9725e2804afc /gas/doc/c-m32r.texi
parent120ff13973bee205c4d27bb7b137d7db2400e342 (diff)
downloadbinutils-redhat-5b3db31fc658cc5a1119b2591035c02cf0efa76a.tar.gz
Replace --error-explicit-parallel-conflicts with --ignore-parallel-conflitcs.
Add test of parallel constraint checking.
Diffstat (limited to 'gas/doc/c-m32r.texi')
-rw-r--r--gas/doc/c-m32r.texi37
1 files changed, 18 insertions, 19 deletions
diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi
index 1324cd7f62..81590902e7 100644
--- a/gas/doc/c-m32r.texi
+++ b/gas/doc/c-m32r.texi
@@ -119,27 +119,26 @@ questionable parallel instructions are encountered.
This is a shorter synonym for the @emph{-no-warn-explicit-parallel-conflicts}
option.
-@item -error-explicit-parallel-conflicts
-@cindex @samp{-error-explicit-parallel-conflicts} option, M32RX
-This option performs the same thing as the
-@emph{-warn-explicit-parallel-conflicts} expcept that instead of
-warning messages being produced, error messages will be produced. If
-any error messages are generated then GAS will not produce an output
-file.
-
-@item -no-error-explicit-parallel-conflicts
-@cindex @samp{-no-error-explicit-parallel-conflicts} option, M32RX
-This option disables a previously enabled
-@emph{-error-explicit-parallel-conflicts} option.
-
-@item -Ep
-@cindex @samp{-Ep} option, M32RX
-This is a shorter synonym for the @emph{-error-explicit-parallel-conflicts}
+@item -ignore-parallel-conflicts
+@cindex @samp{-ignore-parallel-conflicts} option, M32RX
+This option tells the assembler's to stop checking parallel
+instructions for contraint violations. This ability is provided for
+hardware vendors testing chip designs and should not be used under
+normal circumstances.
+
+@item -no-ignore-parallel-conflicts
+@cindex @samp{-no-ignore-parallel-conflicts} option, M32RX
+This option restores the assembler's default behaviour of checking
+parallel instructions to detect constraint violations.
+
+@item -Ip
+@cindex @samp{-Ip} option, M32RX
+This is a shorter synonym for the @emph{-ignore-parallel-conflicts}
option.
-@item -Enp
-@cindex @samp{-Enp} option, M32RX
-This is a shorter synonym for the @emph{-no-error-explicit-parallel-conflicts}
+@item -nIp
+@cindex @samp{-nIp} option, M32RX
+This is a shorter synonym for the @emph{-no-ignore-parallel-conflicts}
option.
@item -warn-unmatched-high