OSDN Git Service

gas/
authorjbeulich <jbeulich>
Mon, 11 Apr 2005 12:46:32 +0000 (12:46 +0000)
committerjbeulich <jbeulich>
Mon, 11 Apr 2005 12:46:32 +0000 (12:46 +0000)
commita7c124cf73ecf0f23d44d00b7e640e107b54e53e
treeacff8a4dfeadfc1d0c1346a607ea72763673d2f5
parent64a7793448e4aa447477184b976899a4ef1f3291
gas/
2005-04-11  Jan Beulich  <jbeulich@novell.com>

* NEWS: Mention these changes and their effects.
* macro.c (get_token): Use is_name_beginner/is_part_of_name/
is_name_ender.
(check_macro): Likewise.
(buffer_and_nest): Likewise. Permit multiple labels. Don't discard
labels together with the closing pseudo-op.
(macro_expand_body): Adjust comment. Range-check input before use.
Adjust mis-spelled diagnostic. Use is_name_beginner.
* read.c (try_macro): New.
(read_a_source_file): New static variable last_eol. Don't list
macro expansion lines more than once. Call try_macro.
(s_macro): Set section of line_label to absolute instead of undefined.
* doc/as.texinfo: Add information on the caveats of these changes.

gas/testsuite/
2005-04-11  Jan Beulich  <jbeulich@novell.com>

* gas/macros/dot.[ls]: New.
* gas/macros/macros.exp: Run new test.
gas/ChangeLog
gas/NEWS
gas/doc/as.texinfo
gas/macro.c
gas/read.c
gas/testsuite/ChangeLog
gas/testsuite/gas/macros/dot.l [new file with mode: 0644]
gas/testsuite/gas/macros/dot.s [new file with mode: 0644]
gas/testsuite/gas/macros/macros.exp