K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-10-03T15:07:43.789996Z K 7 svn:log V 394 Allow vld and vst instructions to use the canonical form from ARM ARM when including an alignment. Previously binutils would only allow instructions in the form "vld1.64 {d0, d1}, [r0, :128]" where the final comma should not be there, instead the above instruction should be "vld1.64 {d0, d1}, [r0:128]". This change duplicates the alignment code from within the function to handle this case. END