From 0e31b3e1a336b6cfed92f60bc0358e03aa694b96 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 28 Feb 2006 07:55:36 +0000 Subject: gas/ 2006-02-28 Jan Beulich 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 * gas/macros/paren[sd]: New. * gas/macros/macros.exp: Run new test. --- gas/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gas/ChangeLog') 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 + + 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 * dwarf2dbg.c (get_filenum): Don't inadvertently decrease files_in_use. -- cgit v1.1