From: Hans-Peter Nilsson Date: Thu, 9 Apr 2015 19:09:02 +0000 (+0200) Subject: doc/c-rx.texi: Fix markup typos in last change. X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~16^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b5708f5d9c229e07cdab66e863276ff22d47e39;p=thirdparty%2Fbinutils-gdb.git doc/c-rx.texi: Fix markup typos in last change. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index de9a3c584df..fb4355eb787 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-04-09 Hans-Peter Nilsson + + * doc/c-rx.texi: Fix markup typos in last change. + 2015-04-09 Nick Clifton * 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 abf15cd505e..3fe2dd65725 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.