diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2015-04-09 21:09:02 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2015-04-09 21:09:02 +0200 |
commit | 4b5708f5d9c229e07cdab66e863276ff22d47e39 (patch) | |
tree | 5b63eba766ae5094c6ea139cb9033bd5907b1b61 /gas | |
parent | 437ddf0c4cb63fdb68c4bd1cc155144db344d0c5 (diff) | |
download | gdb-4b5708f5d9c229e07cdab66e863276ff22d47e39.zip gdb-4b5708f5d9c229e07cdab66e863276ff22d47e39.tar.gz gdb-4b5708f5d9c229e07cdab66e863276ff22d47e39.tar.bz2 |
doc/c-rx.texi: Fix markup typos in last change.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-rx.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index de9a3c5..fb4355e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/doc/c-rx.texi b/gas/doc/c-rx.texi index abf15cd..3fe2dd6 100644 --- a/gas/doc/c-rx.texi +++ b/gas/doc/c-rx.texi @@ -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. |