This is the mail archive of the gdb@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]

How to conditionally add support for xmm in cygwin port.


Corinna  just committed a patch that adds
support for extended registers into winnt.h header.

This will be needed for SSE support for the cygwin target.
The code itself (quite few in fact)
is ready, but the problem is that the SSE support
will require presence of this new winnt.h header.

Thus I have one question now:

Thus we need to define HAVE_SSE_REGS
only in winnt.h does contain CONTEXT_EXTENDED_REGISTERS.

But I don't really know where I should add this test
and how this test can be limited to the cygwin target?

May I send the patch independently ?


Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


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