diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-05 15:00:09 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-05 15:00:09 +0000 |
commit | f8739b83b92b49dfac975156a871d696c8e461fc (patch) | |
tree | f82b9efa92bd36291c31298364159660dcb9fce9 /gas/doc/as.texinfo | |
parent | 4a29415da4fb415ce1090cd4902ed32044cfd435 (diff) | |
download | gdb-f8739b83b92b49dfac975156a871d696c8e461fc.zip gdb-f8739b83b92b49dfac975156a871d696c8e461fc.tar.gz gdb-f8739b83b92b49dfac975156a871d696c8e461fc.tar.bz2 |
gas/
* doc/as.texinfo: Document that Blackfin GAS does not
accept SYMBOL = VALUE.
ld/testsuite/
* ld-elf/sec64k.exp: Use ".set" instead of "=" for bfin-*-*.
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 |