mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
armv5te support (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1258 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
dfe86665b8
commit
99c475abf1
9 changed files with 909 additions and 32 deletions
|
@ -30,7 +30,7 @@ struct target_pt_regs {
|
|||
#define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)
|
||||
|
||||
#if defined(TARGET_WORDS_BIGENDIAN)
|
||||
#define UNAME_MACHINE "armv4b"
|
||||
#define UNAME_MACHINE "armv5teb"
|
||||
#else
|
||||
#define UNAME_MACHINE "armv4l"
|
||||
#define UNAME_MACHINE "armv5tel"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue