Bug 5095 - XFP Register banks are not exposed on Ia32on64 ISAs
Summary: XFP Register banks are not exposed on Ia32on64 ISAs
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: 2243
  Show dependency treegraph
 
Reported: 2007-10-03 08:40 UTC by Phil Muldoon
Modified: 2008-01-09 13:51 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-10-03 08:40:45 UTC
This causes a fail in the fcore code that reads the register bank wholesale and
write them to a corefile note. The native ISAs fully expose all register banks.
Comment 1 Phil Muldoon 2008-01-09 13:50:54 UTC
Assigned to myself for the purposes of core file corner case. Bank Registers
have been subtanstially refactroed, and the corefile code was rewritten to take
advantage of this.
Comment 2 Phil Muldoon 2008-01-09 13:51:35 UTC
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.