diff options
author | andrew <andrew@FreeBSD.org> | 2014-10-03 15:07:43 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2014-10-03 15:07:43 +0000 |
commit | 82ad584fb8be01bc0d3902912c8233322860d4a8 (patch) | |
tree | b193f49f743603299e20730b223e5108a75dd040 /sys/dev/usb/controller/xhci.h | |
parent | 1316135b4094674d3ef13b7944eaa50bc5229aed (diff) | |
download | FreeBSD-src-82ad584fb8be01bc0d3902912c8233322860d4a8.zip FreeBSD-src-82ad584fb8be01bc0d3902912c8233322860d4a8.tar.gz |
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.
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
0 files changed, 0 insertions, 0 deletions