diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-17 09:41:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-17 09:41:07 +0000 |
commit | b145f546d404da31c1ae51e7462ee8ec75e61929 (patch) | |
tree | 05c347385e9518cd8146eacc47963e4f358453be /gas/doc | |
parent | b639a77072d942b098bcef1f4270c873f06dfce1 (diff) | |
download | ppe42-binutils-b145f546d404da31c1ae51e7462ee8ec75e61929.tar.gz ppe42-binutils-b145f546d404da31c1ae51e7462ee8ec75e61929.zip |
Replace --error-explicit-parallel-conflicts with --ignore-parallel-conflitcs.
Add test of parallel constraint checking.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-m32r.texi | 37 |
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 |