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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 74cd48d..f01840f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com> + + * 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. + Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a |