diff options
author | Nick Clifton <nickc@redhat.com> | 2007-01-12 10:57:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-01-12 10:57:02 +0000 |
commit | 465e5617233fc7b7278fe82fddeb6f19064c7338 (patch) | |
tree | b82099a6df8eaa84b9ca11b699463cc9f1c2d899 /gas/ChangeLog | |
parent | e8630bd766eb1fbaa68b1dd2c50b9105bf1bbc87 (diff) | |
download | gdb-465e5617233fc7b7278fe82fddeb6f19064c7338.zip gdb-465e5617233fc7b7278fe82fddeb6f19064c7338.tar.gz gdb-465e5617233fc7b7278fe82fddeb6f19064c7338.tar.bz2 |
PR gas/3856
* macro.c (expand_irp): Do not ignore spaces inside quoted strings.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ab907bf..09b11b0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2007-01-12 Nick Clifton <nickc@redhat.com> + + PR gas/3856 + * macro.c (expand_irp): Do not ignore spaces inside quoted + strings. + 2007-01-12 Alan Modra <amodra@bigpond.net.au> * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete. |