diff options
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index c9bc1a3..2d9188d 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3272,6 +3272,10 @@ directive. @xref{Set,,@code{.set}}. In the same way, using a double equals sign @samp{=}@samp{=} here represents an equivalent of the @code{.eqv} directive. @xref{Eqv,,@code{.eqv}}. +@ifset Blackfin +Blackfin does not support symbol assignment with @samp{=}. +@end ifset + @node Symbol Names @section Symbol Names |