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.
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.
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.