[libav-devel] [PATCH 2/4] aarch64: append optional left shift to certain movi variants

2014-01-14 Thread Janne Grunau
Xcode 5 and 5.1 complain over the missing shift although it's optional according to the reference manual. --- gas-preprocessor.pl | 4 1 file changed, 4 insertions(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index f88c266..ed01141 100755 --- a/gas-preprocessor.pl +++ b/gas-prep

Re: [libav-devel] [PATCH 2/4] aarch64: append optional left shift to certain movi variants

2014-01-14 Thread Janne Grunau
On 2014-01-14 19:41:48 +0200, Martin Storsjö wrote: > On Tue, 14 Jan 2014, Janne Grunau wrote: > > > Xcode 5 and 5.1 complain over the missing shift although it's optional > > according to the reference manual. > > --- > > gas-preprocessor.pl | 4 > > 1 file changed, 4 insertions(+) > > > > di

Re: [libav-devel] [PATCH 2/4] aarch64: append optional left shift to certain movi variants

2014-01-14 Thread Martin Storsjö
On Tue, 14 Jan 2014, Janne Grunau wrote: Xcode 5 and 5.1 complain over the missing shift although it's optional according to the reference manual. --- gas-preprocessor.pl | 4 1 file changed, 4 insertions(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 48cd6c0..a0287a2 10075

[libav-devel] [PATCH 2/4] aarch64: append optional left shift to certain movi variants

2014-01-14 Thread Janne Grunau
Xcode 5 and 5.1 complain over the missing shift although it's optional according to the reference manual. --- gas-preprocessor.pl | 4 1 file changed, 4 insertions(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 48cd6c0..a0287a2 100755 --- a/gas-preprocessor.pl +++ b/gas-prep