aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-a29k.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-03 18:31:25 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-03 18:31:25 +0000
commit07d012f66c135c8d021001454bc14b6d0d9ace8e (patch)
tree6745a0f6e70a7fb2a0c9ae28f85a59178ad2933c /gas/config/tc-a29k.c
parenta132c404b60006e8038cc19bc84e08c056c11e6e (diff)
downloadgdb-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/config/tc-a29k.c')
-rw-r--r--gas/config/tc-a29k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c
index 9832a38..96b13d9 100644
--- a/gas/config/tc-a29k.c
+++ b/gas/config/tc-a29k.c
@@ -104,7 +104,7 @@ const char line_comment_chars[] = "#";
/* We needed an unused char for line separation to work around the
lack of macros, using sed and such. */
-const char line_separator_chars[] = "@";
+const char line_separator_chars[] = "";
/* Chars that can be used to separate mant from exp in floating point nums */
const char EXP_CHARS[] = "eE";