diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-02-28 07:57:09 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2006-02-28 07:57:09 +0000 |
commit | 9f6f925e1e1a5aee784d0e04663e3c7a4dc76f55 (patch) | |
tree | 49c2490ea398fb8d9a58e742206368e635bebeeb /gas/ChangeLog | |
parent | 0e31b3e1a336b6cfed92f60bc0358e03aa694b96 (diff) | |
download | gdb-9f6f925e1e1a5aee784d0e04663e3c7a4dc76f55.zip gdb-9f6f925e1e1a5aee784d0e04663e3c7a4dc76f55.tar.gz gdb-9f6f925e1e1a5aee784d0e04663e3c7a4dc76f55.tar.bz2 |
gas/
2006-02-28 Jan Beulich <jbeulich@novell.com>
* macro.c (get_any_string): Don't insert quotes for <>-quoted input.
gas/testsuite/
2006-02-28 Jan Beulich <jbeulich@novell.com>
* gas/all/altmacro.s: Adjust.
* gas/all/altmac2.s: Adjust.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 83d9f6b..28f5c53 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2006-02-28 Jan Beulich <jbeulich@novell.com> + * macro.c (get_any_string): Don't insert quotes for <>-quoted input. + +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. |