[libav-devel] [PATCH 1/4] aarch64: replace alias vector mov with orr

2014-01-14 Thread Janne Grunau
Xcode 5 and 5.1 both do not support the alias. --- gas-preprocessor.pl | 5 + 1 file changed, 5 insertions(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 2edf2ef..f88c266 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -620,6 +620,11 @@ sub handle_serialized_lin

Re: [libav-devel] [PATCH 1/4] aarch64: replace alias vector mov with orr

2014-01-14 Thread Janne Grunau
On 2014-01-14 19:35:34 +0200, Martin Storsjö wrote: > On Tue, 14 Jan 2014, Janne Grunau wrote: > > > Xcode 5 and 5.1 both do not support the alias. > > --- > > gas-preprocessor.pl | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl > > index

Re: [libav-devel] [PATCH 1/4] aarch64: replace alias vector mov with orr

2014-01-14 Thread Martin Storsjö
On Tue, 14 Jan 2014, Janne Grunau wrote: Xcode 5 and 5.1 both do not support the alias. --- gas-preprocessor.pl | 5 + 1 file changed, 5 insertions(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 2edf2ef..48cd6c0 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -

[libav-devel] [PATCH 1/4] aarch64: replace alias vector mov with orr

2014-01-14 Thread Janne Grunau
Xcode 5 and 5.1 both do not support the alias. --- gas-preprocessor.pl | 5 + 1 file changed, 5 insertions(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 2edf2ef..48cd6c0 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -620,6 +620,11 @@ sub handle_serialized_lin