Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XTENSA] Prevent inlining ISS platform asm constructs | Marc Gauthier | 2008-02-13 | 2 | -0/+2 |
| | | | | | | | | The simcall asm macro assumes Windowed ABI parameter passing in registers, and doesn't work if its containing function gets inlined. This fix prevents that from happening. Signed-off-by: Marc Gauthier <marc@tensilica.com> | ||||
* | [XTENSA] Concentrate platforms into one platforms directory. | Chris Zankel | 2008-02-13 | 5 | -0/+1268 |
Create arch/xtensa/platforms/ directory to concentrate all platforms under that subdirectory and moves the ISS platform to that directory. Signed-off-by: Chris Zankel <chris@zankel.net> |