Bug 5095

Summary: XFP Register banks are not exposed on Ia32on64 ISAs
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2243    

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.