Re: [PATCH] Fix a test-case for Darwin.

2017-10-11 Thread Martin Liška
On 10/11/2017 09:13 AM, Jakub Jelinek wrote: > On Wed, Oct 11, 2017 at 08:15:16AM +0200, Martin Liška wrote: >> Hello. >> >> This should address failing test-case on Darwin. > > Guess this should fix it not just on Darwin, but also on any target > where the assembler doesn't have a call instructio

Re: [PATCH] Fix a test-case for Darwin.

2017-10-11 Thread Jakub Jelinek
On Wed, Oct 11, 2017 at 08:15:16AM +0200, Martin Liška wrote: > Hello. > > This should address failing test-case on Darwin. Guess this should fix it not just on Darwin, but also on any target where the assembler doesn't have a call instruction but something different (e.g. bl and many others). >