Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-20 | target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SP | Peter Maydell | |
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> | |||
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | |
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||
2007-10-08 | CRIS disassembler, originally from binutils, by Edgar E. Iglesias. | ths | |
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3356 c046a42c-6fe2-441c-8c8c-71466251a162 |