Bug 4890 - xfpregset support for x86_64 missing?
Summary: xfpregset support for x86_64 missing?
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 15:33 UTC by Phil Muldoon
Modified: 2008-01-09 13:38 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2007-08-03 15:33:00 UTC
These registers exists on an x86_64 platform? If so, support needs to be added
to the ISA, and also to Ptrace.cxx to return the memory for them
Comment 1 Mark Wielaard 2007-08-06 09:50:40 UTC
The registers (xmm) exist, but they get mapped from register bank 1 (the regular
floating point one) through the IsaX8664. ptrace doesn't seem to support FPXREGS
on x86_64 (it does on x86 since there the FPREGS don't contain the xmm registers
directly).
Comment 2 Phil Muldoon 2008-01-09 13:37:16 UTC
No. There is not XFP note, all the floating point regisrer data is in the normal
FP note.

2008-01-03  Phil Muldoon  <pmuldoon@redhat.com>

	* TestCoredumpAction.java (testGeneralPurposeRegisters): Delete. Replaced by
	frysk.proc.dead.TestCoreRegs.
	(testFloatingPointRegisters): Ditto.
	(testXFloatingPointRegisters): Ditto. 
	* IA32LinuxElfCorefile.java (writeNotePRXFPRegSet): Rewrite and
	use BankRegisters.
	(writeNotePRFPRegSet): Ditto.
	* X8664LinuxElfCorefile.java (writeNotePRFPRegSet): Ditto.
Comment 3 Phil Muldoon 2008-01-09 13:38:30 UTC
fixed, and closed