This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] SSE registers for cygxin target.



On Mon, 26 Nov 2001, Pierre Muller wrote:

> -#undef HAVE_SSE_REGS	/* FIXME! win32-nat.c needs to support XMMi registers */
> +/* Use SSE registers if winnt.h contains information about them.  */
> +#ifdef HAVE_CONTEXT_EXTENDED_REGISTERS
> +#define HAVE_SSE_REGS
> +#else

Is it wise to have SSE registers supported based on the compile-time 
test?  What if the machine on which GDB runs doesn't have SSE?  Don't you 
need a run-time test as well?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]