Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SP | Peter Maydell | 2011-08-20 | 1 | -6/+6 |
| | | | | | | | | | | | | The REG_PC constant used in opcode-cris.h can clash with a similar define in system include files. In particular the Ubuntu Lucid SPARC signal.h will define REG_PC, and since qemu-common.h now includes signal.h this was causing compile failures. Rename the constants to avoid this issue. (NB that REG_SP is not actually used within QEMU.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> | ||||
* | Update to a hopefully more future proof FSF address | Blue Swirl | 2009-07-16 | 1 | -2/+1 |
| | | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | CRIS disassembler, originally from binutils, by Edgar E. Iglesias. | ths | 2007-10-08 | 1 | -0/+366 |
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3356 c046a42c-6fe2-441c-8c8c-71466251a162 |