diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 251bf53..f5253a8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-09-05 Jie Zhang <jie.zhang@analog.com> + + * doc/as.texinfo: Document that Blackfin GAS does not + accept SYMBOL = VALUE. + 2009-09-05 Martin Thuresson <martin@mtme.org> * config/tc-arc.c (struct syntax_classes): Rename member class 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 |