00001
00002
00003
00004
00005 struct target_pt_regs {
00006
00007 abi_ulong pad0[6];
00008
00009
00010 abi_ulong regs[32];
00011
00012
00013 abi_ulong cp0_status;
00014 abi_ulong lo;
00015 abi_ulong hi;
00016 abi_ulong cp0_badvaddr;
00017 abi_ulong cp0_cause;
00018 abi_ulong cp0_epc;
00019 };
00020
00021
00022 #undef TARGET_ENOMSG
00023 #define TARGET_ENOMSG 35
00024 #undef TARGET_EIDRM
00025 #define TARGET_EIDRM 36
00026 #undef TARGET_ECHRNG
00027 #define TARGET_ECHRNG 37
00028 #undef TARGET_EL2NSYNC
00029 #define TARGET_EL2NSYNC 38
00030 #undef TARGET_EL3HLT
00031 #define TARGET_EL3HLT 39
00032 #undef TARGET_EL3RST
00033 #define TARGET_EL3RST 40
00034 #undef TARGET_ELNRNG
00035 #define TARGET_ELNRNG 41
00036 #undef TARGET_EUNATCH
00037 #define TARGET_EUNATCH 42
00038 #undef TARGET_ENOCSI
00039 #define TARGET_ENOCSI 43
00040 #undef TARGET_EL2HLT
00041 #define TARGET_EL2HLT 44
00042 #undef TARGET_EDEADLK
00043 #define TARGET_EDEADLK 45
00044 #undef TARGET_ENOLCK
00045 #define TARGET_ENOLCK 46
00046 #undef TARGET_EBADE
00047 #define TARGET_EBADE 50
00048 #undef TARGET_EBADR
00049 #define TARGET_EBADR 51
00050 #undef TARGET_EXFULL
00051 #define TARGET_EXFULL 52
00052 #undef TARGET_ENOANO
00053 #define TARGET_ENOANO 53
00054 #undef TARGET_EBADRQC
00055 #define TARGET_EBADRQC 54
00056 #undef TARGET_EBADSLT
00057 #define TARGET_EBADSLT 55
00058 #undef TARGET_EDEADLOCK
00059 #define TARGET_EDEADLOCK 56
00060 #undef TARGET_EBFONT
00061 #define TARGET_EBFONT 59
00062 #undef TARGET_ENOSTR
00063 #define TARGET_ENOSTR 60
00064 #undef TARGET_ENODATA
00065 #define TARGET_ENODATA 61
00066 #undef TARGET_ETIME
00067 #define TARGET_ETIME 62
00068 #undef TARGET_ENOSR
00069 #define TARGET_ENOSR 63
00070 #undef TARGET_ENONET
00071 #define TARGET_ENONET 64
00072 #undef TARGET_ENOPKG
00073 #define TARGET_ENOPKG 65
00074 #undef TARGET_EREMOTE
00075 #define TARGET_EREMOTE 66
00076 #undef TARGET_ENOLINK
00077 #define TARGET_ENOLINK 67
00078 #undef TARGET_EADV
00079 #define TARGET_EADV 68
00080 #undef TARGET_ESRMNT
00081 #define TARGET_ESRMNT 69
00082 #undef TARGET_ECOMM
00083 #define TARGET_ECOMM 70
00084 #undef TARGET_EPROTO
00085 #define TARGET_EPROTO 71
00086 #undef TARGET_EDOTDOT
00087 #define TARGET_EDOTDOT 73
00088 #undef TARGET_EMULTIHOP
00089 #define TARGET_EMULTIHOP 74
00090 #undef TARGET_EBADMSG
00091 #define TARGET_EBADMSG 77
00092 #undef TARGET_ENAMETOOLONG
00093 #define TARGET_ENAMETOOLONG 78
00094 #undef TARGET_EOVERFLOW
00095 #define TARGET_EOVERFLOW 79
00096 #undef TARGET_ENOTUNIQ
00097 #define TARGET_ENOTUNIQ 80
00098 #undef TARGET_EBADFD
00099 #define TARGET_EBADFD 81
00100 #undef TARGET_EREMCHG
00101 #define TARGET_EREMCHG 82
00102 #undef TARGET_ELIBACC
00103 #define TARGET_ELIBACC 83
00104 #undef TARGET_ELIBBAD
00105 #define TARGET_ELIBBAD 84
00106 #undef TARGET_ELIBSCN
00107 #define TARGET_ELIBSCN 85
00108 #undef TARGET_ELIBMAX
00109 #define TARGET_ELIBMAX 86
00110 #undef TARGET_ELIBEXEC
00111 #define TARGET_ELIBEXEC 87
00112 #undef TARGET_EILSEQ
00113 #define TARGET_EILSEQ 88
00114 #undef TARGET_ENOSYS
00115 #define TARGET_ENOSYS 89
00116 #undef TARGET_ELOOP
00117 #define TARGET_ELOOP 90
00118 #undef TARGET_ERESTART
00119 #define TARGET_ERESTART 91
00120 #undef TARGET_ESTRPIPE
00121 #define TARGET_ESTRPIPE 92
00122 #undef TARGET_ENOTEMPTY
00123 #define TARGET_ENOTEMPTY 93
00124 #undef TARGET_EUSERS
00125 #define TARGET_EUSERS 94
00126 #undef TARGET_ENOTSOCK
00127 #define TARGET_ENOTSOCK 95
00128 #undef TARGET_EDESTADDRREQ
00129 #define TARGET_EDESTADDRREQ 96
00130 #undef TARGET_EMSGSIZE
00131 #define TARGET_EMSGSIZE 97
00132 #undef TARGET_EPROTOTYPE
00133 #define TARGET_EPROTOTYPE 98
00134 #undef TARGET_ENOPROTOOPT
00135 #define TARGET_ENOPROTOOPT 99
00136 #undef TARGET_EPROTONOSUPPORT
00137 #define TARGET_EPROTONOSUPPORT 120
00138 #undef TARGET_ESOCKTNOSUPPORT
00139 #define TARGET_ESOCKTNOSUPPORT 121
00140 #undef TARGET_EOPNOTSUPP
00141 #define TARGET_EOPNOTSUPP 122
00142 #undef TARGET_EPFNOSUPPORT
00143 #define TARGET_EPFNOSUPPORT 123
00144 #undef TARGET_EAFNOSUPPORT
00145 #define TARGET_EAFNOSUPPORT 124
00146 #undef TARGET_EADDRINUSE
00147 #define TARGET_EADDRINUSE 125
00148 #undef TARGET_EADDRNOTAVAIL
00149 #define TARGET_EADDRNOTAVAIL 126
00150 #undef TARGET_ENETDOWN
00151 #define TARGET_ENETDOWN 127
00152 #undef TARGET_ENETUNREACH
00153 #define TARGET_ENETUNREACH 128
00154 #undef TARGET_ENETRESET
00155 #define TARGET_ENETRESET 129
00156 #undef TARGET_ECONNABORTED
00157 #define TARGET_ECONNABORTED 130
00158 #undef TARGET_ECONNRESET
00159 #define TARGET_ECONNRESET 131
00160 #undef TARGET_ENOBUFS
00161 #define TARGET_ENOBUFS 132
00162 #undef TARGET_EISCONN
00163 #define TARGET_EISCONN 133
00164 #undef TARGET_ENOTCONN
00165 #define TARGET_ENOTCONN 134
00166 #undef TARGET_EUCLEAN
00167 #define TARGET_EUCLEAN 135
00168 #undef TARGET_ENOTNAM
00169 #define TARGET_ENOTNAM 137
00170 #undef TARGET_ENAVAIL
00171 #define TARGET_ENAVAIL 138
00172 #undef TARGET_EISNAM
00173 #define TARGET_EISNAM 139
00174 #undef TARGET_EREMOTEIO
00175 #define TARGET_EREMOTEIO 140
00176 #undef TARGET_EINIT
00177 #define TARGET_EINIT 141
00178 #undef TARGET_EREMDEV
00179 #define TARGET_EREMDEV 142
00180 #undef TARGET_ESHUTDOWN
00181 #define TARGET_ESHUTDOWN 143
00182 #undef TARGET_ETOOMANYREFS
00183 #define TARGET_ETOOMANYREFS 144
00184 #undef TARGET_ETIMEDOUT
00185 #define TARGET_ETIMEDOUT 145
00186 #undef TARGET_ECONNREFUSED
00187 #define TARGET_ECONNREFUSED 146
00188 #undef TARGET_EHOSTDOWN
00189 #define TARGET_EHOSTDOWN 147
00190 #undef TARGET_EHOSTUNREACH
00191 #define TARGET_EHOSTUNREACH 148
00192 #undef TARGET_EALREADY
00193 #define TARGET_EALREADY 149
00194 #undef TARGET_EINPROGRESS
00195 #define TARGET_EINPROGRESS 150
00196 #undef TARGET_ESTALE
00197 #define TARGET_ESTALE 151
00198 #undef TARGET_ECANCELED
00199 #define TARGET_ECANCELED 158
00200
00201
00202
00203 #undef TARGET_ENOMEDIUM
00204 #define TARGET_ENOMEDIUM 159
00205 #undef TARGET_EMEDIUMTYPE
00206 #define TARGET_EMEDIUMTYPE 160
00207 #undef TARGET_ENOKEY
00208 #define TARGET_ENOKEY 161
00209 #undef TARGET_EKEYEXPIRED
00210 #define TARGET_EKEYEXPIRED 162
00211 #undef TARGET_EKEYREVOKED
00212 #define TARGET_EKEYREVOKED 163
00213 #undef TARGET_EKEYREJECTED
00214 #define TARGET_EKEYREJECTED 164
00215
00216
00217 #undef TARGET_EOWNERDEAD
00218 #define TARGET_EOWNERDEAD 165
00219 #undef TARGET_ENOTRECOVERABLE
00220 #define TARGET_ENOTRECOVERABLE 166
00221
00222
00223
00224 #define UNAME_MACHINE "mips"