|
Message-Id: <ac01cb47.dNq.dMV.1S.cbknHt@mailjet.com> Date: Fri, 07 Nov 2014 11:48:05 +0100 From: Joakim Sindholt <opensource@...sha.com> To: musl@...ts.openwall.com Subject: Re: [PATCH] arm assembly changes for clang compatibility On Fri, 2014-11-07 at 10:37 +0100, Luca Barbato wrote: > On 06/11/14 23:38, Joakim Sindholt wrote: > > + .word 0xecbc8b10 /* vldmia ip!, {d8-d15} */ > > clang is already notified? > > lu I'm not sure what you mean. There isn't a bug in clang as it will happily accept "vldmia ip!, {d8-d15}". It just won't accept "ldc p11, cr8, [ip], #64" because that's not a legal instruction. Musl just uses it because it aliases to the former and gas won't complain about missing ARM features. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131104/194169.html
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.