diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-09 15:47:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-09 15:47:46 +0000 |
commit | 2f6178c175ba113600c532b8fc84e8d54beddb78 (patch) | |
tree | 9c5b0ff31ada6dc28f8297427792ee3de4470f5a /gas/ChangeLog | |
parent | 3260c64dd284ac6dc82371c33c505b94ca22dea6 (diff) | |
download | gdb-2f6178c175ba113600c532b8fc84e8d54beddb78.zip gdb-2f6178c175ba113600c532b8fc84e8d54beddb78.tar.gz gdb-2f6178c175ba113600c532b8fc84e8d54beddb78.tar.bz2 |
PR 1070
* macro.c (getstring): Do not treat round parentheses exactly the same as angle
brackets - the parentheses need to be preserved and passed on to the macro processing code.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9175656..83f90af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-08-09 Nick Clifton <nickc@redhat.com> + + PR 1070 + * macro.c (getstring): Do not treat round parentheses exactly the + same as angle brackets - the parentheses need to be preserved and + passed on to the macro processing code. + 2005-08-08 Nick Clifton <nickc@redhat.com> * config/tc-msp430.c (MSP430_ISA_21): Define. |