qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] tcg/i386: Use GDB JIT debugging interface on


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] tcg/i386: Use GDB JIT debugging interface only for hosts with ELF
Date: Sat, 7 Apr 2012 17:23:04 +0100

On 7 April 2012 16:53, Stefan Weil <address@hidden> wrote:
> Not all i386 / x86_64 hosts use ELF.
> Ask the compiler whether ELF is used.
>  tcg/i386/tcg-target.c |    6 +++++-

> +#if !defined(__ELF__)
> +    /* Host machine without ELF. */

Hmm, should this check maybe go in the generic tcg code
rather than the i386 specific bits?

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]