]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas/
authorJan Beulich <jbeulich@novell.com>
Tue, 28 Feb 2006 07:55:36 +0000 (07:55 +0000)
committerJan Beulich <jbeulich@novell.com>
Tue, 28 Feb 2006 07:55:36 +0000 (07:55 +0000)
commit0e31b3e1a336b6cfed92f60bc0358e03aa694b96
tree56296983a34bd97386c3ff2d686ef3aa1c1e1b3f
parentb9201bb360fe2368016c579c18d77c4501a39c97
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]