doc/c-rx.texi: Fix markup typos in last change.

This commit is contained in:
Hans-Peter Nilsson 2015-04-09 21:09:02 +02:00
parent 437ddf0c4c
commit 4b5708f5d9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-04-09 Hans-Peter Nilsson <hp@axis.com>
* doc/c-rx.texi: Fix markup typos in last change.
2015-04-09 Nick Clifton <nickc@redhat.com>
* config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.

View File

@ -116,8 +116,8 @@ indicated cpu type will result in an error message being generated.
@item -mno-allow-string-insns
This option tells the assembler to mark the object file that it is
building as one that does not use the string instructions
@code{SMOVF}, @code{SCMPU}, @code {SMOVB}, @code{SMOVU}, @code{SUNTIL}
@code {SWHILE} or the @code {RMPA} instruction. In addition the mark
@code{SMOVF}, @code{SCMPU}, @code{SMOVB}, @code{SMOVU}, @code{SUNTIL}
@code{SWHILE} or the @code{RMPA} instruction. In addition the mark
tells the linker to complain if an attempt is made to link the binary
with another one that does use any of these instructions.