Bug 4219 - ISAs need to be instantiated in a way not dependent on architecture
Summary: ISAs need to be instantiated in a way not dependent on architecture
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: 1595
  Show dependency treegraph
 
Reported: 2007-03-20 14:49 UTC by Phil Muldoon
Modified: 2007-03-20 14:52 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-03-20 14:49:58 UTC
There may not be an executable, or there may be a remote target. ISAFactory
needs a method to return an ISA that user (the program requests)
Comment 1 Phil Muldoon 2007-03-20 14:52:37 UTC
2007-03-19  Phil Muldoon  <pmuldoon@redhat.com>

        * IsaFactory.java (getIsaByElfType): New.
        * TestIsa.java (testArbitraryISAInstantiation): New.