Re: [Qemu-devel] [PATCH] qemu-binfmt-conf.sh: Fix m68k_mask

2017-03-22 Thread Laurent Vivier
Le 22/03/2017 à 13:04, Andreas Schwab a écrit : > On Mär 22 2017, Thomas Huth wrote: > >> On 21.03.2017 10:38, Andreas Schwab wrote: >>> The m68k mask should not remove the low bit of the ELF version field and >>> should ignore the OS/ABI field. >> >> Did you encounter a

Re: [Qemu-devel] [PATCH] qemu-binfmt-conf.sh: Fix m68k_mask

2017-03-22 Thread Andreas Schwab
On Mär 22 2017, Thomas Huth wrote: > On 21.03.2017 10:38, Andreas Schwab wrote: >> The m68k mask should not remove the low bit of the ELF version field and >> should ignore the OS/ABI field. > > Did you encounter a problem with a real binary here? Yes, some binaries are

Re: [Qemu-devel] [PATCH] qemu-binfmt-conf.sh: Fix m68k_mask

2017-03-22 Thread Thomas Huth
On 21.03.2017 10:38, Andreas Schwab wrote: > The m68k mask should not remove the low bit of the ELF version field and > should ignore the OS/ABI field. Did you encounter a problem with a real binary here? ... then it might be worth to mention it in the patch description and the patch should

[Qemu-devel] [PATCH] qemu-binfmt-conf.sh: Fix m68k_mask

2017-03-21 Thread Andreas Schwab
The m68k mask should not remove the low bit of the ELF version field and should ignore the OS/ABI field. Signed-off-by: Andreas Schwab --- scripts/qemu-binfmt-conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qemu-binfmt-conf.sh