OSDN Git Service

gas/
authorjbeulich <jbeulich>
Tue, 28 Feb 2006 07:55:33 +0000 (07:55 +0000)
committerjbeulich <jbeulich>
Tue, 28 Feb 2006 07:55:33 +0000 (07:55 +0000)
commita4627be08aae29352f4ac8a3c5a55d7fe84da7cc
tree32b1db8b088cd2c8648b6f6991415e794205d2b2
parent332d73f6725ba3da6f0f2279b61abcb2cb34a89a
gas/
2006-02-28  Jan Beulich  <jbeulich@novell.com>

PR/1070
* macro.c (getstring): Don't treat parentheses special anymore.
(get_any_string): Don't consider '(' and ')' as quoting anymore.
Special-case '(', ')', '[', and ']' when dealing with non-quoting
characters.

gas/testsuite/
2006-02-28  Jan Beulich  <jbeulich@novell.com>

* gas/macros/paren[sd]: New.
* gas/macros/macros.exp: Run new test.
gas/ChangeLog
gas/macro.c
gas/testsuite/ChangeLog
gas/testsuite/gas/macros/macros.exp
gas/testsuite/gas/macros/paren.d [new file with mode: 0644]
gas/testsuite/gas/macros/paren.s [new file with mode: 0644]