diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:49:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 12:49:12 +0000 |
commit | 8ab8155f362b0826eb19b0e22e6c3be854d414ee (patch) | |
tree | bfd55a34096127dc69f06e6f92b3557ddcedad46 /gas/ChangeLog | |
parent | 7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b (diff) | |
download | gdb-8ab8155f362b0826eb19b0e22e6c3be854d414ee.zip gdb-8ab8155f362b0826eb19b0e22e6c3be854d414ee.tar.gz gdb-8ab8155f362b0826eb19b0e22e6c3be854d414ee.tar.bz2 |
PR gas/14887
* config/tc-arm.c (skip_past_char): Skip whitespace before the
anticipated character.
* config/tc-arm.c (parse_address_main): Delete skip of whitespace
here as it is no longer needed.
PR gas/14887
* gas/arm/neon-ldst-es.s: Add more whitespace.
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 73d1b93..28c5095 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2013-01-07 Nick Clifton <nickc@redhat.com> + + PR gas/14887 + * config/tc-arm.c (skip_past_char): Skip whitespace before the + anticipated character. + * config/tc-arm.c (parse_address_main): Delete skip of whitespace + here as it is no longer needed. + 2013-01-06 Andreas Schwab <schwab@linux-m68k.org> * doc/c-mips.texi (MIPS Opts): Fix use of @itemx. |