diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 2 | ||||
-rw-r--r-- | gas/doc/c-bfin.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e91e013..bc2b906 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2019-05-17 John Darrington <john@darrington.wattle.id.au> + + * doc/c-arm.texi (ARM Options): Remove "(r)" and "(tm)" + * doc/c-bfin.texi (Blackfin Syntax): Remove "(r)" + 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com> * config/tc-arm.c (check_simd_pred_availability): Refactor. diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index d35a34d..fa64217 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -152,7 +152,7 @@ recognized: @code{xgene2}, @code{ep9312} (ARM920 with Cirrus Maverick coprocessor), @code{i80200} (Intel XScale processor) -@code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor) +@code{iwmmxt} (Intel XScale processor with Wireless MMX technology coprocessor) and @code{xscale}. The special name @code{all} may be used to allow the diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index 7c43393..403237b 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -236,7 +236,7 @@ floating point libraries. @item Blackfin Opcodes For detailed information on the Blackfin machine instruction set, see -the Blackfin(r) Processor Instruction Set Reference. +the Blackfin Processor Instruction Set Reference. @end table |