diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-03 18:31:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-03 18:31:25 +0000 |
commit | 07d012f66c135c8d021001454bc14b6d0d9ace8e (patch) | |
tree | 6745a0f6e70a7fb2a0c9ae28f85a59178ad2933c /gas/doc | |
parent | a132c404b60006e8038cc19bc84e08c056c11e6e (diff) | |
download | gdb-07d012f66c135c8d021001454bc14b6d0d9ace8e.zip gdb-07d012f66c135c8d021001454bc14b6d0d9ace8e.tar.gz gdb-07d012f66c135c8d021001454bc14b6d0d9ace8e.tar.bz2 |
* as.c (main): On TC_A29K, call macro_init with macro_alternate
set to 1.
* macro.c (get_any_string): Don't keep quotes if macro_strip_at is
set, even if macro_alternate is set.
(get_apost_token): If macro_strip_at, only skip kind if it is '@'.
(sub_actual): If macro_strip_at, and kind is '@', don't look up
the token unless it ended in '@'.
* config/tc-a29k.c (line_separator_chars): Remove '@'.
* doc/c-a29k.texi: Document macro usage on A29K.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-a29k.texi | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/gas/doc/c-a29k.texi b/gas/doc/c-a29k.texi index 1e5383b..771831a 100644 --- a/gas/doc/c-a29k.texi +++ b/gas/doc/c-a29k.texi @@ -31,10 +31,20 @@ @node AMD29K Syntax @section Syntax @menu +* AMD29K-Macros:: Macros * AMD29K-Chars:: Special Characters * AMD29K-Regs:: Register Names @end menu +@node AMD29K-Macros +@subsection Macros + +@cindex Macros, AMD 29K +@cindex AMD 29K macros +The macro syntax used on the AMD 29K is like that described in the AMD +29K Family Macro Assembler Specification. Normal @code{@value{AS}} +macros should still work. + @node AMD29K-Chars @subsection Special Characters @@ -42,12 +52,6 @@ @cindex AMD 29K line comment character @samp{;} is the line comment character. -@cindex line separator, AMD 29K -@cindex AMD 29K line separator -@cindex statement separator, AMD 29K -@cindex AMD 29K statement separator -@samp{@@} can be used instead of a newline to separate statements. - @cindex identifiers, AMD 29K @cindex AMD 29K identifiers The character @samp{?} is permitted in identifiers (but may not begin |