diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-02-28 07:55:36 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2006-02-28 07:55:36 +0000 |
commit | 0e31b3e1a336b6cfed92f60bc0358e03aa694b96 (patch) | |
tree | 56296983a34bd97386c3ff2d686ef3aa1c1e1b3f /gas/ChangeLog | |
parent | b9201bb360fe2368016c579c18d77c4501a39c97 (diff) | |
download | gdb-0e31b3e1a336b6cfed92f60bc0358e03aa694b96.zip gdb-0e31b3e1a336b6cfed92f60bc0358e03aa694b96.tar.gz gdb-0e31b3e1a336b6cfed92f60bc0358e03aa694b96.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 75d9eda..83d9f6b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +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. + 2006-02-28 Mat <mat@csail.mit.edu> * dwarf2dbg.c (get_filenum): Don't inadvertently decrease files_in_use. |