/[qemu]/qemu/linux-user/arm/syscall.h
ViewVC logotype

Diff of /qemu/linux-user/arm/syscall.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Mon Sep 13 21:41:39 2004 UTC revision 1.4 by bellard, Mon Jan 31 20:45:13 2005 UTC
# Line 30  struct target_pt_regs { Line 30  struct target_pt_regs {
30  #define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)  #define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)
31    
32  #if defined(TARGET_WORDS_BIGENDIAN)  #if defined(TARGET_WORDS_BIGENDIAN)
33  #define UNAME_MACHINE "armv4b"  #define UNAME_MACHINE "armv5teb"
34  #else  #else
35  #define UNAME_MACHINE "armv4l"  #define UNAME_MACHINE "armv5tel"
36  #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26