Re: [Xen-devel] [PATCH XTF 3/4] build: Opencode vmfunc as bytes

2017-09-28 Thread Jan Beulich
>>> On 28.09.17 at 12:59, wrote: > Binutils 2.20 of CentOS 6 vintage doesn't understand the mnemonic. The > instruction doesn't encode any operands, so we don't lose any flexibility. > > Reported-by: Glenn Enright > Signed-off-by: Andrew Cooper FWIW Reviewed-by: Jan Beulich __

[Xen-devel] [PATCH XTF 3/4] build: Opencode vmfunc as bytes

2017-09-28 Thread Andrew Cooper
Binutils 2.20 of CentOS 6 vintage doesn't understand the mnemonic. The instruction doesn't encode any operands, so we don't lose any flexibility. Reported-by: Glenn Enright Signed-off-by: Andrew Cooper --- tests/xsa-203/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi