aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2009-09-05 15:00:09 +0000
committerJie Zhang <jie.zhang@analog.com>2009-09-05 15:00:09 +0000
commitf8739b83b92b49dfac975156a871d696c8e461fc (patch)
treef82b9efa92bd36291c31298364159660dcb9fce9 /gas
parent4a29415da4fb415ce1090cd4902ed32044cfd435 (diff)
downloadgdb-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')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/as.texinfo4
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