aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-07 12:49:12 +0000
committerNick Clifton <nickc@redhat.com>2013-01-07 12:49:12 +0000
commit8ab8155f362b0826eb19b0e22e6c3be854d414ee (patch)
treebfd55a34096127dc69f06e6f92b3557ddcedad46 /gas/testsuite
parent7ca01ed925b6be550d5d46bd2f0a68bb3e63ff7b (diff)
downloadgdb-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/testsuite')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/arm/neon-ldst-es.s4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 0cb2856..c27a794 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-07 Nick Clifton <nickc@redhat.com>
+
+ PR gas/14887
+ * gas/arm/neon-ldst-es.s: Add more whitespace.
+
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
* gas/mips/r5900-full.s: New test.
diff --git a/gas/testsuite/gas/arm/neon-ldst-es.s b/gas/testsuite/gas/arm/neon-ldst-es.s
index ea7de07..79f4b0c 100644
--- a/gas/testsuite/gas/arm/neon-ldst-es.s
+++ b/gas/testsuite/gas/arm/neon-ldst-es.s
@@ -58,5 +58,5 @@
vld4.32 {q1-q2},[r7]
vld4.32 {q14-q15},[r7]
- @ PR 14987: Allow for whitespace before the closing bracket.
- vld1.32 {d1[]}, [r2 ], r3
+ @ PR 14987 and 14887: Allow for whitespace in the instruction.
+ vld1.32 { d1 [ ] } , [ r2 ] , r3