Bug 3722 - Ensure that i386 general, float, and sse registers are accessble
Summary: Ensure that i386 general, float, and sse registers are accessble
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1593 3719
  Show dependency treegraph
 
Reported: 2006-12-14 16:14 UTC by Andrew Cagney
Modified: 2007-12-12 00:00 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 Andrew Cagney 2006-12-14 16:14:15 UTC
The current TestRegs code only checks a few general purpose registers and then
only for reading.

The test should be checking as many registers as possible for reading, and ditto
for writing.
Comment 1 Andrew Cagney 2006-12-14 17:21:54 UTC
Note that TestRegs was deleted, there's now TestRegisters (which came from
TestRegMemModify).   But the test should only worry about registers, TestMemory
is checking the memory path.
Comment 2 Andrew Cagney 2007-12-11 23:59:52 UTC
now my bug
Comment 3 Andrew Cagney 2007-12-12 00:00:34 UTC
frysk.testbed.TestRegs added and instances in frysk.proc.live.TestRegs,
frysk.stack.TestRegs added.